diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-05 04:36:51 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-05 04:36:51 +0200 |
commit | 8ff91c80546e7590428811ce470f09e5d6a2c4b9 (patch) | |
tree | a1fba70e91b4da906d37ba0973c0cbdfe772ef18 /bin | |
parent | 909381c8987d39587e64cfb81b3214fd82ec581b (diff) | |
download | jenkins.debian.net-8ff91c80546e7590428811ce470f09e5d6a2c4b9.tar.xz |
reproducible: mv #FIXME TODO
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_indexes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index cbd18897..a9accac0 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -535,7 +535,7 @@ def build_page(page, suite=None, arch=None): log.info('"' + title + '" now available at ' + desturl) -bugs = get_bugs() # FIXME: this variable should not be global, else merely importing _html_indexes always queries UDD +bugs = get_bugs() # this variable should not be global, else merely importing _html_indexes always queries UDD if __name__ == '__main__': for arch in ARCHS: |