Looks good. I will sponsor this.

/Erik

On 2016-05-11 13:31, Stefan Särne wrote:

Please review this small fix to make jib more resilient.
It will follow redirects, and it will retry on network hickups.

@@ -87,11 +87,11 @@

     if command -v curl > /dev/null; then
-        getcmd="curl -s"
+        getcmd="curl -s -L --retry 3 --retry-delay 5"


Thanks
Stefan

Reply via email to