From 456829dc08a52b27818d8bfa066a3b51b8fdd1ce Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 10 Sep 2015 20:12:53 +0200 Subject: reproducible: change loop order (noop) --- bin/reproducible_html_indexes.py | 4 ++-- 1 file 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(): -- cgit v1.2.3-70-g09d2