From b9ade4de2f93cf95ed950e45f420f04d0b672341 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 1 Mar 2015 19:16:58 +0100 Subject: reproducible: notes: fix multiarch url in gen_html_issue() --- 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 bf58425b..836b6ccf 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -242,9 +242,9 @@ def gen_html_issue(issue): try: affected += tab*4 + '' + str(len(issues_count[issue])) + ':\n' for pkg in sorted(issues_count[issue]): - # FIXME we currently consider notes only for sid - affected += tab*7 + '%s\n' \ - % (RB_PKG_URI, pkg, pkg) + # FIXME we currently consider notes only for sid/amd64 + affected += tab*7 + '%s\n' % (RB_PKG_URI, pkg, pkg) except KeyError: # The note is not listed in any package, that is affected = 'None' # check for description: -- cgit v1.2.3-54-g00ecf