diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-15 01:21:51 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-15 01:21:51 +0100 |
commit | 4a3a491e8f788d7b95f0b04979a02541d25bba4d (patch) | |
tree | f51cec0e5d3b1eeb286da46623febeffc49b1afc /bin | |
parent | 2509cc38da4a415425423fbec8c51de9e1de3b06 (diff) | |
download | jenkins.debian.net-4a3a491e8f788d7b95f0b04979a02541d25bba4d.tar.xz |
reproducible: shorten mail content
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 08704f8b..c6ae6c0a 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -25,7 +25,7 @@ create_results_dirs() { handle_race_condition() { echo | tee -a $BUILDLOG local RESULT=$(sqlite3 -init $INIT ${PACKAGES_DB} "SELECT builder FROM schedule WHERE package_id='$SRCPKGID'") - local msg="Warning, package ${SRCPACKAGE} (id=$SRCPKGID) in ${SUITE} on ${ARCH} is probably already building at $RESULT, while this is $BUILD_URL.\n" + local msg="Warning, package ${SRCPACKAGE} (id=$SRCPKGID) in ${SUITE} is building at $RESULT, this is $BUILD_URL.\n" printf "$msg" | tee -a $BUILDLOG printf "$(date -u) - $msg" >> /var/log/jenkins/reproducible-race-conditions.log echo "$(date -u) - Terminating this build quickly and nicely..." | tee -a $RBUILDLOG |