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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Mar 25 12:43:01 UTC 2015


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

The following commit has been merged in the master branch:
commit f1c37deebfed44736d063eccc16b24fca23a0eb6
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Mar 25 13:42:58 2015 +0100

    increase arbitrary sleep time between copies to decrease chance of fail
---
 kci/ppa_promote.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kci/ppa_promote.rb b/kci/ppa_promote.rb
index 57817c5..2bf27f8 100755
--- a/kci/ppa_promote.rb
+++ b/kci/ppa_promote.rb
@@ -74,7 +74,7 @@ class Archive
                             version: version,
                             to_pocket: 'Release',
                             include_binaries: true)
-          sleep 1 # Force sleep to avoid a race in launchpad, see THREAD_COUNT.
+          sleep 5 # Force sleep to avoid a race in launchpad, see THREAD_COUNT.
         end
       end
     end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list