diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-04-25 21:55:30 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-25 21:55:30 +0200 |
commit | 3fa89c07126b04c1c1d841159b702f658416c915 (patch) | |
tree | 3ae479fdd8898199626db583d5487c408510bace | |
parent | 0e34ca3636a9c8280a619841b3d7e10ce5d3e617 (diff) | |
download | jenkins.debian.net-3fa89c07126b04c1c1d841159b702f658416c915.tar.xz |
reproducible debian: improve language
-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 f6fc77a7..2378f58f 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -431,7 +431,7 @@ write_explaination_table() { write_page "$(cat /srv/reproducible-results/node-information/*$a* | grep KERNEL | cut -d '=' -f2- | sort -u | tr '\n' '\0' | xargs -0 -n1 echo '<br /> ')" done write_page "</td>" - write_page "<td>(on amd64 systematically varied, on i386 too as well and also with 32 and 64 bit kernel variation, while on armhf not systematically)<br />" + write_page "<td>(on amd64 systematically varied, on i386 as well and also with 32 and 64 bit kernel variation, while on armhf not systematically)<br />" for a in ${ARCHS} ; do write_page "<br />on $a one of:" write_page "$(cat /srv/reproducible-results/node-information/*$a* | grep KERNEL | cut -d '=' -f2- | sort -u | tr '\n' '\0' | xargs -0 -n1 echo '<br /> ')" |