summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-05 15:54:30 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-05 15:55:00 +0200
commitdb4f7e62df2e6d032b419c879dd8c6f2a72d18df (patch)
treee45b96a6730af91d38614092b7353d9e4f863567 /bin/reproducible_coreboot.sh
parent3e67205a8dbd3f717a118cb3014a239ec4a8b06c (diff)
downloadjenkins.debian.net-db4f7e62df2e6d032b419c879dd8c6f2a72d18df.tar.xz
reproducible: add debug
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-xbin/reproducible_coreboot.sh2
1 files changed, 2 insertions, 0 deletions
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."