X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=stdlib%2Ffedora.gl;fp=stdlib%2Ffedora.gl;h=0f6b1fa7a04f3469c67739bbc101424b4b300e6c;hb=98b795ddf06271fa8018edcd0bd15960871828fd;hp=3a8fa42cc2919795228ca0aa8dbc9ebe60736880;hpb=3b92230de8ea7eafa4388e27a25d5e2a3ebf4a7d;p=goals.git diff --git a/stdlib/fedora.gl b/stdlib/fedora.gl index 3a8fa42..0f6b1fa 100644 --- a/stdlib/fedora.gl +++ b/stdlib/fedora.gl @@ -118,6 +118,7 @@ is-koji-built ("%pkg") : # before we can start the new build. for p in %<; do nvr=$(koji --quiet latest-build %fedora-tag $p | awk '{print $1}') + test -n "$nvr" || exit 1 while ! koji wait-repo --timeout=10000 %fedora-tag --build=$nvr; do sleep 1m; done done