summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-23 01:35:59 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-23 01:35:59 +0200
commit288ab869dbbc2a3b0c559a3b1c81600cbff6aaaf (patch)
tree89c27b10837fde0cde6d92a9f97331b7f5d6dc1b /bin
parentd0674c5dd67857c1c767eb8d322e7e1f5e9e767c (diff)
downloadjenkins.debian.net-288ab869dbbc2a3b0c559a3b1c81600cbff6aaaf.tar.xz
reproducible: link to disorderfs.1.txt too
Diffstat (limited to 'bin')
-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 6875eff8..7dcd7cdf 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -355,7 +355,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></td></tr>"
+ 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>"
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