summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-12 07:45:21 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-12 07:45:21 +0200
commitdd1f38c22aeaf795c10c5de31c22b7f355cd0624 (patch)
tree93bd2ba3a7456421f4e89dbf01ad0a2495f133e9 /bin/reproducible_common.sh
parente5b57275c89f9cc568e5d03e9976b65637ff7b9b (diff)
downloadjenkins.debian.net-dd1f38c22aeaf795c10c5de31c22b7f355cd0624.tar.xz
reproducible: explain that we dont use disorderfs atm
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 7bed37fc..254df4ac 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -360,7 +360,7 @@ write_explaination_table() {
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>"
if [ "$1" = "debian" ] ; then
- write_page "<tr><td>filesystem</td><td>tmpfs</td><td>varied using <a href=\"https://tracker.debian.org/disorderfs\">disorderfs</a> (<a href=\"https://sources.debian.net/src/disorderfs/sid/disorderfs.1.txt/\">manpage</a>)</td></tr>"
+ write_page "<tr><td>filesystem</td><td>tmpfs</td><td><em>temporarily not</em> varied using <a href=\"https://tracker.debian.org/disorderfs\">disorderfs</a> (<a href=\"https://sources.debian.net/src/disorderfs/sid/disorderfs.1.txt/\">manpage</a>)</td></tr>"
else
write_page "<tr><td>Filesystem</td><td>tmpfs</td><td>same for both builds (currently, this could be varied using <a href=\"https://tracker.debian.org/disorderfs\">disorderfs</a>)</td></tr>"
fi