[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: also notify irc if only old_ftbfs were scheduled

Holger Levsen holger at moszumanska.debian.org
Tue Sep 22 13:09:12 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 e0be156e44d68f6c7c5f316f740c3baef1aa3966
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Sep 22 15:08:57 2015 +0200

    reproducible: also notify irc if only old_ftbfs were scheduled
---
 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 eab44ab..0602159 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -544,7 +544,7 @@ def scheduler(arch):
     message += ' packages in total.'
     # only notifiy irc if there were packages scheduled in any suite
     for x in SUITES:
-        if len(untested[x])+len(new[x])+len(old[x]) > 0:
+        if len(untested[x])+len(new[x])+len(old[x])+len(old_ftbfs[x]) > 0:
             log.info(message)
             irc_msg(message)
             break

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