From 68c8576870369953c24dc830521a081068cf4e5e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 10 Jun 2015 13:41:30 +0200 Subject: reproducible: for coreboot the minute always differs --- bin/reproducible_common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 469205dd..84df5d85 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -289,10 +289,11 @@ write_explaination_table() { write_page "umask00220002" write_page "CPU type$(cat /proc/cpuinfo|grep 'model name'|head -1|cut -d ":" -f2-)same for both builds (currently, work in progress)" write_page "year, month, datetoday ($DATE)same for both builds (currently, work in progress)" - write_page "hour, minutehour is usually the same...usually, the minute differs... (currently, work in progress)" if [ "$1" = "debian" ] ; then + write_page "hour, minutehour is usually the same...usually, the minute differs... (currently, work in progress)" write_page "everything else...is likely the same. So far, this is just about the prospects of reproducible builds of Debian - there will be more variations in the wild." else + write_page "hour, minutehour is usually the same...the minute differs... (currently, work in progress)" write_page "everything else...is likely the same. There will be more variations in the wild." fi write_page "

" -- cgit v1.2.3-54-g00ecf