Change in docker-playground[master]: make: Fix OSMO_BB_BRANCH not being passed correctly

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 Nov 5 12:02:33 UTC 2019


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


Change subject: make: Fix OSMO_BB_BRANCH not being passed correctly
......................................................................

make: Fix OSMO_BB_BRANCH not being passed correctly

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



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

diff --git a/make/Makefile b/make/Makefile
index 4b40da5..83f56ae 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -17,6 +17,7 @@
 USERNAME?=$(USER)
 NAME?=$(shell basename $(CURDIR))
 OSMO_TTCN3_BRANCH?=master
+OSMO_BB_BRANCH?=master
 OSMO_BSC_BRANCH?=master
 OSMO_BTS_BRANCH?=master
 OSMO_GGSN_BRANCH?=master
@@ -54,6 +55,7 @@
 
 docker-build: .release
 	docker build --build-arg USER=$(USERNAME) --build-arg OSMO_TTCN3_BRANCH=$(OSMO_TTCN3_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) \
 		--build-arg OSMO_GGSN_BRANCH=$(OSMO_GGSN_BRANCH) \

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ia289f8e71e8bb6c59b1caa7a23981a1f08a2f49e
Gerrit-Change-Number: 15968
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/20191105/84df122e/attachment.htm>


More information about the gerrit-log mailing list