Change in docker-playground[master]: Makefile: Support overriding LIBOSMOCORE_BRANCH

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Jun 30 16:23:37 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/19066 )


Change subject: Makefile: Support overriding LIBOSMOCORE_BRANCH
......................................................................

Makefile: Support overriding LIBOSMOCORE_BRANCH

gr-gsm-master is using it but it cannot be overriden. Similarly iy can
be helpful to do so in temporarliy modified images when testing
libosmocore features.

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



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/66/19066/1

diff --git a/make/Makefile b/make/Makefile
index 0dd111c..d483082 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -16,6 +16,7 @@
 REGISTRY_HOST?=docker.io
 USERNAME?=$(USER)
 NAME?=$(shell basename $(CURDIR))
+LIBOSMOCORE_BRANCH?=master
 OSMO_TTCN3_BRANCH?=master
 OSMO_BB_BRANCH?=master
 OSMO_BSC_BRANCH?=master
@@ -60,6 +61,7 @@
 		--build-arg USER=$(USERNAME) \
 		--build-arg OSMO_TTCN3_BRANCH=$(OSMO_TTCN3_BRANCH) \
 		--build-arg DISTRO=$(DISTRO) \
+		--build-arg LIBOSMOCORE_BRANCH=$(LIBOSMOCORE_BRANCH) \
 		--build-arg OSMO_BB_BRANCH=$(OSMO_BB_BRANCH) \
 		--build-arg OSMO_BSC_BRANCH=$(OSMO_BSC_BRANCH) \
 		--build-arg OSMO_BTS_BRANCH=$(OSMO_BTS_BRANCH) \

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/19066
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ia9f26f3513da339d2255a0f6b2277682fe15bdf2
Gerrit-Change-Number: 19066
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200630/d3f460ff/attachment.htm>


More information about the gerrit-log mailing list