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"