diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-02-16 01:00:36 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-02-16 01:00:36 +0100 |
commit | 999fed02ff7e3ecbccebdcf56b0eb044f45e1aef (patch) | |
tree | 0ab481117b789de973e3735a1eace6881bc9c139 /bin | |
parent | 3a6130a9813d8f11bcccba5b646ee19d9b63619f (diff) | |
download | jenkins.debian.net-999fed02ff7e3ecbccebdcf56b0eb044f45e1aef.tar.xz |
reproducible: broken english
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 9022f560..74b48ecf 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} becomes unreproducible. It was successfully built reproducibly built in the past. Plese investigate ${REPRODUCIBLE_URL}/${SRCPACKAGE}" + MESSAGE="${SRCPACKAGE} became unreproducible. It was successfully built reproducibly in the past. Plese 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\")" |