From 86fe5a11ace4fd3148388fbe3047b775c41b7b35 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Apr 29 2025 13:37:44 +0000 Subject: F42: Stop running the container sync script, replaced by cloud-image-uploader Signed-off-by: Paul Whalen --- diff --git a/twoweek-nightly.sh b/twoweek-nightly.sh index 0dbb13b..c029024 100755 --- a/twoweek-nightly.sh +++ b/twoweek-nightly.sh @@ -69,10 +69,6 @@ for dir in IoT metadata ; $RSYNCPREFIX rsync -avhH --delete-after $DESTDIR/compose/$dir/ "$RSYNCTARGET/$dir/" ; $RSYNCPREFIX ./releng/scripts/build_composeinfo "$RSYNCTARGET/" --name $NEWCOMPOSE_ID done -# Push containers -./sync-bootc-base-containers.sh ${RELEASE} ${LABEL} -# Tell interested persons that the rsync is done. -send_fedmsg "${fedmsg_json_done}" ${RELEASE} rsync.complete # Tell everyone by fedmsg about the compose send_fedmsg "${fedmsg_json_done}" ${RELEASE} complete SUBJECT='Fedora '$RELEASE' compose report: '$SHORTCOMPOSE_ID' changes'