diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-11 11:03:16 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-11 11:03:16 +0200 |
commit | 92527773d76dada4dc849cf4b45d1701c3183373 (patch) | |
tree | 86b59b89ff4a5b7d433a5a9c6991c7ed6dff73e0 /bin | |
parent | a80733595c5c67f95ae7c340f5a6b989f91e22ba (diff) | |
download | jenkins.debian.net-92527773d76dada4dc849cf4b45d1701c3183373.tar.xz |
reproducible: fix grammar for remote error notification mails
Diffstat (limited to 'bin')
-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 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 |