diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-23 02:51:14 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-23 02:51:14 +0200 |
commit | df07c7da05549184e176690ab43842ef45d0c158 (patch) | |
tree | a3d1afe32d1eb3747280dee9c6d6258e363bc4d2 /bin | |
parent | 30f9edb0ab0956cf3f87f0d5fd1a8de101c93138 (diff) | |
download | jenkins.debian.net-df07c7da05549184e176690ab43842ef45d0c158.tar.xz |
fix grammar
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 f30ea921..66c122c5 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -347,7 +347,7 @@ write_explaination_table() { write_page "<tr><td>umask</td><td colspan=\"2\"> is not yet varied between rebuilds of $1.</td><tr>" fi if [ "$1" = "debian" ] ; then - write_page "<tr><td>CPU type</td><td>one of: $(cat /srv/reproducible-results/node-information/* | grep CPU_MODEL | cut -d '=' -f2- | sort -u | tr '\n' '\0' | xargs -0 -n1 echo '<br /> ')</td><td>on armhf: sometimes varied on armhf (depending on the build job)<br />on amd64: same both builds (currently, work in progress)</td></tr>" + write_page "<tr><td>CPU type</td><td>one of: $(cat /srv/reproducible-results/node-information/* | grep CPU_MODEL | cut -d '=' -f2- | sort -u | tr '\n' '\0' | xargs -0 -n1 echo '<br /> ')</td><td>on armhf: sometimes varied on armhf (depending on the build job)<br />on amd64: same for both builds (currently, work in progress)</td></tr>" else write_page "<tr><td>CPU type</td><td>$(cat /proc/cpuinfo|grep 'model name'|head -1|cut -d ":" -f2-)</td><td>same for both builds</td></tr>" fi |