From 0b7103dea97562b42213d9170abc762b6ebdc474 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 9 Sep 2015 16:44:01 +0200 Subject: reproducible: improve html output --- 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 4c9f0cfc..477463b1 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
hostnameone of: $(for i in $BUILD_NODES ; do echo $i | cut -d '.' -f1 ; done)i-capture-the-hostname
hostnameone of: $(for i in $BUILD_NODES ; do echo '
  ' ; 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 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 typeone of: $(cat /srv/reproducible-results/node-information/* | grep CPU_MODEL | cut -d '=' -f2- | sort -u | tr '\n' '\0' | xargs -0 -n1 echo '
  ')
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