[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible lede+openwrt: also notify lynxis via irc

Holger Levsen holger at layer-acht.org
Thu Apr 27 14:01:10 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 d8daad6abe6f57c1f3ff1e0b63b5ba265e1e43d0
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Apr 27 16:01:02 2017 +0200

    reproducible lede+openwrt: also notify lynxis via irc
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_lede_common.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh
index 09535e5..8ba6606 100644
--- a/bin/reproducible_lede_common.sh
+++ b/bin/reproducible_lede_common.sh
@@ -19,7 +19,9 @@ node_debug() {
 # only called direct on a remote build node
 node_cleanup_tmpdirs() {
 	export TMPDIR=$1
-	echo "Not cleaning up to make lynxis happy. Please notify lynxis he must clean up the tempdir $1 on $(hostname)."
+	local MESSAGE="Not cleaning up to make lynxis happy. Please notify lynxis he must clean up the tempdir $1 on $(hostname)."
+	echo $MESSAGE
+	irc_message reproducible-builds "$MESSAGE"
 	#cd
 	# (very simple) check we are deleting the right stuff
 	#if [ "${TMPDIR:0:26}" != "/srv/reproducible-results/" ] || [ ${#TMPDIR} -le 26 ] ; then

-- 
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