From 75bfa5433341678af406f5cda3b701d5692f6f10 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Thu, 12 Jan 2023 22:30:12 -0700 Subject: [PATCH] set beta and lookahead to 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 5e283cd..3c078e0 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="--production --label RC-${REVISION}" +LABEL="--development --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 b37d054..ecc94d7 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="--production --label RC-${REVISION}" +LABEL="--development --label RC-${REVISION}" CMD="pungi-koji --config=$CONFIG $SKIP $LABEL" #COMPOSE_ID="Rocky-8-20210625.n.0"