From 92527773d76dada4dc849cf4b45d1701c3183373 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 11 Oct 2015 11:03:16 +0200 Subject: reproducible: fix grammar for remote error notification mails --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_build.sh') 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 -- cgit v1.2.3-54-g00ecf