[SCM] ci-tooling packaging branch, master, updated. 1db6d2f9d6c3edf3dba9ed747667fecc2b431f0f

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Dec 17 14:09:51 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=1db6d2f

The following commit has been merged in the master branch:
commit 1db6d2f9d6c3edf3dba9ed747667fecc2b431f0f
Author: Rohan Garg <rohan at kde.org>
Date:   Wed Dec 17 15:09:40 2014 +0100

    Sleep for a bit before retrying
---
 dci/source.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dci/source.rb b/dci/source.rb
index 4a0fd23..9bfce38 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -21,6 +21,7 @@ def run_cmd(cmd)
     rescue RuntimeError => e
         $logger.warn("Trying to run #{cmd} again!")
         retry_count += 1
+        sleep(retry_count * 20)
         retry
     end
 end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list