pespin submitted this change.

View Change

Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified
make: Fix OSMO_REMSIM_BRANCH not passed

Change-Id: Iae85a99d998f91f9fda8f416155059a00da35296
---
M make/Makefile
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/make/Makefile b/make/Makefile
index c39f2a8..71f8c5f 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -37,6 +37,7 @@
OSMO_MSC_BRANCH?=master
OSMO_NITB_BRANCH?=master
OSMO_PCU_BRANCH?=master
+OSMO_REMSIM_BRANCH?=master
OSMO_SGSN_BRANCH?=master
OSMO_SIP_BRANCH?=master
OSMO_STP_BRANCH?=master
@@ -121,6 +122,7 @@
--build-arg OSMO_MSC_BRANCH=$(OSMO_MSC_BRANCH) \
--build-arg OSMO_NITB_BRANCH=$(OSMO_NITB_BRANCH) \
--build-arg OSMO_PCU_BRANCH=$(OSMO_PCU_BRANCH) \
+ --build-arg OSMO_REMSIM_BRANCH=$(OSMO_REMSIM_BRANCH) \
--build-arg OSMO_SGSN_BRANCH=$(OSMO_SGSN_BRANCH) \
--build-arg OSMO_SIP_BRANCH=$(OSMO_SIP_BRANCH) \
--build-arg OSMO_STP_BRANCH=$(OSMO_STP_BRANCH) \

To view, visit change 39034. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Iae85a99d998f91f9fda8f416155059a00da35296
Gerrit-Change-Number: 39034
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>