diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-23 16:17:36 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-23 16:17:36 +0200 |
commit | 580fd9d14cdb1c56a5e30e2b240872fedee1ae38 (patch) | |
tree | 934da1ae3539a579bce06bd5497509fbd9376a81 /bin | |
parent | ca3b1f832ac718677b3205ab73f78b70c96bf784 (diff) | |
download | jenkins.debian.net-580fd9d14cdb1c56a5e30e2b240872fedee1ae38.tar.xz |
reproducible: fix punctation
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index ec7a62b8..0faaad03 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 |