On 03. 04. 20 13:03, Richard W.M. Jones wrote:

I've been waiting on:

$ koji wait-repo f33-build-side-20855 --build=ocaml-lacaml-9.3.2-17.fc33

for hours now.  Seems like newRepo generation is again taking a very
long time?

Also it'd be nice if this command didn't time out after 2 hours
(seems like a very odd and arbitrary choice - why not wait forever?)
and also coped with transient network failures.

For timeout, there is:

  --timeout=TIMEOUT  Amount of time to wait (in minutes) before giving up
                     (default: 120)

For network issues, I've been using:

    while ! koji wait-repo ...; do sleep 15; done

...quite successfully.

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to