From 70fb72c8253b3fa9343ddb576d52e9976f817578 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 3 May 2015 11:29:03 +0200 Subject: reproducible: move the code to call kgb and relay messagess to common.py --- bin/reproducible_scheduler.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bin/reproducible_scheduler.py') diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index e65e8365..01bbc33b 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -296,10 +296,7 @@ def scheduler(): 'for ' + str(total) + ' or ' + \ '+'.join([str(now_queued_here[x]) for x in SUITES]) + ' packages in total.' log.info(message) - kgb = ['kgb-client', '--conf', '/srv/jenkins/kgb/debian-reproducible.conf', - '--relay-msg'] - kgb.extend(message.split()) - call(kgb) + irc_msg(message) log.info('\n\n\n') log.info(message) -- cgit v1.2.3-54-g00ecf