summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index c472d365..356b4afc 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)