From 2136d818f317b5984d25fc7d5fa0bca6a61fd39d Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 17 Jan 2023 23:19:51 -0700 Subject: [PATCH] turn on old composes for lh --- scripts/produce-8-lookahead.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/produce-8-lookahead.sh b/scripts/produce-8-lookahead.sh index 3e8b600..8471c8d 100755 --- a/scripts/produce-8-lookahead.sh +++ b/scripts/produce-8-lookahead.sh @@ -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"