summaryrefslogtreecommitdiffstats
path: root/deploy_kgb.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-09 18:10:24 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-09 18:10:24 +0200
commit6affb792e5adc50015f1c305bfaede7441a1a336 (patch)
tree62f48c013e234f7742e90bb8227fdd9f168334a1 /deploy_kgb.py
parent2e2e1eae7b19b9dd4161b0ffa03be2442968e309 (diff)
downloadjenkins.debian.net-6affb792e5adc50015f1c305bfaede7441a1a336.tar.xz
reproducible builds: fix irc notification for non debian tests
Diffstat (limited to 'deploy_kgb.py')
-rwxr-xr-xdeploy_kgb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_kgb.py b/deploy_kgb.py
index 6ac28ed4..c3adde8a 100755
--- a/deploy_kgb.py
+++ b/deploy_kgb.py
@@ -26,7 +26,7 @@ channels = [
{'name': 'debian-haskell', 'id': 'jenkins-debian-haskell'},
{'name': 'debian-qa', 'id': 'jenkins-debian-qa'},
{'name': 'debian-reproducible', 'id': 'jenkins-debian-reproducible'},
- {'name': 'reproducible-builds', 'id': 'jenkins-reproducible-builds'},
+ {'name': 'reproducible-builds', 'id': 'reproducible-builds'},
{'name': 'debian-ruby', 'id': 'pkg-ruby-extras'},
]