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 ++ bin/reproducible_common.sh | 2 ++ 2 files changed, 4 insertions(+) (limited to 'bin') 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' diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 36c51289..5b8b62f4 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -41,6 +41,8 @@ JENKINS_URL=${JENKINS_URL:0:-1} # tested suites SUITES="sid" +# tested arches +ARCHES="amd64" # we only need them for html creation but we cannot declare them in a function declare -A SPOKENTARGET -- cgit v1.2.3-70-g09d2