diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-10 01:33:03 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-10 01:33:03 +0200 |
commit | c49efabce1dca6869460aee64364acca3b736b75 (patch) | |
tree | ac70c108524e3a4dc3840419019b077112837311 /bin | |
parent | 097604e5d401bb3a5747aeb65a6b8891251d4ec6 (diff) | |
download | jenkins.debian.net-c49efabce1dca6869460aee64364acca3b736b75.tar.xz |
reproducible coreboot: improve job output
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_coreboot.sh | 3 |
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 "=============================================================================" |