From 962263e604c139799f6e01ae60ba2a068a96c4a8 Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Aug 14 2019 08:49:21 +0000 Subject: Missing changes for f31 branching Signed-off-by: Tomas Hrcka --- diff --git a/nightly.sh b/nightly.sh index d86b09b..fb18dc9 100755 --- a/nightly.sh +++ b/nightly.sh @@ -4,7 +4,7 @@ export LC_ALL=C CONFIG="fedora.conf" -TARGET_DIR="/mnt/koji/compose/rawhide" +TARGET_DIR="/mnt/koji/compose/branched" #OLD_COMPOSES_DIR="--old-composes=/mnt/fedora_koji/compose/f23 --old-composes=$TARGET_DIR" NIGHTLY="--nightly" SKIP_PHASES="--skip-phase=productimg" @@ -195,13 +195,6 @@ for arch in x86_64 ppc64le aarch64; do ostree summary -u --repo=$OSTREEDESTREPO # update summary file done -# Push rawhide base container image to fedora registry -pushd ./releng -pushd ./scripts -./sync-latest-container-base-image.sh 31 -popd -popd - # Tell interested persons that the rsync is done. send_fedmsg "${fedmsg_json_done}" ${RELEASE} rsync.complete