[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible LEDE: also send irc notifications to #lede-dev on freenode - thanks kgb-bot

Holger Levsen holger at layer-acht.org
Sun Nov 26 15:46:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit bbbb35ed2583af91a6c158ea1f139f95bc712fb9
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Nov 26 15:41:33 2017 +0000

    reproducible LEDE: also send irc notifications to #lede-dev on freenode - thanks kgb-bot
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_lede.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh
index d1a1ef2..d7ebcd6 100755
--- a/bin/reproducible_lede.sh
+++ b/bin/reproducible_lede.sh
@@ -248,7 +248,9 @@ rm -f $DBD_HTML $DBD_GOOD_PKGS_HTML $DBD_BAD_PKGS_HTML $TOOLCHAIN_HTML $BANNER_H
 # the end
 calculate_build_duration
 print_out_duration
-irc_message reproducible-builds "$REPRODUCIBLE_URL/$PAGE has been updated. ($GOOD_PERCENT_IMAGES% images and $GOOD_PERCENT_PACKAGES% packages reproducible)"
+for CHANNEL in reproducible-builds lede-dev ; do
+	irc_message $CHANNEL "$REPRODUCIBLE_URL/$PAGE has been updated. ($GOOD_PERCENT_IMAGES% images and $GOOD_PERCENT_PACKAGES% packages reproducible in our current test framework.)"
+done
 echo "============================================================================="
 
 # remove everything, we don't need it anymore...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list