diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-02-20 17:25:35 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-02-20 17:25:35 +0100 |
commit | b890af43294513bd35b2377e6228071a3a8823c9 (patch) | |
tree | 2f77b4d6b1002267d4b58b8c595a03bdfc167e21 /bin | |
parent | b199226b52917da2abc5753ce6a01407632f58bf (diff) | |
download | jenkins.debian.net-b890af43294513bd35b2377e6228071a3a8823c9.tar.xz |
reproducible Debian: include $BUILD_URL in irc message
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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 a55796ea..7767587a 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 |