summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-16 12:40:33 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-16 12:40:33 +0200
commitf1309f6585014b2fbeb1e16873ee1ccdd003ac97 (patch)
treee10b2385b35fba73e5566c838cecdcf1dcd6381a /bin/reproducible_build.sh
parent91f0fb3d17027a6365634d728eec0c7e807346d0 (diff)
downloadjenkins.debian.net-f1309f6585014b2fbeb1e16873ee1ccdd003ac97.tar.xz
reproducible: shorten irc message by 12 chars
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh4
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}