Morning,

Attached is the following:

  commit 839904c97ff89726eb90a34dcbe40c93d213adf0
  Author: Chris Lamb <la...@debian.org>
  Date:   Sun Oct 2 10:17:33 2016 +0100
  
      reproducible Debian: Move regular "Scheduled in..." messages to #-changes
  
   bin/reproducible_common.py    | 4 ++--
   bin/reproducible_scheduler.py | 2 +-
   2 files changed, 3 insertions(+), 3 deletions(-)


You can also merge from the "scheduled-messages" branch of
https://github.com/lamby/jenkins.debian.net if that is more convenient.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
From 839904c97ff89726eb90a34dcbe40c93d213adf0 Mon Sep 17 00:00:00 2001
From: Chris Lamb <la...@debian.org>
Date: Sun, 2 Oct 2016 10:17:33 +0100
Subject: [PATCH] reproducible Debian: Move regular "Scheduled in..." messages
 to #-changes

---
 bin/reproducible_common.py    | 4 ++--
 bin/reproducible_scheduler.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index c472d36..356b4af 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -691,8 +691,8 @@ def get_trailing_bug_icon(bug, bugs, package=None):
     return html
 
 
-def irc_msg(msg):
-    kgb = ['kgb-client', '--conf', '/srv/jenkins/kgb/debian-reproducible.conf',
+def irc_msg(msg, channel='debian-reproducible'):
+    kgb = ['kgb-client', '--conf', '/srv/jenkins/kgb/%s.conf' % channel,
            '--relay-msg']
     kgb.extend(str(msg).strip().split())
     call(kgb)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index d1e667a..1b1b355 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -689,4 +689,4 @@ if __name__ == '__main__':
         # build the kgb message text
         message = 'Scheduled in ' + '+'.join(SUITES) + ':' + message
         log.info(message)
-        irc_msg(message)
+        irc_msg(message, channel='debian-reproducible-changes')
-- 
2.9.3

_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to