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 --- TODO | 5 +++-- bin/reproducible_common.sh | 6 +++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index eb39149d..b2fe98c7 100644 --- a/TODO +++ b/TODO @@ -198,8 +198,6 @@ properties: ** link source-data-epoch spec from rb.d.n ** link howto on each coreboot/openwrt/netbsd/freebsd page ** pkg sets are still amd64 only atm… -** disorderfs: -*** document usage in diff table... * lesser prio ** use build3 (or 5) as (sudo) test system to develop a dsa approvable sudoers.d @@ -274,6 +272,7 @@ properties: ** CONFIG_PAYLOAD_TIANOCORE is not set * libreboot ships images, verify those? * explain status in plain english +* use disorderfs for 2nd build? ==== reproducible OpenWrt @@ -284,12 +283,14 @@ properties: * file dbd bug about unable to inspect these .bin files * file dbd bug about crashing on certain squashfs files * explain status in plain english +* use disorderfs for 2nd build? ==== reproducible NetBSD * announce on their list * explain status in plain english ** MKREPRO is set to "yes" +* use disorderfs for 2nd build? ==== reproducible Fedora 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