From 449b07754f15a59334f4b47308beffa22f3ab58a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 6 Jun 2015 20:44:33 +0200 Subject: reproducible coreboot: include coreboot version and notify irc. --- bin/reproducible_coreboot.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_coreboot.sh') diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index 3cf9b2fc..7719052e 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -95,6 +95,7 @@ cd coreboot # still required because coreboot moved submodules and to take care of old git versions git submodule update --init --checkout 3rdparty/blobs COREBOOT="$(git log -1)" +COREBOOT_VERSION=$(git describe) echo "=============================================================================" echo "$(date -u) - Building cross compilers for ${ARCHS} now." @@ -104,7 +105,7 @@ for ARCH in ${ARCHS} ; do done echo "=============================================================================" -echo "$(date -u) - Building coreboot images now - first build run." +echo "$(date -u) - Building coreboot ${COREBOOT_VERSION} images now - first build run." echo "=============================================================================" export TZ="/usr/share/zoneinfo/Etc/GMT+12" # prevent failing using more than one CPU @@ -183,7 +184,7 @@ write_page "

This is work in progress started on 2015-06-04." write_page " Reproducible builds enable anyone to reproduce bit by bit identical binary packages from a given source. There is a lot more information about reproducible builds on the Debian wiki and on https://reproducible.debian.net.
" write_page " Reproducible Coreboot is an effort to apply this to coreboot. Thus each coreboot.rom is build twice, with a few varitations added and then those two ROMs are compared using debbindiff.
" write_page " Currently this is configured to be updated monthly, but as this is brand new, the udate frequency is much higher. Patches are very much welcome, the coreboot pages are solely generated by reproducible_coreboot.sh.
" -write_page " Test were run on $DATE using $COREBOOT" +write_page " Test were run on $DATE for version ${COREBOOT_VERSION}.
$COREBOOT" write_page "

" write_explaination_table coreboot write_page "