summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2015-02-19 19:27:45 +0000
committerChris Lamb <lamby@debian.org>2015-02-19 19:27:45 +0000
commit54b9e565013fb7e572fd12fe8b10314eeb07e05d (patch)
tree21f9195c55d802fc444ccc24c623f88ab3af7e97 /bin/reproducible_build.sh
parent5e9456f84e208809bee0c9001bcce6123128c7ff (diff)
downloadjenkins.debian.net-54b9e565013fb7e572fd12fe8b10314eeb07e05d.tar.xz
Shorten "reproducible -> unreproducible" message.
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 ff84ecaa..c570d41f 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -99,7 +99,7 @@ call_debbindiff() {
fi
OLD_STATUS=$(sqlite3 -init $INIT ${PACKAGES_DB} "SELECT status FROM source_packages WHERE name=\"${SRCPACKAGE}\"")
if [ "${OLD_STATUS}" == "reproducible" ]; then
- MESSAGE="${SRCPACKAGE} became unreproducible while it has been successfully built reproducibly in the past. ${REPRODUCIBLE_URL}/${SRCPACKAGE}"
+ MESSAGE="${SRCPACKAGE}: status changed from reproducible -> unreproducible. ${REPRODUCIBLE_URL}/${SRCPACKAGE}"
kgb-client --conf /srv/jenkins/kgb/debian-reproducible.conf --relay-msg "$MESSAGE" || true # don't fail the whole job
fi
sqlite3 -init $INIT ${PACKAGES_DB} "REPLACE INTO source_packages VALUES (\"${SRCPACKAGE}\", \"${VERSION}\", \"unreproducible\", \"$DATE\")"