From 6d7579992ae6c733c8167ba676d31ea52303b8b0 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Tue, 9 Nov 2021 20:10:41 -0700 Subject: [PATCH] 8.5 --- scripts/common-8 | 2 +- scripts/updates-8-extras.sh | 2 +- scripts/updates-8-i686.sh | 2 +- scripts/updates-8-plus.sh | 2 +- scripts/updates-8.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/common-8 b/scripts/common-8 index 1e7b697..a6e0a60 100644 --- a/scripts/common-8 +++ b/scripts/common-8 @@ -1 +1 @@ -REVISION="8.4" +REVISION="8.5" diff --git a/scripts/updates-8-extras.sh b/scripts/updates-8-extras.sh index 7044cc7..6c938ac 100755 --- a/scripts/updates-8-extras.sh +++ b/scripts/updates-8-extras.sh @@ -7,7 +7,7 @@ CONFIG=/etc/pungi-prod/extras.conf # Unused for now OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID) SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg" -LABEL="--production --label RC-8.4" +LABEL="--production --label RC-8.5" CMD="pungi-koji --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $SKIP $LABEL" if [ -z "$COMPOSE_ID" ]; then diff --git a/scripts/updates-8-i686.sh b/scripts/updates-8-i686.sh index a04cd82..992d642 100755 --- a/scripts/updates-8-i686.sh +++ b/scripts/updates-8-i686.sh @@ -8,7 +8,7 @@ CONFIG=/etc/pungi-prod/r8-i686-updates.conf # Unused for now OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID) SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg" -LABEL="--production --label RC-8.4" +LABEL="--production --label RC-8.5" CMD="pungi-koji --config=$CONFIG --old-composes=$TARGET_DIR $SKIP $LABEL" #COMPOSE_ID="Rocky-8-20210625.n.0" diff --git a/scripts/updates-8-plus.sh b/scripts/updates-8-plus.sh index 2f3f36d..98effde 100755 --- a/scripts/updates-8-plus.sh +++ b/scripts/updates-8-plus.sh @@ -7,7 +7,7 @@ CONFIG=/etc/pungi-prod/plus.conf # Unused for now OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID) SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg" -LABEL="--production --label RC-8.4" +LABEL="--production --label RC-8.5" CMD="pungi-koji --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $SKIP $LABEL" diff --git a/scripts/updates-8.sh b/scripts/updates-8.sh index b8e31e4..b32ffa0 100755 --- a/scripts/updates-8.sh +++ b/scripts/updates-8.sh @@ -8,7 +8,7 @@ CONFIG=/etc/pungi-prod/r8-updates.conf # Unused for now OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID) SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg" -LABEL="--production --label RC-8.4" +LABEL="--production --label RC-8.5" CMD="pungi-koji --config=$CONFIG --old-composes=$TARGET_DIR $SKIP $LABEL" #COMPOSE_ID="Rocky-8-20210625.n.0"