summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-23 01:53:41 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-23 01:53:41 +0200
commitc706f0dec648b13b2cd921b243f6afdfadd8155e (patch)
treeb8fbba6d95f93bdee51e740ca2f348d96373d2ff /bin
parentc57096965e81660881d937230bf4b5ee28422dc1 (diff)
downloadjenkins.debian.net-c706f0dec648b13b2cd921b243f6afdfadd8155e.tar.xz
fix typ
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 7dcd7cdf..d2454ad2 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> (<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>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