[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: change arch order, put i386 2nd (see http://popcon.debian.org/stat/submission.png)

Holger Levsen holger at layer-acht.org
Mon Apr 18 18:04:40 UTC 2016


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 4a3e0a771057d4e3bf7c42c8bfcfc2508dbde278
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Apr 18 20:04:23 2016 +0200

    reproducible debian: change arch order, put i386 2nd (see http://popcon.debian.org/stat/submission.png)
---
 bin/reproducible_common.py | 2 +-
 bin/reproducible_common.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 4fe46c7..a6d380d 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -36,7 +36,7 @@ if os.uname()[1] == 'jenkins-test-vm':
 # tested suites
 SUITES = ['testing', 'unstable', 'experimental']
 # tested architectures
-ARCHS = ['amd64', 'armhf', 'i386']
+ARCHS = ['amd64', 'i386', 'armhf']
 # defaults
 defaultsuite = 'unstable'
 defaultarch = 'amd64'
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index c76d3f4..244ec1b 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -44,7 +44,7 @@ DBDSUITE="unstable"
 # Debian suites being tested
 SUITES="testing unstable experimental"
 # Debian architectures being tested
-ARCHS="amd64 armhf i386"
+ARCHS="amd64 i386 armhf"
 
 # define Debian build nodes in use
 . /srv/jenkins/bin/jenkins_node_definitions.sh

-- 
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