[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix spelling in mail subject
Holger Levsen
holger at moszumanska.debian.org
Tue Jun 2 22:35:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit e002c2f17bbb46e323d8a2f9384c531f855fd7e7
Author: Reiner Herrmann <reiner at reiner-h.de>
Date: Tue Jun 2 21:51:04 2015 +0200
reproducible: fix spelling in mail subject
---
bin/reproducible_build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 5de43da..e1691bc 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 at lists.alioth.debian.org" "$SRCPACKAGE at 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')"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list