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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Jan 6 15:16:30 UTC 2015


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

The following commit has been merged in the master branch:
commit ed94273d7a3c3238468ffe2af94533bd5e0f8b01
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Jan 6 16:16:27 2015 +0100

    stop retrying
---
 ppa-wait.py | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/ppa-wait.py b/ppa-wait.py
index 548b8ee..a6476ca 100644
--- a/ppa-wait.py
+++ b/ppa-wait.py
@@ -132,12 +132,7 @@ while True:
                 sleep = 60
             continue
         if state == 'Chroot problem' or state == 'Failed to upload':
-            print "retry"
-            needs_wait = True
-            build.retry()
-            if sleep < 60 * 5:
-                sleep = 60 * 5
-            continue
+            has_failed = True
         if state == 'Failed to build' or state == 'Build for superseded Source' or state == 'Cancelled build' or state == 'Dependency wait':
             has_failed = True
     if has_failed:

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list