From 35c8983a7c981b286fc4572098fa4ef2c605ac23 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 23 May 2015 22:52:03 +0200 Subject: reproducible: explain setup --- bin/reproducible_html_graphs.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 4c219e0b..b0b974a0 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -532,6 +532,23 @@ create_main_stats_page() { write_page "$COUNT_GOOD / $PERCENT_GOOD%$COUNT_BAD / $PERCENT_BAD%$COUNT_UGLY / $PERCENT_UGLY%$COUNT_OTHER / $PERCENT_OTHER%" done write_page "" + # explain setup + write_page "" + write_page "" + write_page "" + write_page "" + write_page "" + write_page "" + write_page "" + write_page "" + write_page "" + write_page "" + write_page "" + write_page "" + write_page "" + write_page "" + write_page "" + write_page "
variationfirst buildsecond build
hostname$(hostname)i-capture-the-hostname
domainname$(hostname -d)i-capture-the-domainname
env BUILDUSERIDBUILDUSERID=1111BUILDUSERID=2222
env BUILDUSERNAMEBUILDUSERNAME=pbuilder1BUILDUSERNAME=pbuilder2
env TZTZ=\"/usr/share/zoneinfo/Etc/GMT+12\"TZ=\"/usr/share/zoneinfo/Etc/GMT-14\"
env LANGLANG=\"en_GB.UTF-8\"LANG=\"fr_CH.UTF-8\"
env LC_ALLunsetLC_ALL=\"fr_CH.UTF-8\"
UTS namespaceshared with the host/usr/bin/unshare --uts
kernel version, modified using /usr/bin/linux64 --uname-2.6$(uname -sr)$(/usr/bin/linux64 --uname-2.6 uname -sr)
umask00220002
CPU type$(cat /proc/cpuinfo|grep 'model name'|head -1|cut -d ":" -f2-)same for both builds (currently, work in progress)
number of cores used$(cat /proc/cpuinfo |grep ^processor|wc -l)(currently, work in progress)
year, month, datetoday ($DATE)same for both builds (currently, work in progress)
hour, minutehour is usually the same...the minute differs (currently, work in progress)
" # write suite graphs write_page "

" for SUITE in $SUITES ; do -- cgit v1.2.3-54-g00ecf