summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-26 02:33:44 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-26 02:33:44 +0200
commitec411c04e262d015de08ed8dd8d62a27ad060828 (patch)
tree5a3d934d0c3798760e809b2f452bd341068c2c23 /bin/reproducible_common.sh
parent0daee63009786ef70d6112975583a480c1671ed2 (diff)
downloadjenkins.debian.net-ec411c04e262d015de08ed8dd8d62a27ad060828.tar.xz
reproducible: explain we will soon vary the filesystem for tests run on Debian too
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 2 insertions, 0 deletions
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 "<tr><td>year, month, date</td><td>today ($DATE)</td><td>same for both builds (currently, work in progress)</td></tr>"
if [ "$1" != "FreeBSD" ] ; then
write_page "<tr><td>hour, minute</td><td>hour and minute will probably vary between two builds...</td><td>but this is not enforced systematically... (currently, work in progress)</td></tr>"
+ write_page "<tr><td>Filesystem</td><td>tmpfs</td><td>tmpfs (currently, <a href=\"https://tracker.debian.org/disorderfs\">work in progress</a>)</td></tr>"
else
write_page "<tr><td>hour, minute</td><td>hour and minute will probably vary between two builds...</td><td>but this is not enforced systematically...)</td></tr>"
+ write_page "<tr><td>Filesystem</td><td>ufs</td><td>same for both builds</td></tr>"
fi
if [ "$1" = "debian" ] ; then
write_page "<tr><td><em>everything else...</em></td><td colspan=\"2\">is likely the same. So far, this is just about the <em>prospects</em> of <a href=\"https://wiki.debian.org/ReproducibleBuilds\">reproducible builds of Debian</a> - there will be more variations in the wild.</td></tr>"