[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: also link to pkg page for easier debugging
Holger Levsen
holger at moszumanska.debian.org
Fri Mar 13 18:26:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 7d35e040b4f66dce564a9768f43169ee91733aa4
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Mar 13 19:24:39 2015 +0100
reproducible: also link to pkg page for easier debugging
---
bin/reproducible_build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 31cf7f7..8551f1c 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 at 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 at lists.alioth.debian.org
exit 0
fi
set -e
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list