diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-07 01:45:30 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-07 01:45:30 +0100 |
commit | d9e8ed94c3b675b22b5d2aca271de67e6b224548 (patch) | |
tree | d15b8ace1c50ec7050c3882fc0974c482cfab2d5 | |
parent | ba0984fe62a2a4f5ecb0fb429796d2fc1bde6494 (diff) | |
download | jenkins.debian.net-d9e8ed94c3b675b22b5d2aca271de67e6b224548.tar.xz |
fixup 0451882: reproducible debian: stop claiming we will vary the kernel using 'linux64 --uname-2.6'
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index d6005a65..81492f9c 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -404,7 +404,7 @@ write_explaination_table() { fi if [ "$1" != "FreeBSD" ] ; then if [ "$1" = "debian" ] ; then - write_page "<tr><td>kernel version</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>(on amd64 systematically varied, on armhf not so much yet)<br />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>" + write_page "<tr><td>kernel version</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>(on amd64 systematically varied, on armhf not so much yet)<br />one of: $(cat /srv/reproducible-results/node-information/* | grep KERNEL1 | cut -d '=' -f2- | sort -u | tr '\n' '\0' | xargs -0 -n1 echo '<br /> ')</td></tr>" elif [ "$1" != "Arch Linux" ] ; 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>" else |