[Qa-jenkins-scm] [jenkins.debian.net] 03/06: reproducible: shorten irc message
Holger Levsen
holger at moszumanska.debian.org
Sat Oct 10 00:32:37 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 17621e8bd607252c085c35f8812c3a46946658d1
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Oct 10 02:13:26 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 a8d33be..e131d87 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -65,9 +65,9 @@ save_artifacts() {
echo | tee -a ${RBUILDLOG}
# irc message
if [ ! -z "$NOTIFY" ] ; then
- local MESSAGE="Artifacts for ${SRCPACKAGE} ($STATUS in ${SUITE}/${ARCH}) published: $URL"
+ local MESSAGE="Artifacts for ${SRCPACKAGE}, $STATUS in ${SUITE}/${ARCH}: $URL"
if [ "$NOTIFY" = "diffoscope" ] ; then
- MESSAGE="$MESSAGE (error when running $DIFFOSCOPE)"
+ MESSAGE="$MESSAGE (error running $DIFFOSCOPE)"
fi
irc_message "$MESSAGE"
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