From ee9848202ab712d32bc9f9dbd1f7d10497a56987 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 4 Oct 2015 01:31:43 +0200 Subject: reproducible: explain that notes are only usually targeted at unstable/amd64 --- bin/reproducible_html_notes.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index ad55d0a7..f47ab13e 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 and are targeted at packages in 'unstable'. + Notes are stored in notes.git and are targeted at packages in 'unstable/amd64' (unless they say otherwise).

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

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

+

Notes are stored in notes.git and are targeted at packages in 'unstable/amd64' (unless they say otherwise).

""".splitlines(True))) @@ -410,7 +410,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 and are targeted at packages in \'unstable\'.

' + html += tab*2 + '

Notes are stored in notes.git and are targeted at packages in \'unstable/amd64\' (unless they say otherwise).

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