From 81872c9c63be33da651051f88d29caa3f30460e7 Mon Sep 17 00:00:00 2001 From: Samyak Jain Date: Mar 12 2024 09:11:15 +0000 Subject: Fixing stuff in old release_candidate script Signed-off-by: Samyak Jain --- diff --git a/release-candidate.sh b/release-candidate.sh index b481eb5..bf72216 100755 --- a/release-candidate.sh +++ b/release-candidate.sh @@ -4,14 +4,14 @@ LABEL=$1 # Remove the label from arguments. It gets special treatment. Other arguments # to the script are passed to pungi-koji directly. shift -CONFIG="fedora-final.conf" -TARGET_DIR="/mnt/koji/compose/26" +CONFIG="fedora-beta.conf" +TARGET_DIR="/mnt/koji/compose/40" #OLD_COMPOSES_DIR="--old-composes=/mnt/fedora_koji/compose/f23 --old-composes=$TARGET_DIR" NIGHTLY="" SKIP_PHASES="--skip-phase=productimg" DEST=$(pwd) DATE=$(date "+%Y%m%d") -COMPSFILE="comps-f26.xml" +COMPSFILE="comps-f40.xml" TMPDIR=`mktemp -d /tmp/fedoraRC.$DATE.XXXX` # uncomment and edit for resuming a failed compose #COMPOSE_ID="Fedora-23-20150530.n.0"