[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: _html_breakages: re-add a .strip() that was lost in the refactor,…

Mattia Rizzolo gitlab at salsa.debian.org
Mon Jun 11 19:47:39 BST 2018


Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net


Commits:
0e23dbaa by Mattia Rizzolo at 2018-06-11T20:47:22+02:00
reproducible: _html_breakages: re-add a .strip() that was lost in the refactor, to avoid unwanted line breaks

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- bin/reproducible_html_breakages.py


Changes:

=====================================
bin/reproducible_html_breakages.py
=====================================
--- a/bin/reproducible_html_breakages.py
+++ b/bin/reproducible_html_breakages.py
@@ -295,7 +295,8 @@ def _gen_packages_html(header, pkgs):
         html += header
         html += '<br/><pre>\n'
         for pkg in pkgs:
-            html += tab + Package(pkg[0]).html_link(pkg[2], pkg[3], bugs=False)
+            html += tab
+            html += Package(pkg[0]).html_link(pkg[2], pkg[3], bugs=False).strip()
             html += ' (' + pkg[1] + ' in ' + pkg[2] + '/' + pkg[3] + ')\n'
         html += '</pre></p>\n'
     return html



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/0e23dbaac840cdff430b5884b5ce240b4f477843

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/0e23dbaac840cdff430b5884b5ce240b4f477843
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/20180611/c88632ca/attachment.html>


More information about the Qa-jenkins-scm mailing list