From 9c237fe6a8404e1c6f1376a156ca078f2714362b Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Fri, 13 Jan 2023 21:00:30 -0700 Subject: [PATCH] use test flag --- scripts/produce-8-beta.sh | 3 ++- scripts/produce-8-lookahead.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/produce-8-beta.sh b/scripts/produce-8-beta.sh index 8e2a6ce..6c2eedb 100755 --- a/scripts/produce-8-beta.sh +++ b/scripts/produce-8-beta.sh @@ -8,7 +8,8 @@ CONFIG=/etc/pungi-beta/r8-beta.conf # Unused for now OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID) SKIP="" -LABEL="--nightly --label RC-${REVISION}" +#LABEL="--nightly --label RC-${REVISION}" +LABEL="--test" CMD="pungi-koji --config=$CONFIG $SKIP $LABEL" #COMPOSE_ID="Rocky-8-20210625.n.0" diff --git a/scripts/produce-8-lookahead.sh b/scripts/produce-8-lookahead.sh index b6738aa..56ea0a3 100755 --- a/scripts/produce-8-lookahead.sh +++ b/scripts/produce-8-lookahead.sh @@ -8,7 +8,8 @@ CONFIG=/etc/pungi-lh/r8lh.conf # Unused for now OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID) SKIP="" -LABEL="--nightly --label RC-${REVISION}" +#LABEL="--nightly --label RC-${REVISION}" +LABEL="--test" CMD="pungi-koji --config=$CONFIG $SKIP $LABEL" #COMPOSE_ID="Rocky-8-20210625.n.0"