summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-02-20 17:25:35 +0100
committerHolger Levsen <holger@layer-acht.org>2017-02-20 17:25:35 +0100
commitb890af43294513bd35b2377e6228071a3a8823c9 (patch)
tree2f77b4d6b1002267d4b58b8c595a03bdfc167e21 /bin/reproducible_build.sh
parentb199226b52917da2abc5753ce6a01407632f58bf (diff)
downloadjenkins.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/reproducible_build.sh')
-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 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