summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_html_notes.py')
-rwxr-xr-xbin/reproducible_html_notes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index ad53f8c8..b9c9bcea 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -433,7 +433,7 @@ if __name__ == '__main__':
purge_old_issues(issues)
gen_packages_html(notes) # regenerate all rb-pkg/ pages
for suite in SUITES:
- for arch in ARCHES:
+ for arch in ARCHS:
build_page('notes', suite, arch)
build_page('no_notes', suite, arch)
build_page('FTBFS', suite, arch)