summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-30 16:51:10 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-30 16:51:10 +0200
commitd27a80b1634379039a55a958e098a9281f45ec48 (patch)
tree0c8eca3a5ef8b2bb380a192599fc92fd648975ee /bin/reproducible_build.sh
parentf8517d6f02bdd312995769e0f5aafcfc010ef122 (diff)
downloadjenkins.debian.net-d27a80b1634379039a55a958e098a9281f45ec48.tar.xz
reproducible: add arch to output
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 10a4bc5e..f9701a3e 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -386,7 +386,7 @@ init() {
BAD_LOCKFILE=true
handle_race_condition init
fi
- echo "Starting to build ${SRCPACKAGE}/${SUITE} on $DATE" | tee ${RBUILDLOG}
+ echo "Starting to build ${SRCPACKAGE}/${SUITE}/${ARCH} on $DATE" | tee ${RBUILDLOG}
echo "The jenkins build log is/was available at ${BUILD_URL}console" | tee -a ${RBUILDLOG}
}