[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: shorten irc message
Holger Levsen
holger at moszumanska.debian.org
Thu Jul 9 14:18:06 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 66f739e47178c688d755d783c1478f2874cc7d8d
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Jul 9 16:17:42 2015 +0200
reproducible: shorten irc message
---
bin/reproducible_build.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index e29af58..9166097 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -124,7 +124,7 @@ update_db_and_html() {
# notification for changing status
if [ "${OLD_STATUS}" = "reproducible" ] ; then
if [ "$STATUS" = "unreproducible" ] || [ "$STATUS" = "FTBFS" ] ; then
- MESSAGE="status changed from reproducible → ${STATUS}. ${REPRODUCIBLE_URL}/${SUITE}/${ARCH}/${SRCPACKAGE}"
+ MESSAGE="Changed from reproducible → ${STATUS}. ${REPRODUCIBLE_URL}/${SUITE}/${ARCH}/${SRCPACKAGE}"
echo "\n$MESSAGE" | tee -a ${RBUILDLOG}
irc_message "$MESSAGE"
# disable ("regular") irc notification unless it's due to debbindiff problems
@@ -135,7 +135,7 @@ update_db_and_html() {
fi
if [ "$OLD_STATUS" != "$STATUS" ] && [ "$NOTIFY_MAINTAINER" -eq 1 ]; then
echo "More information on $REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE, feel free to reply to this email to get more help." | \
- mail -s "$SRCPACKAGE status changed: $OLD_STATUS -> $STATUS" \
+ mail -s "$SRCPACKAGE changed: $OLD_STATUS -> $STATUS" \
-a "From: Reproducible builds folks <reproducible-builds at lists.alioth.debian.org>" \
"$SRCPACKAGE at packages.debian.org"
fi
--
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