[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Arch Linux: document that the kernel is currently not varied on rebuilds
Holger Levsen
gitlab at salsa.debian.org
Fri Feb 8 18:18:28 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
8d6d94d6 by Holger Levsen at 2019-02-08T18:16:11Z
reproducible Arch Linux: document that the kernel is currently not varied on rebuilds
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
83eaf481 by Holger Levsen at 2019-02-08T18:18:09Z
reproducible Arch Linux: correct information about the hostnames used
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_common.sh
Changes:
=====================================
bin/reproducible_common.sh
=====================================
@@ -431,7 +431,7 @@ write_variation_table() {
write_page "<tr><td>domainname</td><td>$(hostname -d)</td><td>i-capture-the-domainname</td></tr>"
else
if [ "$1" != "Arch Linux" ] || [ "$1" != "OpenWrt" ] ; then
- write_page "<tr><td>hostname</td><td> osuosl-build171-amd64 or osuosl-build172-amd64</td><td>the other one</td></tr>"
+ write_page "<tr><td>hostname</td><td> osuosl-build169-amd64 or osuosl-build170-amd64</td><td>the other one</td></tr>"
else
write_page "<tr><td>hostname</td><td colspan=\"2\"> is not yet varied between rebuilds of $1.</td></tr>"
fi
@@ -504,8 +504,9 @@ write_variation_table() {
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
- # FIXME: include information from /srv/reproducible-results/node-information/ here...
- write_page "<tr><td>kernel version</td><td colspan=\"2\"> is varied between rebuilds of $1.</td></tr>"
+ write_page "<tr><td>kernel version</td>"
+ write_page "$(cat /srv/reproducible-results/node-information/osuosl-build169* | grep KERNEL | cut -d '=' -f2- | sort -u | tr '\n' '\0' | xargs -0 -n1 echo '<br /> ')"
+ write_page "<td colspan=\"2\"> is currently not varied between rebuilds of $1.</td></tr>"
fi
if [ "$1" != "OpenWrt" ] ; then
write_page "<tr><td>umask</td><td>0022<td>0002</td></tr>"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/bafb195d2738158658a5450cd9aae7ec40138771...83eaf481704b992f1aaee8a0d54ac3e9fa5a056c
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/bafb195d2738158658a5450cd9aae7ec40138771...83eaf481704b992f1aaee8a0d54ac3e9fa5a056c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190208/aff65e52/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list