set -euo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
curl -sSL https://bodhi.fedoraproject.org/updates/FEDORA-2024-f4b766bb77 | jq -r .update.title
set -euo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
curl -sSL https://bodhi.fedoraproject.org/updates/FEDORA-2024-f4b766bb77 | jq -r .update.builds[].nvr
set -euo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
curl -sSL https://builds.coreos.fedoraproject.org/prod/streams/rawhide/builds/42.20241128.91.0/x86_64/meta.json
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
cosa init --branch rawhide --commit=dd914bc85c80ce1c9bcd7747abc489cc2ec15033 https://github.com/coreos/fedora-coreos-config
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
cosa buildfetch --stream rawhide --build 42.20241128.91.0 --file manifest-lock.generated.x86_64.json
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
cosa shell -- env -C overrides/rpm koji download-build glibc-2.40.9000-21.fc42 --arch x86_64 --arch noarch