use correct lh

This commit is contained in:
Louis Abel 2023-09-03 17:32:23 -07:00
parent cbffa41026
commit 8841abfc1d
Signed by: label
GPG Key ID: B37E62D143879B36
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ source "$(dirname "$0")/common-8"
export PATH=/usr/sbin:/usr/bin:/root/bin
TARGET_DIR="/mnt/compose/8-LookAhead"
SHORT=devel
CONFIG=/etc/pungi-prod/rocky-devel.conf
CONFIG=/etc/pungi-prod/rocky-devel-lh.conf
# Unused for now
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-Rocky-$SHORT-8/COMPOSE_ID)
SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg"

View File

@ -3,7 +3,7 @@
source "$(dirname "$0")/common-8"
TARGET_DIR="/mnt/compose/8-LookAhead"
SHORT=Extras
CONFIG=/etc/pungi-prod/extras.conf
CONFIG=/etc/pungi-prod/extraslh.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"

View File

@ -3,7 +3,7 @@
source "$(dirname "$0")/common-8"
TARGET_DIR="/mnt/compose/8-LookAhead"
SHORT=Plus
CONFIG=/etc/pungi-prod/plus.conf
CONFIG=/etc/pungi-prod/pluslh.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"