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. --- TODO | 2 +- bin/reproducible_coreboot.sh | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index e8c8747d..3e0d8f70 100644 --- a/TODO +++ b/TODO @@ -226,8 +226,8 @@ egrep -R -l '(debbindiff had trouble comparing|maybe there is still )' /var/lib/ that would be wonderful. * coreboot build job -** output coreboot version and include in the html ** add more variations +** add more archs: mips, arm, arm64, riscv ** clone with https * coreboot html ** include rom name via path in dbd output 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 "