diff --git a/extraslh.conf b/extras-lh.conf similarity index 100% rename from extraslh.conf rename to extras-lh.conf diff --git a/pluslh.conf b/plus-lh.conf similarity index 100% rename from pluslh.conf rename to plus-lh.conf diff --git a/rockylh.conf b/rocky-lh.conf similarity index 100% rename from rockylh.conf rename to rocky-lh.conf diff --git a/scripts/produce-8-lookahead.sh b/scripts/produce-8-lookahead.sh index 22a899e..559dcb1 100755 --- a/scripts/produce-8-lookahead.sh +++ b/scripts/produce-8-lookahead.sh @@ -5,7 +5,7 @@ export PATH=/usr/sbin:/usr/bin:/root/bin TARGET_DIR="/mnt/compose/8-LookAhead" LOG_DIR="/mnt/compose/logs" SHORT=Rocky -CONFIG=/etc/pungi-lh/rockylh.conf +CONFIG=/etc/pungi-lh/rocky-lh.conf OLDCOMPOSE_ID="$(cat $TARGET_DIR/latest-$SHORT-$MAJOR/COMPOSE_ID)" SKIP="" #LABEL="--nightly --label RC-${REVISION}" diff --git a/scripts/updates-8-extras-lookahead.sh b/scripts/updates-8-extras-lookahead.sh index 91f8e22..171bd8d 100755 --- a/scripts/updates-8-extras-lookahead.sh +++ b/scripts/updates-8-extras-lookahead.sh @@ -3,7 +3,7 @@ source "$(dirname "$0")/common-8" TARGET_DIR="/mnt/compose/8-LookAhead" SHORT=Extras -CONFIG=/etc/pungi-lh/extraslh.conf +CONFIG=/etc/pungi-lh/extras-lh.conf # Unused for now OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID) SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg" diff --git a/scripts/updates-8-plus-lookahead.sh b/scripts/updates-8-plus-lookahead.sh index 2662b69..6ccc43f 100755 --- a/scripts/updates-8-plus-lookahead.sh +++ b/scripts/updates-8-plus-lookahead.sh @@ -3,7 +3,7 @@ source "$(dirname "$0")/common-8" TARGET_DIR="/mnt/compose/8-LookAhead" SHORT=Plus -CONFIG=/etc/pungi-lh/pluslh.conf +CONFIG=/etc/pungi-lh/plus-lh.conf # Unused for now OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID) SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg"