diff --git a/scripts/produce-8-beta.sh b/scripts/produce-8-beta.sh index 3c078e0..8e2a6ce 100755 --- a/scripts/produce-8-beta.sh +++ b/scripts/produce-8-beta.sh @@ -8,7 +8,7 @@ CONFIG=/etc/pungi-beta/r8-beta.conf # Unused for now OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID) SKIP="" -LABEL="--development --label RC-${REVISION}" +LABEL="--nightly --label RC-${REVISION}" 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 ecc94d7..b6738aa 100755 --- a/scripts/produce-8-lookahead.sh +++ b/scripts/produce-8-lookahead.sh @@ -8,7 +8,7 @@ CONFIG=/etc/pungi-lh/r8lh.conf # Unused for now OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID) SKIP="" -LABEL="--development --label RC-${REVISION}" +LABEL="--nightly --label RC-${REVISION}" CMD="pungi-koji --config=$CONFIG $SKIP $LABEL" #COMPOSE_ID="Rocky-8-20210625.n.0"