[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: mv #FIXME TODO
Holger Levsen
holger at moszumanska.debian.org
Mon Oct 5 02:37:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 8ff91c80546e7590428811ce470f09e5d6a2c4b9
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Oct 5 04:36:51 2015 +0200
reproducible: mv #FIXME TODO
---
TODO | 1 +
bin/reproducible_html_indexes.py | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/TODO b/TODO
index 9ae138a..bdf74ce 100644
--- a/TODO
+++ b/TODO
@@ -157,6 +157,7 @@ properties:
** repo-comparison: check for binaries without source
** link howto on each coreboot/openwrt/netbsd/freebsd page
** pkg sets are still amd64 only atm… (and there is 404 link to the armhf page)
+** bin/_html_indexes.py: bugs = get_bugs() # this variable should not be global, else merely importing _html_indexes always queries UDD
* lesser prio
** dashboard:
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index cbd1889..a9accac 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:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list