[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: shorten irc message by 12 chars
Holger Levsen
holger at moszumanska.debian.org
Fri Oct 16 10:41:25 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 f1309f6585014b2fbeb1e16873ee1ccdd003ac97
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Oct 16 12:40:33 2015 +0200
reproducible: shorten irc message by 12 chars
---
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 3405f04..c3e9d55 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -456,12 +456,12 @@ choose_package() {
xxxxxxx)
export DEBUG=true
set -x
- irc_message "The build of $SRCPACKAGE/$SUITE/$ARCH is starting at ${BUILD_URL}consoleFull"
+ irc_message "$SRCPACKAGE/$SUITE/$ARCH started building at ${BUILD_URL}console"
;;
*) ;;
esac
if [ "$DEBUG_URL" = "TBD" ] ; then
- irc_message "The build of $SRCPACKAGE/$SUITE/$ARCH is starting at ${BUILD_URL}consoleFull"
+ irc_message "$SRCPACKAGE/$SUITE/$ARCH started building at ${BUILD_URL}console"
fi
echo "$(date -u ) - starting to build ${SRCPACKAGE}/${SUITE}/${ARCH} on $(hostname -f) on '$DATE'" | tee ${RBUILDLOG}
echo "The jenkins build log is/was available at ${BUILD_URL}console" | tee -a ${RBUILDLOG}
--
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