From 45f138d38222a5403ef9574c122ae206f67ca631 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Apr 28 2025 21:40:42 +0000 Subject: Fix container names and stop running the container sync script This fixes the container name of the generic bootc image and aligns all branches. We no longer need to run the sync script for the containers. Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index 048c777..0542960 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -212,6 +212,8 @@ ostree_container = { "https://kojipkgs.fedoraproject.org/compose/updates/f41-updates/compose/Everything/$basearch/os/"], "arches": ["x86_64", "aarch64", "ppc64le", "s390x"], "failable": ['*'], + "subvariant": "base", + "name": "Fedora-base-bootc", }, } diff --git a/twoweek-nightly.sh b/twoweek-nightly.sh index dd66c3f..094ea27 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'