summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-02 14:55:41 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-02 14:56:17 +0200
commit70104bc769d8923087c31ad38be1a63a2efc759f (patch)
tree426caaadcd7b3c6add35ae5451ab320d7da3c46f /bin/reproducible_common.sh
parent86c8956964c45f76c01b276535a156249bc7389e (diff)
downloadjenkins.debian.net-70104bc769d8923087c31ad38be1a63a2efc759f.tar.xz
reproducible: fix grammar: s#arches#archs#
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 2fe0e279..e7e4a373 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -39,8 +39,8 @@ JENKINS_URL=${JENKINS_URL:0:-1}
# suites being tested
SUITES="testing unstable experimental"
-# arches being tested
-ARCHES="amd64"
+# architectures being tested
+ARCHS="amd64"
# number of cores to be used
NUM_CPU=$(grep -c '^processor' /proc/cpuinfo)