[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup c6a246d8: reproducible: almost always schedule new versions, so that new uploads are processed quickly

Holger Levsen holger at moszumanska.debian.org
Fri Sep 4 19:08:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 1ddf9264adb4d3f6d612882c1912208dd072c23f
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Sep 4 21:07:33 2015 +0200

    fixup c6a246d8: reproducible: almost always schedule new versions, so that new uploads are processed quickly
---
 bin/reproducible_scheduler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 9f221d4..be12283 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -446,7 +446,7 @@ def scheduler(arch):
         log.info(str(total) + ' packages already scheduled' +
                  ', only scheduling new versions.')
         untested, msg_untested = 0, 0
-        new, msg_new  = schedule_new_versions(arch, total+len(untested))
+        new, msg_new  = schedule_new_versions(arch, total)
         old_ftbfs, msg_old_ftbfs  = 0 ,0
         old, msg_old  = 0, 0
     else:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list