From 1ebeee0340f1acd19602d82d004cd25b83ff6ea8 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Sun, 3 Sep 2023 22:56:55 -0700 Subject: [PATCH] put in dashes for consistency --- extraslh.conf => extras-lh.conf | 0 pluslh.conf => plus-lh.conf | 0 rockylh.conf => rocky-lh.conf | 0 scripts/produce-8-lookahead.sh | 2 +- scripts/updates-8-extras-lookahead.sh | 2 +- scripts/updates-8-plus-lookahead.sh | 2 +- 6 files changed, 3 insertions(+), 3 deletions(-) rename extraslh.conf => extras-lh.conf (100%) rename pluslh.conf => plus-lh.conf (100%) rename rockylh.conf => rocky-lh.conf (100%) 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"