summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-11 11:03:16 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-11 11:03:16 +0200
commit92527773d76dada4dc849cf4b45d1701c3183373 (patch)
tree86b59b89ff4a5b7d433a5a9c6991c7ed6dff73e0 /bin/reproducible_build.sh
parenta80733595c5c67f95ae7c340f5a6b989f91e22ba (diff)
downloadjenkins.debian.net-92527773d76dada4dc849cf4b45d1701c3183373.tar.xz
reproducible: fix grammar for remote error notification mails
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 9493089c..4d621125 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -281,7 +281,7 @@ handle_env_changes() {
handle_remote_error() {
unregister_build
- MESSAGE="$BUILD_URL got remote $1"
+ MESSAGE="$BUILD_URL got remote error $1"
echo "$(date -u ) - $MESSAGE" | tee -a /var/log/jenkins/reproducible-remote-error.log
echo "Sleeping 5m before aborting the job."
sleep 5m