diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-30 16:51:10 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-30 16:51:10 +0200 |
commit | d27a80b1634379039a55a958e098a9281f45ec48 (patch) | |
tree | 0c8eca3a5ef8b2bb380a192599fc92fd648975ee | |
parent | f8517d6f02bdd312995769e0f5aafcfc010ef122 (diff) | |
download | jenkins.debian.net-d27a80b1634379039a55a958e098a9281f45ec48.tar.xz |
reproducible: add arch to output
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
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} } |