From 45caedc02b44161c9ac4f17e7929d721b2bcf28d Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 1 Mar 2015 16:27:22 +0100 Subject: reproducible: html_notes: fix multiarch url --- bin/reproducible_html_notes.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index 456fc4f9..bf58425b 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -374,8 +374,8 @@ def index_notes(notes, bugs): html += tab + str(len(pkgs)) + ' ' + status + ' packages:\n' html += tab + '\n' for pkg in pkgs: - # FIXME we currently consider notes only for sid - url = RB_PKG_URI + '/sid/' + pkg + '.html' + # FIXME we currently consider notes only for sid/amd64 + url = RB_PKG_URI + '/sid/amd64/' + pkg + '.html' html += tab*2 + '' + pkg html += '' + get_trailing_icon(pkg, bugs) + '\n' html += tab + '\n' @@ -412,8 +412,8 @@ def index_no_notes(notes, bugs): html += tab + str(len(pkgs)) + ' ' + status + ' packages:\n' html += tab + '\n' for pkg in pkgs: - # FIXME we currently consider notes only for sid - url = RB_PKG_URI + '/sid/' + pkg + '.html' + # FIXME we currently consider notes only for sid/amd64 + url = RB_PKG_URI + '/sid/amd64/' + pkg + '.html' html += tab*2 + '' + pkg html += '' + get_trailing_icon(pkg, bugs) + '\n' html += tab + '\n' -- cgit v1.2.3-70-g09d2