diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-12 19:15:09 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-12 19:15:09 +0100 |
commit | edbc99692a503ea27deac4d61410a417c69c99e4 (patch) | |
tree | ae85068f6940793cf51a2eb11bf31ba1b7ad3d88 /bin | |
parent | b50232e473c6c269dea47eade6c04de658107277 (diff) | |
download | jenkins.debian.net-edbc99692a503ea27deac4d61410a417c69c99e4.tar.xz |
reproducible: drop well known FIXME note
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |