Revert "scripts: v13 is now EOL. While passing make sure to check sysupdates repo...
authorDevrim Gunduz <devrim@gunduz.org>
Tue, 18 Nov 2025 10:41:31 +0000 (13:41 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Tue, 18 Nov 2025 10:41:31 +0000 (13:41 +0300)
This reverts commit 9b5a20d04054c37b9e6c08b29c4587ebb37f2e92.

scripts/buildserver/global.sh

index a08e5bf32f8c08188e9fcfc9b6a4d8c31bcbf71a..3aa994d5bf7acd1ee9cd869ffca79e8b08f04f72 100755 (executable)
@@ -37,9 +37,9 @@ export AWS_PAGER=""
 export CF_DEBUG_DISTRO_ID=XXXXXXXXXXXXXXXXXX
 export CF_SRPM_DISTRO_ID=XXXXXXXXXXXXXXXXXX
 
-declare -a pgStableBuilds=("18 17 16 15 14" )
-declare -a pgTestBuilds=("18 17 16 15 14" )
-declare -a pgBetaVersion=
+declare -a pgStableBuilds=("17 16 15 14 13" )
+declare -a pgTestBuilds=("17 16 15 14 13" )
+declare -a pgBetaVersion=18
 declare -a pgAlphaVersion=19
 
 # Common function to sign the package.
@@ -47,10 +47,10 @@ sign_package(){
        # Remove all files with .sig suffix. They are leftovers which appear
        # when signing process is not completed. Signing will be broken when
        # they exist.
-       find ~/rpm* pgdg* $ossysupdates* -iname "*.sig" -print0 | xargs -0 /bin/rm -v -rf "{}"
+       find ~/rpm* pgdg* $ossysupdates -iname "*.sig" -print0 | xargs -0 /bin/rm -v -rf "{}"
 
        # Remove all buildreqs.nosrc packages:
-       find ~/rpm* pgdg* $ossysupdates* -iname "*buildreqs.nosrc*" -print0 | xargs -0 /bin/rm -v -rf "{}"
+       find ~/rpm* pgdg* $ossysupdates -iname "*buildreqs.nosrc*" -print0 | xargs -0 /bin/rm -v -rf "{}"
 
        # Find the packages, and sign them. Using an expect script to automate signing process.
        # The first parameter refers to the location of the RPMs: