summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_html_packages.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index adfa5c6b..b98053a9 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -219,6 +219,8 @@ 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':
+ continue
status = package.get_status(suite, arch)
version = package.get_tested_version(suite, arch)
build_date = package.get_build_date(suite, arch)
@@ -272,6 +274,8 @@ 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':
+ continue
log.info('Removing old pages from ' + suite + '/' + arch + '.')
try:
presents = sorted(os.listdir(RB_PKG_PATH + '/' + suite + '/' +