summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-23 01:19:11 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-23 01:19:11 +0200
commitd0674c5dd67857c1c767eb8d322e7e1f5e9e767c (patch)
treee27d0028b2448ca30a4d6efdb590b9d8c808158a /bin/reproducible_common.sh
parentb2af898af134153bb1b6a9da96693a4092a896ca (diff)
downloadjenkins.debian.net-d0674c5dd67857c1c767eb8d322e7e1f5e9e767c.tar.xz
reproducible: explain that we're using disorderfs now when testing Debian packages
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh6
1 files changed, 5 insertions, 1 deletions
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 "<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>same for both builds (currently, <a href=\"https://tracker.debian.org/disorderfs\">work in progress</a>)</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></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
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 of the build directory</td><td>ufs</td><td>same for both builds</td></tr>"