From ab4c89c29325bfd716339972dbb6d665cd44d5ad Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 28 Aug 2015 16:17:44 +0200 Subject: reproducible: atm we only plan to vary the cpu type for Debian package builds... --- bin/reproducible_common.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index a0ba84bd..077aef4d 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -337,7 +337,11 @@ write_explaination_table() { write_page "FreeBSD kernel version is not yet varied between rebuilds of $1." write_page "umask is not yet varied between rebuilds of $1." fi - write_page "CPU type$(cat /proc/cpuinfo|grep 'model name'|head -1|cut -d ":" -f2-)same for both builds (currently, work in progress)" + if [ "$1" = "debian" ] ; then + write_page "CPU type$(cat /proc/cpuinfo|grep 'model name'|head -1|cut -d ":" -f2-)same for both builds (currently, work in progress)" + else + write_page "CPU type$(cat /proc/cpuinfo|grep 'model name'|head -1|cut -d ":" -f2-)same for both builds" + fi write_page "year, month, datetoday ($DATE)same for both builds (currently, work in progress)" if [ "$1" != "FreeBSD" ] ; then write_page "hour, minutehour and minute will probably vary between two builds...but this is not enforced systematically... (currently, work in progress)" -- cgit v1.2.3-70-g09d2