From 41f121db19e794f4180239d02b5db8ff19a119f7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 16 May 2015 19:32:54 +0200 Subject: reproducible: be explicit: notes are targeted at packages in unstable --- bin/reproducible_html_notes.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/reproducible_html_notes.py') diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index 39e51055..d6f9d5da 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -32,7 +32,7 @@ note_html = Template((tab*2).join("""

- Notes are stored in notes.git. + Notes are stored in notes.git and are targeted at packages in 'unstable'.

@@ -150,7 +150,7 @@ $affected_pkgs   -

Notes are stored in notes.git.

+

Notes are stored in notes.git and are targeted at packages in 'unstable'.

""".splitlines(True))) @@ -393,7 +393,7 @@ def index_issues(issues): str(len([x for x in notes if notes[x].get('issues')])) + \ ' packages categorized in ' + str(len(issues)) + \ ' issues.

' - html += tab*2 + '

Notes are stored in notes.git.

' + html += tab*2 + '

Notes are stored in notes.git and are targeted at packages in \'unstable\'.

' title = 'Known issues related to reproducible builds' destfile = BASE + '/index_issues.html' desturl = REPRODUCIBLE_URL + '/index_issues.html' -- cgit v1.2.3-54-g00ecf