summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-13 19:24:39 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-13 19:24:39 +0100
commit7d35e040b4f66dce564a9768f43169ee91733aa4 (patch)
treee5482e8ca3e85de81a8ef820d912238adb505306
parent9e142f8c980a64d13df65789232807d417234c58 (diff)
downloadjenkins.debian.net-7d35e040b4f66dce564a9768f43169ee91733aa4.tar.xz
reproducible: also link to pkg page for easier debugging
-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 31cf7f7a..8551f1c0 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -195,7 +195,7 @@ else
RESULT=$?
if [ $RESULT -ne 0 ] ; then
echo "Warning, package ${SRCPACKAGE} in ${SUITE} on ${ARCH} is probably already building elsewhere, exiting."
- echo "Warning, package ${SRCPACKAGE} in ${SUITE} on ${ARCH} is probably already building elsewhere, exiting. Please check $BUILD_URL" | mail -s "race condition found" qa-jenkins-scm@lists.alioth.debian.org
+ echo "Warning, package ${SRCPACKAGE} in ${SUITE} on ${ARCH} is probably already building elsewhere, exiting. Please check $BUILD_URL and https://reproducible.debian.net/$SUITE/$ARCH/${SRCPACKAGE} for a different BUILD_URL..." | mail -s "race condition found" qa-jenkins-scm@lists.alioth.debian.org
exit 0
fi
set -e