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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Mar 3 07:53:07 UTC 2015


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

The following commit has been merged in the master branch:
commit 2ede1de1e30291a5c9f4d1cb447bf8b86310c3b1
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Mar 3 08:52:45 2015 +0100

    fix comment to state what the code does
---
 kci/ppa-wait.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kci/ppa-wait.py b/kci/ppa-wait.py
index 220b22f..df640a9 100755
--- a/kci/ppa-wait.py
+++ b/kci/ppa-wait.py
@@ -108,7 +108,7 @@ def getSource():
             time.sleep(10)
             fail_count += 1
 
-# If it takes 20 minutes for the source to arrive it probably got rejected
+# If it takes 40 minutes for the source to arrive it probably got rejected
 fail_count = 40 # This is minutes
 while True:
     source = None
@@ -178,4 +178,3 @@ get_logs(source)
 
 print("PPA Wait done.")
 sys.exit(0)
-

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list