diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-02-09 21:37:02 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-02-09 21:37:02 +0100 |
commit | 3ed9a0238f609ca9dc73f10073149ffb5c420ada (patch) | |
tree | dddb30b9a6c16142bf2590875fe3faca2acaff97 | |
parent | c8cdd98601e16a2215aa48773da4748281f1f7d5 (diff) | |
download | jenkins.debian.net-3ed9a0238f609ca9dc73f10073149ffb5c420ada.tar.xz |
reproducible dashboard, cpu variation, 2nd build: list amd64 first, as always
-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 cc3a46f1..d947e129 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -443,7 +443,7 @@ write_explaination_table() { fi FUTURE=$(date --date="${DATE}+398 days" +'%Y-%m-%d') 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 (depending on the build job)<br />on amd64: same for 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 amd64: same for both builds (currently, work in progress<br />on armhf: sometimes varied (depending on the build job)</td></tr>" write_page "<tr><td>year, month, date</td><td>today ($DATE) or on amd64 also: $FUTURE</td><td>on amd64: varied (398 days difference)<br />on armhf: 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>" |