summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-16 11:31:49 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-16 11:31:49 +0100
commit08c3b53c9860bb6d3d4ecb77cb734a3f399d9374 (patch)
tree76858163effa41a2d7ffaa8229179559d409d6cc
parent0ea574ad4fcbc974a45c34bd3ef88bc8a87909c9 (diff)
downloadjenkins.debian.net-08c3b53c9860bb6d3d4ecb77cb734a3f399d9374.tar.xz
reproducible grammar
-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 74b48ecf..d51b47e5 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -97,7 +97,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. It was successfully built reproducibly in the past. Plese investigate ${REPRODUCIBLE_URL}/${SRCPACKAGE}"
+ MESSAGE="${SRCPACKAGE} became unreproducible while it has been successfully built reproducibly in the past. Please investigate ${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\")"