[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fixup typo

Holger Levsen holger at moszumanska.debian.org
Sat Jul 25 11:19:40 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 720b552a4508d640e4fe1831e3a3542a28129b82
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Jul 25 13:18:55 2015 +0200

    reproducible: fixup typo
---
 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 8201bd4..c49e584 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -344,7 +344,7 @@ def scheduler():
     untested, msg_untested = schedule_untested_packages(total)
     new, msg_new  = schedule_new_versions(total+len(untested))
     old_ftbfs, msg_old_ftbfs  = schedule_old_ftbfs_versions(total+len(untested)+len(new))
-    old, msg_old  = schedule_old_versions(total+len(untested)+len(new))+len(old_ftbfs)
+    old, msg_old  = schedule_old_versions(total+len(untested)+len(new)+len(old_ftbfs))
 
     now_queued_here = {}
     # make sure to schedule packages in unstable first

-- 
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