mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-25 06:11:26 +00:00
use correct lh
This commit is contained in:
parent
8841abfc1d
commit
2baa9c7e48
@ -4,7 +4,7 @@ source "$(dirname "$0")/common-8"
|
|||||||
export PATH=/usr/sbin:/usr/bin:/root/bin
|
export PATH=/usr/sbin:/usr/bin:/root/bin
|
||||||
TARGET_DIR="/mnt/compose/8-LookAhead"
|
TARGET_DIR="/mnt/compose/8-LookAhead"
|
||||||
SHORT=devel
|
SHORT=devel
|
||||||
CONFIG=/etc/pungi-prod/rocky-devel-lh.conf
|
CONFIG=/etc/pungi-lh/rocky-devel-lh.conf
|
||||||
# Unused for now
|
# Unused for now
|
||||||
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-Rocky-$SHORT-8/COMPOSE_ID)
|
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"
|
SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
source "$(dirname "$0")/common-8"
|
source "$(dirname "$0")/common-8"
|
||||||
TARGET_DIR="/mnt/compose/8-LookAhead"
|
TARGET_DIR="/mnt/compose/8-LookAhead"
|
||||||
SHORT=Extras
|
SHORT=Extras
|
||||||
CONFIG=/etc/pungi-prod/extraslh.conf
|
CONFIG=/etc/pungi-lh/extraslh.conf
|
||||||
# Unused for now
|
# Unused for now
|
||||||
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
|
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
|
||||||
SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg"
|
SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
source "$(dirname "$0")/common-8"
|
source "$(dirname "$0")/common-8"
|
||||||
TARGET_DIR="/mnt/compose/8-LookAhead"
|
TARGET_DIR="/mnt/compose/8-LookAhead"
|
||||||
SHORT=Plus
|
SHORT=Plus
|
||||||
CONFIG=/etc/pungi-prod/pluslh.conf
|
CONFIG=/etc/pungi-lh/pluslh.conf
|
||||||
# Unused for now
|
# Unused for now
|
||||||
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
|
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
|
||||||
SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg"
|
SKIP="--skip-phase buildinstall --skip-phase createiso --skip-phase extra_isos --skip-phase productimg"
|
||||||
|
Loading…
Reference in New Issue
Block a user