diff options
-rwxr-xr-x | bin/reproducible_common.py | 2 | ||||
-rwxr-xr-x | 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 4fe46c73..a6d380d6 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 c76d3f42..244ec1b9 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 |