diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-04 11:13:18 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-04 11:13:18 +0200 |
commit | 451df3651ef8fbd0fe9a894793d53796cd8a34c3 (patch) | |
tree | 1174424ef696b010d6f4989c1274053d85657f56 | |
parent | 104cb427c5b2e7ddb23a7bd144e8b7327ff1b084 (diff) | |
download | jenkins.debian.net-451df3651ef8fbd0fe9a894793d53796cd8a34c3.tar.xz |
reproducible: shorten irc notification text
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 7a26ea44..ac7044f8 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -278,7 +278,7 @@ handle_unhandled() { handle_enospace() { unregister_build - MESSAGE="$BUILD_URL ran into diskspace problems building $SRCPACKAGE on $SUITE/$ARCH, please investigate. Sending this builder to sleep for 30m." + MESSAGE="$BUILD_URL hit diskspace issues with $SRCPACKAGE on $SUITE/$ARCH, sleeping 30m." echo "$MESSAGE" echo "$MESSAGE" | mail -s "$BUILDER ran into diskspace problems" qa-jenkins-scm@lists.alioth.debian.org irc_message "$MESSAGE" |