From d289324ff521d58a859b7d4f98075e1a73c245c9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 26 Nov 2015 11:30:58 +0100 Subject: reproducible: fix up logic -> explain that on Debian amd64 we do vary hour and minute systematically --- bin/reproducible_common.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index f4289421..27daaeae 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -399,15 +399,15 @@ write_explaination_table() { fi if [ "$1" != "FreeBSD" ] ; then if [ "$1" = "debian" ] ; then - write_page "hour, minutehour and minute will probably vary between two builds...but this is not enforced systematically... (currently, work in progress)" + write_page "hour, minutehour and minute will probably vary between two builds...on amd64 only: additionally the \"future builds\" also run 6h and 23min ahead" write_page "filesystemtmpfstemporarily not varied using disorderfs (manpage)" else - write_page "hour, minutehour and minute will probably vary between two builds...additionally the \"future builds\" also run 6h and 23min ahead." + write_page "hour, minutehour and minute will probably vary between two builds...but this is not enforced systematically... (currently, work in progress)" write_page "Filesystemtmpfssame for both builds (currently, this could be varied using disorderfs)" fi else write_page "year, month, datetoday ($DATE)the 2nd build is done with the build node set 1 year, 1 month and 1 day in the future" - write_page "hour, minutehour and minute will vary between two builds...additionally the \"future build\" also runs 6h and 23min ahead." + write_page "hour, minutehour and minute will vary between two buildsadditionally the \"future build\" also runs 6h and 23min ahead" write_page "filesystem of the build directoryufssame for both builds" fi if [ "$1" = "debian" ] ; then -- cgit v1.2.3-54-g00ecf