Change in docker-playground[master]: osmo-remsim-test-latest: install client-shell

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

laforge gerrit-no-reply at lists.osmocom.org
Fri Dec 24 10:52:12 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/26680 )

Change subject: osmo-remsim-test-latest: install client-shell
......................................................................

osmo-remsim-test-latest: install client-shell

Fix for failing ttcn3-remsim-test-latest, in osmo-remsim-client.log:
  /bin/sh: 1: osmo-remsim-client-shell: not found

Change-Id: Ia3041ea6f19ebe53e05117806acf88d3f86d4479
---
M osmo-remsim-latest/Dockerfile
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  fixeria: Looks good to me, but someone else must approve
  osmith: Verified



diff --git a/osmo-remsim-latest/Dockerfile b/osmo-remsim-latest/Dockerfile
index c684cb8..80b8296 100644
--- a/osmo-remsim-latest/Dockerfile
+++ b/osmo-remsim-latest/Dockerfile
@@ -10,6 +10,7 @@
 		apt-get update && \
 		apt-get install -y --no-install-recommends \
 			osmo-remsim-server \
+			osmo-remsim-client-shell \
 			osmo-remsim-client-st2 \
 			osmo-remsim-bankd && \
 		apt-get clean \
@@ -17,6 +18,7 @@
 	centos*) \
 		dnf install -y \
 			osmo-remsim-server \
+			osmo-remsim-client-shell \
 			osmo-remsim-client-st2 \
 			osmo-remsim-bankd \
 		;; \

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ia3041ea6f19ebe53e05117806acf88d3f86d4479
Gerrit-Change-Number: 26680
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211224/1940a2a9/attachment.htm>


More information about the gerrit-log mailing list