[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Arch Linux: improve formatting on summary page

Holger Levsen gitlab at salsa.debian.org
Thu Sep 10 12:45:50 BST 2020



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
0f5f4aef by Holger Levsen at 2020-09-10T12:59:32+02:00
reproducible Arch Linux: improve formatting on summary page

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
38ba6311 by Holger Levsen at 2020-09-10T13:45:37+02:00
reproducible trbo system health check: detect failure to upgrade Arch Linux packages

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- bin/reproducible_common.sh
- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_common.sh
=====================================
@@ -542,7 +542,7 @@ write_variation_table() {
 			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
 			write_page "<tr><td>kernel version</td><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 "$(cat /srv/reproducible-results/node-information/osuosl-build169* | grep KERNEL | cut -d '=' -f2- | sort -u | tr '\n' '\0' | xargs -0 -n1 echo)"
 			write_page "</td><td colspan=\"2\"> is currently not varied between rebuilds of $1.</td></tr>"
 		fi
 		if [ "$1" != "OpenWrt" ] ; then


=====================================
bin/reproducible_system_health.sh
=====================================
@@ -193,6 +193,8 @@ for JOB_NAME in reproducible_* ; do
 			small_note "make world failed"
 		elif $(grep -q "^ERROR: Failed to make build_install" $LOG) ; then
 			small_note "make build_install failed"
+		elif $(grep -q "^Errors occurred, no packages were upgraded." $LOG) ; then
+			small_note "no packages were upgraded"
 		elif $(grep -q "^SSH EXIT CODE:" $LOG) ; then
 			if $(grep -q "^Timeout, server .*.debian.net not responding." $LOG) || \
 			 $(grep -q "^packet_write_wait: Connection to .*: Broken pipe" $LOG) ; then



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/4f8765db1c5d52b818accbc5b4fd5dcf9fec03c3...38ba6311191fe9bde64ca1a3232b7ebfb8f605ea

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/4f8765db1c5d52b818accbc5b4fd5dcf9fec03c3...38ba6311191fe9bde64ca1a3232b7ebfb8f605ea
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/20200910/0a5f58cf/attachment.html>


More information about the Qa-jenkins-scm mailing list