summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_lede_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-27 16:01:02 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-27 16:01:02 +0200
commitd8daad6abe6f57c1f3ff1e0b63b5ba265e1e43d0 (patch)
tree60ba40eb827459ddfed6cf8a4dd4d8c13f747c01 /bin/reproducible_lede_common.sh
parent563cc36a09d8b05b1b4f9d7c265fa3faff4c4c53 (diff)
downloadjenkins.debian.net-d8daad6abe6f57c1f3ff1e0b63b5ba265e1e43d0.tar.xz
reproducible lede+openwrt: also notify lynxis via irc
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_lede_common.sh')
-rw-r--r--bin/reproducible_lede_common.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh
index 09535e56..8ba66064 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