set beta and lookahead to development

This commit is contained in:
Louis Abel 2023-01-12 22:30:12 -07:00
parent 947f9bd6ea
commit 75bfa54333
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"