summaryrefslogtreecommitdiff
path: root/Documentation/maintainers
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/maintainers')
-rwxr-xr-xDocumentation/maintainers/new/lib.sh5
-rwxr-xr-xDocumentation/maintainers/regenerate-files2
2 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/maintainers/new/lib.sh b/Documentation/maintainers/new/lib.sh
index e3efe52eba0..88631e22faa 100755
--- a/Documentation/maintainers/new/lib.sh
+++ b/Documentation/maintainers/new/lib.sh
@@ -60,8 +60,9 @@ bump_set_from_live() {
local destination="${2}"
cp sets/${target}-live sets/${target}-${destination}
- sed -i -E "s/~/</;s/[0-9]+(\.[0-9]+)*(\:.*)*$/${destination}.50\2/" sets/${target}-${destination}
- sed -i -e "/^@/s/live$/${destination}/" sets/${target}-${destination}
+ sed -E "s/^~/</;/^#/! s/[0-9]+(\.[0-9]+)*(\:.*)*$/${destination}.50\2/" -i sets/${target}-${destination}
+ sed -e "/^@/s/live$/${destination}/" -i sets/${target}-${destination}
+
for entry in $(grep ^@ sets/${target}-live) ; do
entry=${entry/-live/}
diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files
index a05f5b596f8..03910812523 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -9,7 +9,7 @@ cd "$(dirname $0)"
SCRIPT=$(basename $0)
HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT."
-KF6_RELEASES=( 6.18 6.20 )
+KF6_RELEASES=( 6.18 6.20 6.21 )
KF6_RELEASE=${KF6_RELEASE:-6.18}
PLASMA_RELEASES=( 6.4 6.5 )