From 70104bc769d8923087c31ad38be1a63a2efc759f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 2 Aug 2015 14:55:41 +0200 Subject: reproducible: fix grammar: s#arches#archs# --- bin/reproducible_html_packages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_packages.py') diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 90faa463..903c9ef5 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -234,7 +234,7 @@ def gen_packages_html(packages, suite=None, arch=None, no_clean=False, nocheck=F nocheck = True if nocheck and (not suite or not arch): for lsuite in SUITES: - for larch in ARCHES: + for larch in ARCHS: gen_packages_html(packages, lsuite, larch, True, True) if not no_clean: purge_old_pages() @@ -282,7 +282,7 @@ def gen_all_rb_pkg_pages(suite='unstable', arch='amd64', no_clean=False): def purge_old_pages(): for suite in SUITES: - for arch in ARCHES: + for arch in ARCHS: log.info('Removing old pages from ' + suite + '/' + arch + '.') try: presents = sorted(os.listdir(RB_PKG_PATH + '/' + suite + '/' + -- cgit v1.2.3-54-g00ecf