summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-02-27 14:49:06 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-27 17:12:59 +0100
commit5024e46c7c79c0774c7b9b1788a5205f1bf83104 (patch)
tree97d9bc9f61fb7cd10159d224d5860faadb057eac /bin/reproducible_common.py
parent1461dacf89f3005192b3269ecf7ea2b4553b060b (diff)
downloadjenkins.debian.net-5024e46c7c79c0774c7b9b1788a5205f1bf83104.tar.xz
reproducible: common: add the array containing tested architectures (only amd64 for now)
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index daef5857..edc43ef8 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -25,6 +25,8 @@ QUIET = False
# tested suites
SUITES = ['sid']
+# tested arches
+ARCHES = ['amd64']
BIN_PATH = '/srv/jenkins/bin'
BASE = '/var/lib/jenkins/userContent'