[misc] 01/01: Markdown uses 4 spaces; 2 works but not when you reach 3 levels of indentation.

Chris Lamb chris at chris-lamb.co.uk
Sun Sep 24 08:03:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository misc.

commit 9204d4ddfb6dc2cb4a87e87955b03a7c4cfcf1c3
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Sep 24 09:03:10 2017 +0100

    Markdown uses 4 spaces; 2 works but not when you reach 3 levels of indentation.
---
 reports/bin/generate-draft.template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/reports/bin/generate-draft.template b/reports/bin/generate-draft.template
index 43aa60d..ce26062 100644
--- a/reports/bin/generate-draft.template
+++ b/reports/bin/generate-draft.template
@@ -34,7 +34,7 @@ FIXME: prune the below list so it doesn't duplicate the information above, and
 perhaps also run bin/review-bugs to see if anything was missed.
 
 {% for x, ys in patches.items()|sort %}* {{ x }}:
-{% for y in ys %}  * [[!bug {{ y['id'] }}]] filed against [[!pkg {{ y['source'] }}]].
+{% for y in ys %}    * [[!bug {{ y['id'] }}]] filed against [[!pkg {{ y['source'] }}]].
 {% endfor %}{% endfor %}
 
 Reviews of unreproducible packages
@@ -64,7 +64,7 @@ FIXME: if it exists, use [the changelog](http://changelogs.debian.net/{{ project
 ([raw form](http://metadata.ftp-master.debian.org/changelogs/main/{{ project[0] }}/{{ project }}/{{ project }}_{{ x['version'] }}_changelog))
 to help you summarise the below commits.{% endfor %}
 {% for x, ys in commits[project].items() %}- {{ x }}:{% for y in ys %}
-  - [{{ y['title'] }}](https://anonscm.debian.org/git/reproducible/{{ project }}.git/commit/?id={{ y['sha'] }}){% endfor %}
+    - [{{ y['title'] }}](https://anonscm.debian.org/git/reproducible/{{ project }}.git/commit/?id={{ y['sha'] }}){% endfor %}
 {% endfor %}
 {% endfor %}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list