diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-26 11:06:53 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-26 11:06:53 +0200 |
commit | 0941b2b86864d91c661cce8e755817d3538af161 (patch) | |
tree | b32f521c6b8fc2808e109a0a6c89f31510ab49f2 /bin | |
parent | dad04e49b3e224f217f072f1758386f8f3031fd9 (diff) | |
download | jenkins.debian.net-0941b2b86864d91c661cce8e755817d3538af161.tar.xz |
reproducible: use consistent wording
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 d728a182..6397a6c5 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -318,7 +318,7 @@ 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>tmpfs (currently, <a href=\"https://tracker.debian.org/disorderfs\">work in progress</a>)</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>" 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</td><td>ufs</td><td>same for both builds</td></tr>" |