[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: explain how the kernels are varied for amd64+armhf

Holger Levsen holger at moszumanska.debian.org
Sat Sep 26 12:04:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 218dc572ca192c4ca12aae01480c43f030c98bd5
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Sep 26 14:03:47 2015 +0200

    reproducible: explain how the kernels are varied for amd64+armhf
---
 TODO                       | 1 -
 bin/reproducible_common.sh | 6 +++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/TODO b/TODO
index 4828abc..472c14b 100644
--- a/TODO
+++ b/TODO
@@ -159,7 +159,6 @@ properties:
 
 * lesser prio
 ** dashboard:
-*** armhf doesnt use Linux 3.16.0-4-amd64 kernels
 *** number of cores used is wrong for amd64
 ** check that cleanup of old diffscope schroots on armhf+amd64 nodes works....
 ** check that /srv/workspace/pbuilder/ is cleaned up properly
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 393029d..81d1ad7 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -340,7 +340,11 @@ write_explaination_table() {
 		fi
 	fi
 	if [ "$1" != "FreeBSD" ] ; then
-		write_page "<tr><td>kernel version, modified using /usr/bin/linux64 --uname-2.6</td><td>$(uname -sr)</td><td>$(/usr/bin/linux64 --uname-2.6 uname -sr)</td></tr>"
+		if [ "$1" = "debian" ] ; then
+			write_page "<tr><td>kernel version, modified using /usr/bin/linux64 --uname-2.6</td></td><td>one of: $(cat /srv/reproducible-results/node-information/* | grep KERNEL1 | cut -d '=' -f2- | sort -u | tr '\n' '\0' | xargs -0 -n1 echo '<br />  ')</td><td>one of: $(cat /srv/reproducible-results/node-information/* | grep KERNEL2 | cut -d '=' -f2- | sort -u | tr '\n' '\0' | xargs -0 -n1 echo '<br />  ')</td></tr>"
+		else
+			write_page "<tr><td>kernel version, modified using /usr/bin/linux64 --uname-2.6</td><td>$(uname -sr)</td><td>$(/usr/bin/linux64 --uname-2.6 uname -sr)</td></tr>"
+		fi
 		write_page "<tr><td>umask</td><td>0022<td>0002</td><tr>"
 	else
 		write_page "<tr><td>FreeBSD kernel version</td><td colspan=\"2\"> is not yet varied between rebuilds of $1.</td></tr>"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list