From 6affb792e5adc50015f1c305bfaede7441a1a336 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 9 May 2016 18:10:24 +0200 Subject: reproducible builds: fix irc notification for non debian tests --- deploy_kgb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy_kgb.py') 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'}, ] -- cgit v1.2.3-54-g00ecf