diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-16 12:40:33 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-16 12:40:33 +0200 |
commit | f1309f6585014b2fbeb1e16873ee1ccdd003ac97 (patch) | |
tree | e10b2385b35fba73e5566c838cecdcf1dcd6381a | |
parent | 91f0fb3d17027a6365634d728eec0c7e807346d0 (diff) | |
download | jenkins.debian.net-f1309f6585014b2fbeb1e16873ee1ccdd003ac97.tar.xz |
reproducible: shorten irc message by 12 chars
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 3405f04b..c3e9d551 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} |