summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.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_packages.py
parent87b2cf2bf0ee530d42452866838d1750a036997f (diff)
downloadjenkins.debian.net-1269c81ffaeb537053318fed6469a51f935bf3b2.tar.xz
reproducible debian armhf: also test experimental
Diffstat (limited to 'bin/reproducible_html_packages.py')
-rwxr-xr-xbin/reproducible_html_packages.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 52aca925..7d6db715 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -172,7 +172,7 @@ def gen_suites_links(package, current_suite, current_arch):
html += tab + '<li>{}\n'.format(a)
html += tab + '<ul class="children">\n'
for s in SUITES:
- if a == 'armhf' and s != 'unstable':
+ if a == 'armhf' and s == 'testing':
continue
status = package.get_status(s, a)
if not status: # The package is not available in that suite/arch
@@ -249,7 +249,7 @@ def gen_packages_html(packages, no_clean=False):
pkg = package.name
for suite in SUITES:
for arch in ARCHS:
- if arch == 'armhf' and suite != 'unstable':
+ if arch == 'armhf' and suite == 'testing':
continue
status = package.get_status(suite, arch)
version = package.get_tested_version(suite, arch)
@@ -306,7 +306,7 @@ def gen_all_rb_pkg_pages(no_clean=False):
def purge_old_pages():
for suite in SUITES:
for arch in ARCHS:
- if arch == 'armhf' and suite != 'unstable':
+ if arch == 'armhf' and suite == 'testing':
continue
log.info('Removing old pages from ' + suite + '/' + arch + '.')
try: