summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_indexes.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-18 20:47:16 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-18 20:47:16 +0100
commit1269c81ffaeb537053318fed6469a51f935bf3b2 (patch)
tree9ed56abbaf4f1e075b4b2d564293165406e24321 /bin/reproducible_html_indexes.py
parent87b2cf2bf0ee530d42452866838d1750a036997f (diff)
downloadjenkins.debian.net-1269c81ffaeb537053318fed6469a51f935bf3b2.tar.xz
reproducible debian armhf: also test experimental
Diffstat (limited to 'bin/reproducible_html_indexes.py')
-rwxr-xr-xbin/reproducible_html_indexes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index e79c04ca..6923798c 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -512,7 +512,7 @@ def build_page(page, suite=None, arch=None):
else:
for suite in SUITES:
for arch in ARCHS:
- if arch == 'armhf' and suite != 'unstable':
+ if arch == 'armhf' and suite == 'testing':
continue
log.debug('global page §' + section['db_status'] +
' in ' + page + ' for ' + suite + '/' + arch)
@@ -539,7 +539,7 @@ bugs = get_bugs() # this variable should not be global, else merely importing _h
if __name__ == '__main__':
for arch in ARCHS:
for suite in SUITES:
- if arch == 'armhf' and suite != 'unstable':
+ if arch == 'armhf' and suite == 'testing':
continue
for page in pages.keys():
if 'global' not in pages[page] or not pages[page]['global']: