From f1ed54f729f71d69b1ff4f3e6745e018ecf2f6ec Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 9 Sep 2015 16:34:14 +0200 Subject: reproducible: explain some host variations in dashboard --- bin/reproducible_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index e939a4fc..4c9f0cfc 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -303,7 +303,7 @@ write_explaination_table() { write_page "

" write_page "" if [ "$1" = "debian" ] ; then - write_page "" + write_page "" write_page "" else write_page "" @@ -344,7 +344,7 @@ write_explaination_table() { write_page "" fi if [ "$1" = "debian" ] ; then - write_page "" + write_page "" else write_page "" fi -- cgit v1.2.3-70-g09d2
variationfirst buildsecond build
hostname$(hostname)i-capture-the-hostname
hostnameone of: $(for i in $BUILD_NODES ; do echo $i | cut -d '.' -f1 ; done)i-capture-the-hostname
domainname$(hostname -d)i-capture-the-domainname
hostname is not yet varied between rebuilds of $1.
umask is not yet varied between rebuilds of $1.
CPU type$(cat /proc/cpuinfo|grep 'model name'|head -1|cut -d ":" -f2-)same for both builds (currently, work in progress)
CPU typeone of $(cat /srv/reproducible-results/node-information/* | grep CPU_MODEL | cut -d '=' -f2- | sort -u)sometimes varied on armhf, same for amd64 builds (currently, work in progress)
CPU type$(cat /proc/cpuinfo|grep 'model name'|head -1|cut -d ":" -f2-)same for both builds