From d0674c5dd67857c1c767eb8d322e7e1f5e9e767c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 23 Sep 2015 01:19:11 +0200 Subject: reproducible: explain that we're using disorderfs now when testing Debian packages --- bin/reproducible_common.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index c660d3a5..6875eff8 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -354,7 +354,11 @@ write_explaination_table() { 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)" - write_page "Filesystemtmpfssame for both builds (currently, work in progress)" + if [ "$1" = "debian" ] ; then + write_page "Filesystemtmpfsvaried using disorderfs" + else + write_page "Filesystemtmpfssame for both builds (currently, this could be varied using disorderfs)" + fi else write_page "hour, minutehour and minute will probably vary between two builds...but this is not enforced systematically...)" write_page "filesystem of the build directoryufssame for both builds" -- cgit v1.2.3-70-g09d2