summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-10 01:33:03 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-10 01:33:03 +0200
commitc49efabce1dca6869460aee64364acca3b736b75 (patch)
treeac70c108524e3a4dc3840419019b077112837311 /bin/reproducible_coreboot.sh
parent097604e5d401bb3a5747aeb65a6b8891251d4ec6 (diff)
downloadjenkins.debian.net-c49efabce1dca6869460aee64364acca3b736b75.tar.xz
reproducible coreboot: improve job output
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-xbin/reproducible_coreboot.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index 53e322f7..163a047b 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -86,6 +86,9 @@ cd coreboot
git submodule update --init --checkout 3rdparty/blobs
COREBOOT="$(git log -1)"
COREBOOT_VERSION=$(git describe)
+echo "This is coreboot $COREBOOT_VERSION."
+echo
+git log -1
NUM_CPU=$(cat /proc/cpuinfo |grep '^processor'|wc -l)
echo "============================================================================="