[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible Debian: remove outdated references to irc notifications

Holger Levsen holger at layer-acht.org
Fri Sep 29 09:27:36 UTC 2017


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 fa43fbaba54014c26bb9bf28381bb49981742ebe
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Sep 29 11:23:40 2017 +0200

    reproducible Debian: remove outdated references to irc notifications
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_scheduler.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 5d4fca7..bdd1eb3 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -744,7 +744,7 @@ def scheduler(arch):
     message += ' in total.'
     log.info('Scheduling for architecture ' + arch + ' done.')
     log.info('--------------------------------------------------------------')
-    # only notifiy irc if there were packages scheduled in any suite
+    # only notifiy if there were packages scheduled in any suite
     for x in SUITES:
         if len(untested[x])+len(new[x])+len(old[x])+len(old_ftbfs[x])+len(old_depwait[x]) > 0:
             return message
@@ -774,8 +774,6 @@ if __name__ == '__main__':
         # build the kgb message text
         message = 'Scheduled in ' + '+'.join(SUITES) + ':\n' + message
         log.info(message)
-        # irc_msg(message, channel='debian-reproducible-changes')
-        # send mail instead of notifying via irc, less intrusive
         msg = MIMEText(message)
         mail_from = 'jenkins at jenkins.debian.net'
         mail_to = 'qa-jenkins-scm at lists.alioth.debian.org'

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