From 0daee63009786ef70d6112975583a480c1671ed2 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 26 Aug 2015 02:29:43 +0200 Subject: reproducible: explain that we'll soon vary time properly too, except on FreeBSD --- bin/reproducible_common.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index eb42345f..3ef369d8 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -316,11 +316,14 @@ 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)" + if [ "$1" != "FreeBSD" ] ; then + write_page "hour, minutehour and minute will probably vary between two builds...but this is not enforced systematically... (currently, work in progress)" + else + write_page "hour, minutehour and minute will probably vary between two builds...but this is not enforced systematically...)" + fi 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-70-g09d2