From ab40d33f3aec54e2c61d6fcecc42fa893c862acc Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 19 Sep 2015 21:20:34 +0200 Subject: reproducible: some more unstable/armhf special casing --- bin/reproducible_html_packages.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/reproducible_html_packages.py') 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 + '/' + -- cgit v1.2.3-70-g09d2