[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: stop displaying uname-2.6 results

Holger Levsen holger at moszumanska.debian.org
Tue Feb 9 09:00:54 UTC 2016


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 b3da6dd80c89e07a0dec46f6b9df12b5d4f5ba40
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Feb 9 10:00:30 2016 +0100

    reproducible debian: stop displaying uname-2.6 results
---
 bin/reproducible_info.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_info.sh b/bin/reproducible_info.sh
index aa52a25..a01489d 100755
--- a/bin/reproducible_info.sh
+++ b/bin/reproducible_info.sh
@@ -12,7 +12,7 @@ ARCH=$(dpkg --print-architecture)
 NUM_CPU=$(grep -c '^processor' /proc/cpuinfo)
 CPU_MODEL=$(cat /proc/cpuinfo |grep "model name"|head -1|cut -d ":" -f2|xargs echo)
 DATETIME=$(date +'%Y-%m-%d %H:%M %Z')
-KERNEL=$(linux64 --uname-2.6 uname -smrv)
+KERNEL=$(uname -smrv)
 for i in $BUILD_ENV_VARS ; do
 	echo "$i=${!i}"
 done

-- 
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