From db4f7e62df2e6d032b419c879dd8c6f2a72d18df Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 5 Jun 2015 15:54:30 +0200 Subject: reproducible: add debug --- bin/reproducible_coreboot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index 1b3f0aa7..f846ce7e 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -163,6 +163,7 @@ echo "========================================================================== export TZ="/usr/share/zoneinfo/Etc/GMT+12" bash util/abuild/abuild +set -x cd coreboot-builds for i in * ; do if [ -f $i/coreboot.rom ] ; then @@ -172,6 +173,7 @@ for i in * ; do done cd .. rm coreboot-builds -rf +set +x echo "=============================================================================" echo "$(date) - Building coreboot images now - second build run." -- cgit v1.2.3-54-g00ecf