From ec411c04e262d015de08ed8dd8d62a27ad060828 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 26 Aug 2015 02:33:44 +0200 Subject: reproducible: explain we will soon vary the filesystem for tests run on Debian too --- bin/reproducible_common.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 3ef369d8..43414e4d 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -318,8 +318,10 @@ 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 "Filesystemtmpfstmpfs (currently, work in progress)" else write_page "hour, minutehour and minute will probably vary between two builds...but this is not enforced systematically...)" + write_page "Filesystemufssame for both builds" fi if [ "$1" = "debian" ] ; then 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." -- cgit v1.2.3-54-g00ecf