summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_info.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-02-08 20:08:16 +0100
committerHolger Levsen <holger@layer-acht.org>2016-02-08 20:08:16 +0100
commit098be3a4d0c42d2cfa8f2dcc02fa1de28bd155f6 (patch)
tree9b055a0415b6d8cf7da25c22c1dd4ac2dffb0960 /bin/reproducible_info.sh
parent043777c8c9ad12cdab22d726a4c6496a5057d087 (diff)
downloadjenkins.debian.net-098be3a4d0c42d2cfa8f2dcc02fa1de28bd155f6.tar.xz
reproducible debian: stop showing 'linux64 --uname-2.6 uname' in variation table
Diffstat (limited to 'bin/reproducible_info.sh')
-rwxr-xr-xbin/reproducible_info.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_info.sh b/bin/reproducible_info.sh
index 547cbcc5..aa52a25e 100755
--- a/bin/reproducible_info.sh
+++ b/bin/reproducible_info.sh
@@ -12,8 +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')
-KERNEL1=$(uname -smrv)
-KERNEL2=$(linux64 --uname-2.6 uname -smrv)
+KERNEL=$(linux64 --uname-2.6 uname -smrv)
for i in $BUILD_ENV_VARS ; do
echo "$i=${!i}"
done