mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 04:41:33 +00:00
put in dashes for consistency
This commit is contained in:
parent
bf2d39d964
commit
1ebeee0340
@ -5,7 +5,7 @@ export PATH=/usr/sbin:/usr/bin:/root/bin
|
|||||||
TARGET_DIR="/mnt/compose/8-LookAhead"
|
TARGET_DIR="/mnt/compose/8-LookAhead"
|
||||||
LOG_DIR="/mnt/compose/logs"
|
LOG_DIR="/mnt/compose/logs"
|
||||||
SHORT=Rocky
|
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)"
|
OLDCOMPOSE_ID="$(cat $TARGET_DIR/latest-$SHORT-$MAJOR/COMPOSE_ID)"
|
||||||
SKIP=""
|
SKIP=""
|
||||||
#LABEL="--nightly --label RC-${REVISION}"
|
#LABEL="--nightly --label RC-${REVISION}"
|
||||||
|
@ -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-lh/extraslh.conf
|
CONFIG=/etc/pungi-lh/extras-lh.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-lh/pluslh.conf
|
CONFIG=/etc/pungi-lh/plus-lh.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