From f43ac07b0e49cb2337a736d187665546ff1596ad Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 13 Jun 2015 11:43:13 +0200 Subject: reproducible openwrt and coreboot: improve job output --- bin/reproducible_coreboot.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin/reproducible_coreboot.sh') diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index 2dc98d5f..5f672721 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -92,7 +92,7 @@ trap cleanup_tmpdirs INT TERM EXIT cd $TMPBUILDDIR echo "=============================================================================" -echo "$(date -u) - Cloning the coreboot git repository with submodules now." +echo "$(date -u) - Cloning the coreboot git repository with submodules." echo "=============================================================================" git clone --recursive http://review.coreboot.org/p/coreboot.git cd coreboot @@ -105,7 +105,7 @@ echo git log -1 echo "=============================================================================" -echo "$(date -u) - Building cross compilers for ${ARCHS} now." +echo "$(date -u) - Building cross compilers for ${ARCHS}." GOT_XTOOLCHAIN=false # # build the cross toolchains @@ -147,7 +147,7 @@ echo "" >> $TOOLCHAIN_HTML cd ../../.. echo "=============================================================================" -echo "$(date -u) - Building coreboot ${COREBOOT_VERSION} images now - first build run." +echo "$(date -u) - Building coreboot ${COREBOOT_VERSION} images - first build run." echo "=============================================================================" export TZ="/usr/share/zoneinfo/Etc/GMT+12" # prevent failing using more than one CPU @@ -163,7 +163,7 @@ ionice -c 3 nice \ save_coreboot_results b1 echo "=============================================================================" -echo "$(date -u) - Building coreboot images now - second build run." +echo "$(date -u) - Building coreboot images - second build run." echo "=============================================================================" export TZ="/usr/share/zoneinfo/Etc/GMT-14" export LANG="fr_CH.UTF-8" @@ -196,7 +196,7 @@ TIMEOUT="30m" DBDSUITE="unstable" DBDVERSION="$(schroot --directory /tmp -c source:jenkins-reproducible-${DBDSUITE}-debbindiff debbindiff -- --version 2>&1)" echo "=============================================================================" -echo "$(date -u) - Running $DBDVERSION on coreboot images now" +echo "$(date -u) - Running $DBDVERSION on coreboot images." echo "=============================================================================" ROMS_HTML=$(mktemp) echo "