aboutsummaryrefslogtreecommitdiffstats
path: root/osmocom-bb-host-master
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-04-30 16:39:09 +0200
committerOliver Smith <osmith@sysmocom.de>2021-05-04 09:30:48 +0200
commitdd9eafdb0cb2d3c7ea39060a8caf283269c3ff71 (patch)
tree1fe09d27cf69e535ccbd68e03fa1e13a6489df73 /osmocom-bb-host-master
parent910dacf686824be9ae3a407994c256249760c44e (diff)
make: add OSMOCOM_REPO_TESTSUITE_MIRROR
Make it possible to set a different mirror for debian-stretch-titan than for all other containers. 2021q1 doesn't have the eclipse-titan package and it doesn't make sense to build it there. I've thought about adding OSMOCOM_REPO_TESTSUITE_PATH and OSMOCOM_REPO_TESTSUITE_VERSION too, but we don't have any use for these right now. Let's add them later if we should need them. Related: SYS#5370. Change-Id: I7187473c2188a864b60b03789eff62e0a527404a
Diffstat (limited to 'osmocom-bb-host-master')
-rw-r--r--osmocom-bb-host-master/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/osmocom-bb-host-master/Dockerfile b/osmocom-bb-host-master/Dockerfile
index 53b8dcc..2e86767 100644
--- a/osmocom-bb-host-master/Dockerfile
+++ b/osmocom-bb-host-master/Dockerfile
@@ -4,13 +4,13 @@ ARG OSMOCOM_REPO_MIRROR="http://download.opensuse.org"
FROM $USER/$DISTRO-build
# Arguments used after FROM must be specified again
ARG DISTRO
-ARG OSMOCOM_REPO_MIRROR="http://download.opensuse.org"
+ARG OSMOCOM_REPO_TESTSUITE_MIRROR="http://download.opensuse.org"
MAINTAINER Harald Welte <laforge@gnumonks.org>
ARG OSMO_BB_BRANCH="master"
-ARG OSMOCOM_REPO="$OSMOCOM_REPO_MIRROR/repositories/network:/osmocom:/nightly/Debian_9.0/"
+ARG OSMOCOM_REPO="$OSMOCOM_REPO_TESTSUITE_MIRROR/repositories/network:/osmocom:/nightly/Debian_9.0/"
COPY .common/Release.key /tmp/Release.key