[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: include $BUILD_URL in irc message

Holger Levsen holger at layer-acht.org
Mon Feb 20 16:25:42 UTC 2017


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 b890af43294513bd35b2377e6228071a3a8823c9
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Feb 20 17:25:35 2017 +0100

    reproducible Debian: include $BUILD_URL in irc message
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 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 a55796e..7767587 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -854,7 +854,7 @@ share_buildinfo() {
 		curl -s -X PUT --max-time 30 --data-binary @- "https://buildinfo.debian.net/api/submit" < ./${X}/$BUILDINFO_SIGNED > $TMPFILE || log_error "Could not submit buildinfo from ${X} to http://buildinfo.debian.net/api/submit"
 		cat $TMPFILE
 		if grep -q "500 Internal Server Error" $TMPFILE ; then
-			irc_message debian-reproducible "error code 500 on buildinfo.debian.net"
+			irc_message debian-reproducible "${BUILD_URL} got error code 500 from buildinfo.debian.net"
 		fi
 		rm $TMPFILE
 	done

-- 
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