[Git][reproducible-builds/reproducible-website][master] Improve the "filed against" templating a little better.

Chris Lamb gitlab at salsa.debian.org
Tue Mar 3 21:26:51 UTC 2020



Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website


Commits:
27d677c4 by Chris Lamb at 2020-03-03T13:26:26-08:00
Improve the "filed against" templating a little better.

- - - - -


1 changed file:

- bin/generate-draft.template


Changes:

=====================================
bin/generate-draft.template
=====================================
@@ -65,7 +65,7 @@ In Debian:
 The Reproducible Builds project detects, dissects and attempts to fix as many currently-unreproducible packages as possible. We endeavour to send all of our patches upstream where appropriate. This month, we wrote a large number of such patches, including:
 
 {% for x, ys in patches.items()|sort %}* {{ x }}:
-{% for y in ys %}    * [#{{ y['id'] }}](https://bugs.debian.org/{{ y['id'] }}) filed against [{{ y['source'] }}](https://tracker.debian.org/pkg/{{ y['source'] }}).
+{% for y in ys %}    * [#{{ y['id'] }}](https://bugs.debian.org/{{ y['id'] }}) filed against [`{{ y['source'] }}`](https://tracker.debian.org/pkg/{{ y['source'] }}).
 {% endfor %}{% endfor %}
 {% if ftbfs_bugs %}
 In addition, build failure bugs were reported by:



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/27d677c4eddbfb831b6e8972b81cbaf32f6679bd

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/27d677c4eddbfb831b6e8972b81cbaf32f6679bd
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20200303/d4b679ca/attachment.htm>


More information about the rb-commits mailing list