Prepare for F38 Beta RC 1.1

Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
This commit is contained in:
Tomas Hrcka 2023-03-01 11:08:55 +01:00
parent eb0e890c48
commit 330d1b259b
2 changed files with 1091 additions and 2 deletions

1089
fedora-beta.conf Normal file

File diff suppressed because it is too large Load Diff

View File

@ -5,13 +5,13 @@ LABEL=$1
# to the script are passed to pungi-koji directly. # to the script are passed to pungi-koji directly.
shift shift
CONFIG="fedora-final.conf" CONFIG="fedora-final.conf"
TARGET_DIR="/mnt/koji/compose/26" TARGET_DIR="/mnt/koji/compose/38"
#OLD_COMPOSES_DIR="--old-composes=/mnt/fedora_koji/compose/f23 --old-composes=$TARGET_DIR" #OLD_COMPOSES_DIR="--old-composes=/mnt/fedora_koji/compose/f23 --old-composes=$TARGET_DIR"
NIGHTLY="" NIGHTLY=""
SKIP_PHASES="--skip-phase=productimg" SKIP_PHASES="--skip-phase=productimg"
DEST=$(pwd) DEST=$(pwd)
DATE=$(date "+%Y%m%d") DATE=$(date "+%Y%m%d")
COMPSFILE="comps-f26.xml" COMPSFILE="comps-f38.xml"
TMPDIR=`mktemp -d /tmp/fedoraRC.$DATE.XXXX` TMPDIR=`mktemp -d /tmp/fedoraRC.$DATE.XXXX`
# uncomment and edit for resuming a failed compose # uncomment and edit for resuming a failed compose
#COMPOSE_ID="Fedora-23-20150530.n.0" #COMPOSE_ID="Fedora-23-20150530.n.0"