[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: change loop order (noop)

Holger Levsen holger at moszumanska.debian.org
Thu Sep 10 18:35:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 456829dc08a52b27818d8bfa066a3b51b8fdd1ce
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Sep 10 20:12:53 2015 +0200

    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 6a0c53b..29e514d 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():

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list