From ac7ad58be8deed6152ba2743ad8dc5ae839f2e99 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Thu, 12 Jan 2023 22:32:35 -0700 Subject: [PATCH] old pungi doesn't use development --- scripts/produce-8-beta.sh | 2 +- scripts/produce-8-lookahead.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"