[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible_debian_live_build: Add quotes, otherwise only the first word is shown
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Sep 26 19:03:19 BST 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
aa356821 by Roland Clobus at 2022-09-26T20:02:53+02:00
reproducible_debian_live_build: Add quotes, otherwise only the first word is shown
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1550589f by Roland Clobus at 2022-09-26T20:03:06+02:00
reproducible_debian_live_build: Don't warn about issues that resolve themselves
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_debian_live_sync_result.sh
- logparse/reproducible.rules
Changes:
=====================================
bin/reproducible_debian_live_sync_result.sh
=====================================
@@ -42,7 +42,7 @@ rsync_remote_results() {
PAGE=".HEADER.html"
rm -f ${PAGE}
write_page "<p>"
- write_page "$(printf ${msg} | sed 's#$#<br/>#g')"
+ write_page "$(printf "${msg}" | sed 's#$#<br/>#g')"
write_page "These artifacts were created by one of the <a href=\"https://jenkins.debian.net/view/live/\">live-build jobs</a>"
write_page "</p>"
else
=====================================
logparse/reproducible.rules
=====================================
@@ -41,6 +41,7 @@ warning /Warning: Cannot determine diffoscope version in Debian, aborting./
info /- enjoy https:/
# Warnings from reproducible_debian_live_build.sh
+info /Warning: lb build failed with .+ Try re-running the script with SNAPSHOT_TIMESTAMP=/
warning /Warning: lb .+ failed with/
warning /Warning: diffoscope detected differences in the images/
warning /Warning: diffoscope returned error code/
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/d400a0f0746d0050447e6ac695c14572780ae1a5...1550589ffee9720df5235494fda06ba4c40ad666
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/d400a0f0746d0050447e6ac695c14572780ae1a5...1550589ffee9720df5235494fda06ba4c40ad666
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/20220926/bf3fc54b/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list