summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2015-06-02 21:51:04 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-03 00:35:14 +0200
commite002c2f17bbb46e323d8a2f9384c531f855fd7e7 (patch)
treefeb127b366f6b45676e0f90399a2ce77832e950d /bin/reproducible_build.sh
parent9b6187a8eb7dc02dc0d23e9ca9961b5e0168cc5f (diff)
downloadjenkins.debian.net-e002c2f17bbb46e323d8a2f9384c531f855fd7e7.tar.xz
reproducible: fix spelling in mail subject
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 5de43da1..e1691bc6 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -123,7 +123,7 @@ update_db_and_html() {
# notification for changing status
if [ "$OLD_STATUS" != "$STATUS" ] && [ "$NOTIFY_MAINTAINER" -eq 1 ]; then
echo "More information on <URL:$REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE>, feel free to reply to this email to get more help." | \
- mail -s "Reproducibly of package $SRCPACKAGE changed: $OLD_STATUS -> $STATUS" \
+ mail -s "Reproducibility state of package $SRCPACKAGE changed: $OLD_STATUS -> $STATUS" \
-a "From: reproducible-builds@lists.alioth.debian.org" "$SRCPACKAGE@packages.debian.org"
fi
sqlite3 -init $INIT ${PACKAGES_DB} "REPLACE INTO results (package_id, version, status, build_date, build_duration) VALUES ('${SRCPKGID}', '$VERSION', '$STATUS', '$DATE', '$DURATION')"