This commit is contained in:
Louis Abel 2023-09-03 15:54:39 -07:00
parent 5fafd7f3d2
commit 70b64bb53f
Signed by: label
GPG Key ID: B37E62D143879B36
3 changed files with 6 additions and 6 deletions

View File

@ -2,13 +2,13 @@
source "$(dirname "$0")/common-8"
export PATH=/usr/sbin:/usr/bin:/root/bin
TARGET_DIR="/mnt/compose/8"
TARGET_DIR="/mnt/compose/8-LookAhead"
SHORT=devel
CONFIG=/etc/pungi-prod/rocky-devel.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"
LABEL="--production --no-label"
LABEL="--test"
CMD="pungi-koji --config=$CONFIG --old-composes=$TARGET_DIR $SKIP $LABEL"
#COMPOSE_ID="Rocky-8-20210625.n.0"

View File

@ -1,13 +1,13 @@
#!/bin/bash
source "$(dirname "$0")/common-8"
TARGET_DIR="/mnt/compose/8"
TARGET_DIR="/mnt/compose/8-LookAhead"
SHORT=Extras
CONFIG=/etc/pungi-prod/extras.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"
LABEL="--production --label RC-8.9"
LABEL="--test"
CMD="pungi-koji --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $SKIP $LABEL"
if [ -z "$COMPOSE_ID" ]; then

View File

@ -1,13 +1,13 @@
#!/bin/bash
source "$(dirname "$0")/common-8"
TARGET_DIR="/mnt/compose/8"
TARGET_DIR="/mnt/compose/8-LookAhead"
SHORT=Plus
CONFIG=/etc/pungi-prod/plus.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"
LABEL="--production --label RC-8.9"
LABEL="--test"
CMD="pungi-koji --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $SKIP $LABEL"