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"