Bugzilla – Bug 657599
openSUSE:Tools/obs-service-download_url: does not mention downloading
Last modified: 2012-04-02 13:59:08 UTC
When a project relies on this service and the archive has not been downloaded yet, osc build appears stalled until the download finishes. The service should notify the operator that he is going to wait, and report the expected time (or at least size) and where the package is being stored. Since the service relies on curl, it would probably be enough to pass some verbosity flag to curl.
Actually, it seems the file is being downloaded at each build. Raising Severity to Major. Current command line: /usr/bin/wget -4 --no-check-certificate -q "$MYPROTOCOL://${MYHOST}${MYPORT}/$MYPATH" I would say: /usr/bin/wget -4 --no-check-certificate -N "$MYPROTOCOL://${MYHOST}${MYPORT}/$MYPATH" (untested)
Setting http_proxy in ~/.wgetrc helped.
It should be noted that { osc co } is just as tacit.
download_files has now a caching mode to avoid multiple downloads. download_url is becoming obsolete most likely, so closing this.