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

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Aug 8 06:19:33 UTC 2018


Harald Welte has submitted this change and it was merged. ( 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
A osmocom-bb-host-master/.release
R osmocom-bb-host-master/Dockerfile
R osmocom-bb-host-master/Makefile
R osmocom-bb-host-master/Release.key
D osmocom-bb-trxcon/.release
M ttcn3-bts-test/jenkins.sh
7 files changed, 8 insertions(+), 8 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



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-host-master/.release b/osmocom-bb-host-master/.release
new file mode 100644
index 0000000..0432acd
--- /dev/null
+++ b/osmocom-bb-host-master/.release
@@ -0,0 +1,2 @@
+release=0.0.0
+tag=osmocom-bb-host-master-0.0.0
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/osmocom-bb-trxcon/.release b/osmocom-bb-trxcon/.release
deleted file mode 100644
index a6e882a..0000000
--- a/osmocom-bb-trxcon/.release
+++ /dev/null
@@ -1,2 +0,0 @@
-release=0.0.0
-tag=osmocombb-bb-trxcon-0.0.0
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: merged
Gerrit-Change-Id: Ieba2411230efdedc13afcd62b8b3a2153fbaf0cb
Gerrit-Change-Number: 10394
Gerrit-PatchSet: 2
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180808/35c4cd77/attachment.htm>


More information about the gerrit-log mailing list