diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_indexes.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index 6a0c53b5..29e514d1 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -567,8 +567,8 @@ bugs = get_bugs() if __name__ == '__main__': generate_schedule() - for suite in SUITES: - for arch in ARCHS: + for arch in ARCHS: + for suite in SUITES: if arch == 'armhf' and suite != 'unstable': continue for page in pages.keys(): |