Change in docker-playground[master]: fix ttcn3-bsc-test under CentOS: install missing osmo-bts-omldummy

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

fixeria gerrit-no-reply at lists.osmocom.org
Tue Mar 9 11:04:59 UTC 2021


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


Change subject: fix ttcn3-bsc-test under CentOS: install missing osmo-bts-omldummy
......................................................................

fix ttcn3-bsc-test under CentOS: install missing osmo-bts-omldummy

In binary packages for Debian, osmo-bts-omldummy is (for some reason)
part of 'osmo-bts-virtual' package.  For CentOS this binary is
shipped properly in a separate package, so let's install it.

This change fixes ttcn3-bsc-test under CentOS failing with:

  /usr/local/bin/respawn.sh: line 9: osmo-bts-omldummy: command not found

Change-Id: Ibbfd88d914a31dcfd3e33c6025d612d456b6b124
---
M osmo-bts-latest/Dockerfile
1 file changed, 1 insertion(+), 0 deletions(-)



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

diff --git a/osmo-bts-latest/Dockerfile b/osmo-bts-latest/Dockerfile
index 6e835d5..202a29c 100644
--- a/osmo-bts-latest/Dockerfile
+++ b/osmo-bts-latest/Dockerfile
@@ -16,6 +16,7 @@
 		dnf install -y \
 			osmo-bts \
 			osmo-bts-virtual \
+			osmo-bts-omldummy \
 		;; \
 	esac
 

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ibbfd88d914a31dcfd3e33c6025d612d456b6b124
Gerrit-Change-Number: 23282
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210309/0b2670b6/attachment.htm>


More information about the gerrit-log mailing list