X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=stdlib%2Ffedora.gl;fp=stdlib%2Ffedora.gl;h=8bcc09ad180180ece631a1e67ec33afb0717b76c;hb=cda1f0160b96e57a0037085f33aa2d440453a30b;hp=2bcaec110ce3e8c1feb4c9a6ac443fa6d5126b7c;hpb=156de1e0df4aace1a42957491118cc2174d70c6a;p=goals.git diff --git a/stdlib/fedora.gl b/stdlib/fedora.gl index 2bcaec1..8bcc09a 100644 --- a/stdlib/fedora.gl +++ b/stdlib/fedora.gl @@ -103,7 +103,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}') - koji wait-repo %fedora-tag --build=$nvr + while ! koji wait-repo --timeout=10000 %fedora-tag --build=$nvr; do sleep 1m; done done # Make sure the local directory is up to date.