let branch = "master"
let side-tag = "f32-build-side-999999"
+let koji = "koji"
# The magic string that must appear in %changelog when the
# package has been rebuilt.
# Else we must check Koji itself.
nvr=$(fedpkg verrel)
- buildinfo=$(koji buildinfo $nvr)
+ buildinfo=$(%koji buildinfo $nvr)
# No build at all, needs rebuild.
echo "$buildinfo" | grep -sq "No such build" && exit 99
exit 1 ;;
BUILDING)
# Cancel the build, we will resubmit it.
- koji cancel $taskid
+ %koji cancel $taskid
exit 99 ;;
CANCELED|DELETED)
# Do a rebuild.