[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] Use <pre> tags when dumping fixed width debugging data to match text/plain output.
Holger Levsen
gitlab at salsa.debian.org
Mon Aug 10 12:23:06 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
8672ae13 by Chris Lamb at 2020-08-10T13:22:49+02:00
Use <pre> tags when dumping fixed width debugging data to match text/plain output.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/cgi-bin/schedule
Changes:
=====================================
bin/cgi-bin/schedule
=====================================
@@ -87,9 +87,9 @@ def main(args):
', '.join(form.getlist('suite')),
', '.join(form.getlist('architecture')),
))
- print('</button></form><p>')
+ print('</button></form><p><pre>')
debug_info()
- print('</p></html>')
+ print('</pre></p></html>')
sys.exit()
processes = []
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8672ae130a7e10374ad6d4e127fe47e93c5f7c60
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8672ae130a7e10374ad6d4e127fe47e93c5f7c60
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/20200810/16f20e2c/attachment.html>
More information about the Qa-jenkins-scm
mailing list