From edbc99692a503ea27deac4d61410a417c69c99e4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 12 Mar 2015 19:15:09 +0100 Subject: reproducible: drop well known FIXME note --- bin/reproducible_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_common.py') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 07456127..9c52fbc2 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -215,7 +215,7 @@ def write_html_page(title, body, destfile, suite=None, noheader=False, style_not html = '' html += html_header.substitute(page_title=title) if not noheader: - links = _gen_links(suite, 'amd64') # FIXME let's unhardcode amd64... + links = _gen_links(suite, 'amd64') # hardcode amd64 for now... html += html_head_page.substitute( page_title=title, links=links) -- cgit v1.2.3-54-g00ecf