From c49efabce1dca6869460aee64364acca3b736b75 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 10 Jun 2015 01:33:03 +0200 Subject: reproducible coreboot: improve job output --- bin/reproducible_coreboot.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/reproducible_coreboot.sh') 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 "=============================================================================" -- cgit v1.2.3-54-g00ecf