From f1921eef2733f6660ed62978c49cf5729ab5fb27 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Aug 30 2024 02:13:25 +0000 Subject: Fix SHORT in container-nightly.sh It's Fedora-Container, not Fedora-Docker. We changed it in 2018, but forgot to change this. Until now it only affected the send_fedmsg calls, which I don't think are even working anyway (I don't see any compose.* messages for anything besides rawhide, eln, and 41 ATM), but now it's breaking the metadata archive stuff. Signed-off-by: Adam Williamson --- diff --git a/container-nightly.sh b/container-nightly.sh index 7d08538..e1e91d9 100755 --- a/container-nightly.sh +++ b/container-nightly.sh @@ -13,7 +13,7 @@ NIGHTLY="" DEST=$(pwd) DATE=$(date "+%Y%m%d") # the Pungi 'shortname', which we will include in fedmsgs for disambiguation -SHORT="Fedora-Docker" +SHORT="Fedora-Container" RELEASE="42" RELEASE_TITLE="42" COMPSFILE="comps-f42.xml"