From 5024e46c7c79c0774c7b9b1788a5205f1bf83104 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 27 Feb 2015 14:49:06 +0100 Subject: reproducible: common: add the array containing tested architectures (only amd64 for now) --- bin/reproducible_common.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/reproducible_common.py') 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' -- cgit v1.2.3-70-g09d2