turn on old composes for lh

This commit is contained in:
Louis Abel 2023-01-17 23:19:51 -07:00
parent 0967cfd68e
commit 2136d818f3
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ OLDCOMPOSE_ID="$(cat $TARGET_DIR/latest-$SHORT-$MAJOR/COMPOSE_ID)"
SKIP=""
#LABEL="--nightly --label RC-${REVISION}"
LABEL="--test"
CMD="pungi-koji --config=$CONFIG $SKIP $LABEL"
CMD="pungi-koji --config=$CONFIG $SKIP $LABEL --old-composes=$TARGET_DIR"
if [ -z "$COMPOSE_ID" ]; then
CMD="$CMD --target-dir=$TARGET_DIR"