Change in docker-playground[master]: Rename 'osmocom-bb-trxcon' to 'osmocom-bb-host-master'

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/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Tue Aug 7 21:46:44 UTC 2018


Vadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/10394


Change subject: Rename 'osmocom-bb-trxcon' to 'osmocom-bb-host-master'
......................................................................

Rename 'osmocom-bb-trxcon' to 'osmocom-bb-host-master'

At the moment, this Docker image does contain not only trxcon,
but also FakeTRX, virt_phy, and other host applications, so
let's name it properly...

Change-Id: Ieba2411230efdedc13afcd62b8b3a2153fbaf0cb
---
M Makefile
R osmocom-bb-host-master/.release
R osmocom-bb-host-master/Dockerfile
R osmocom-bb-host-master/Makefile
R osmocom-bb-host-master/Release.key
M ttcn3-bts-test/jenkins.sh
6 files changed, 6 insertions(+), 6 deletions(-)



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

diff --git a/Makefile b/Makefile
index eca64be..2cdbc58 100644
--- a/Makefile
+++ b/Makefile
@@ -25,9 +25,9 @@
 osmo-stp-master: debian-jessie-build
 	$(MAKE) -C osmo-stp-master
 
-.PHONY: osmocom-bb-trxcon
-osmocom-bb-trxcon: debian-jessie-build
-	$(MAKE) -C osmocom-bb-trxcon
+.PHONY: osmocom-bb-host-master
+osmocom-bb-host-master: debian-jessie-build
+	$(MAKE) -C osmocom-bb-host-master
 
 .PHONY: osmo-ggsn-master
 osmo-ggsn-master: debian-jessie-build
@@ -38,7 +38,7 @@
 	$(MAKE) -C ttcn3-bsc-test
 
 .PHONY: ttcn3-bts-test
-ttcn3-bts-test: debian-stretch-titan osmo-bsc-master osmo-bts-master osmocom-bb-trxcon ttcn3-bts-test
+ttcn3-bts-test: debian-stretch-titan osmo-bsc-master osmo-bts-master osmocom-bb-host-master ttcn3-bts-test
 	$(MAKE) -C ttcn3-bts-test
 
 .PHONY: ttcn3-msc-test
diff --git a/osmocom-bb-trxcon/.release b/osmocom-bb-host-master/.release
similarity index 100%
rename from osmocom-bb-trxcon/.release
rename to osmocom-bb-host-master/.release
diff --git a/osmocom-bb-trxcon/Dockerfile b/osmocom-bb-host-master/Dockerfile
similarity index 100%
rename from osmocom-bb-trxcon/Dockerfile
rename to osmocom-bb-host-master/Dockerfile
diff --git a/osmocom-bb-trxcon/Makefile b/osmocom-bb-host-master/Makefile
similarity index 100%
rename from osmocom-bb-trxcon/Makefile
rename to osmocom-bb-host-master/Makefile
diff --git a/osmocom-bb-trxcon/Release.key b/osmocom-bb-host-master/Release.key
similarity index 100%
rename from osmocom-bb-trxcon/Release.key
rename to osmocom-bb-host-master/Release.key
diff --git a/ttcn3-bts-test/jenkins.sh b/ttcn3-bts-test/jenkins.sh
index e8c77f3..1cd06e7 100755
--- a/ttcn3-bts-test/jenkins.sh
+++ b/ttcn3-bts-test/jenkins.sh
@@ -38,7 +38,7 @@
 docker run	--rm \
 		--network $NET_NAME --ip 172.18.9.21 \
 		--name ${BUILD_TAG}-fake_trx -d \
-		$REPO_USER/osmocom-bb-trxcon \
+		$REPO_USER/osmocom-bb-host-master \
 		/tmp/osmocom-bb/src/target/trx_toolkit/fake_trx.py -R 172.18.9.20 -r 172.18.9.22
 
 echo Starting container with trxcon
@@ -46,7 +46,7 @@
 		--network $NET_NAME --ip 172.18.9.22 \
 		-v $VOL_BASE_DIR/unix:/data/unix \
 		--name ${BUILD_TAG}-trxcon -d \
-		$REPO_USER/osmocom-bb-trxcon \
+		$REPO_USER/osmocom-bb-host-master \
 		/usr/local/bin/trxcon -i 172.18.9.21 -s /data/unix/osmocom_l2
 
 

-- 
To view, visit https://gerrit.osmocom.org/10394
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieba2411230efdedc13afcd62b8b3a2153fbaf0cb
Gerrit-Change-Number: 10394
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180807/0c094c5e/attachment.htm>


More information about the gerrit-log mailing list