[SCM] ci-tooling packaging branch, master, updated. 05568965716578f4b79676c1caebbbc4eb5b77cf

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Feb 24 09:45:10 UTC 2015


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

The following commit has been merged in the master branch:
commit 05568965716578f4b79676c1caebbbc4eb5b77cf
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Feb 24 10:40:50 2015 +0100

    builder increase dput count to 4 to be on the safe side
---
 kci/builder.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kci/builder.rb b/kci/builder.rb
index 6970bb8..f7a4fdf 100644
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -156,7 +156,7 @@ Dir.chdir('build/source/') do
     # ignore the package and move on.
     dput = "dput #{PPA} ../#{changelog.name}_#{changelog.version(Changelog::BASE | Changelog::BASESUFFIX)}*.changes"
     success = false
-    2.times do |count|
+    4.times do |count|
         # Note: count starts at 0 ;)
         if timeout_spawn(dput, 60 * (30.0/(count+1)))
             success = true

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list