diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-23 05:03:25 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-23 05:03:25 +0200 |
commit | b04ac28b70b52609ded6d6df001a80ae1fb6ab16 (patch) | |
tree | 107739b30b4b177ef4de8cbfe0df1bdc23b6a4c4 | |
parent | e3309f8c2e0acf50221d2bf95915fae8f04a4654 (diff) | |
download | jenkins.debian.net-b04ac28b70b52609ded6d6df001a80ae1fb6ab16.tar.xz |
reproducible: improve job output
-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 4f16d105..32414615 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -30,7 +30,7 @@ create_results_dirs() { handle_race_condition() { echo | tee -a $BUILDLOG local msg="Warning, package ${SRCPACKAGE} in ${SUITE} on ${ARCH} is probably already building elsewhere, exiting.\n" - msg="${msg}Please check $BUILD_URL and https://reproducible.debian.net/$SUITE/$ARCH/${SRCPACKAGE} for a different build.\n" + msg="${msg}Please check $BUILD_URL and https://reproducible.debian.net/index_${ARCH}_scheduled.html for a different build of $SUITE/$ARCH/${SRCPACKAGE}.\n" case $1 in "db") msg="${msg}The race condition was caught while marking the build attempt in the database.\n" |