summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2016-10-02 10:17:33 +0100
committerHolger Levsen <holger@layer-acht.org>2016-10-02 12:31:37 +0200
commitff0b247c48e10c3c5e6df92d017b86d4d4ad4aee (patch)
tree2cb85c9a15756679ec3e1e4ffbba3559a367355d /bin/reproducible_scheduler.py
parentf96598e4d51b05f057db98abf34da7088653ca3c (diff)
downloadjenkins.debian.net-ff0b247c48e10c3c5e6df92d017b86d4d4ad4aee.tar.xz
reproducible Debian: Move regular "Scheduled in..." messages to #-changes
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index d1e667ac..1b1b3555 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')