summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_all_packages.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-02 14:55:41 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-02 14:56:17 +0200
commit70104bc769d8923087c31ad38be1a63a2efc759f (patch)
tree426caaadcd7b3c6add35ae5451ab320d7da3c46f /bin/reproducible_html_all_packages.py
parent86c8956964c45f76c01b276535a156249bc7389e (diff)
downloadjenkins.debian.net-70104bc769d8923087c31ad38be1a63a2efc759f.tar.xz
reproducible: fix grammar: s#arches#archs#
Diffstat (limited to 'bin/reproducible_html_all_packages.py')
-rwxr-xr-xbin/reproducible_html_all_packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_all_packages.py b/bin/reproducible_html_all_packages.py
index c4eeba00..3d347053 100755
--- a/bin/reproducible_html_all_packages.py
+++ b/bin/reproducible_html_all_packages.py
@@ -16,6 +16,6 @@ from reproducible_html_packages import gen_all_rb_pkg_pages, purge_old_pages
for suite in SUITES:
- for arch in ARCHES:
+ for arch in ARCHS:
gen_all_rb_pkg_pages(suite=suite, arch=arch, no_clean=True)
purge_old_pages()