diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-02-09 10:00:30 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-02-09 10:00:30 +0100 |
commit | b3da6dd80c89e07a0dec46f6b9df12b5d4f5ba40 (patch) | |
tree | 72f33d27deff3769fa22043fe0a48aac04996086 | |
parent | 23a9c866b836009fc06fa2f75f692d163606d70b (diff) | |
download | jenkins.debian.net-b3da6dd80c89e07a0dec46f6b9df12b5d4f5ba40.tar.xz |
reproducible debian: stop displaying uname-2.6 results
-rwxr-xr-x | bin/reproducible_info.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_info.sh b/bin/reproducible_info.sh index aa52a25e..a01489d9 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 |