Change in docker-playground[master]: ttcn3-docker-prepare.sh: fix handling of multiple PROJECTs

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
Tue Mar 16 15:10:09 UTC 2021


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

Change subject: ttcn3-docker-prepare.sh: fix handling of multiple PROJECTs
......................................................................

ttcn3-docker-prepare.sh: fix handling of multiple PROJECTs

Change-Id: Ib921d7c5cb2c628f3eca8d5c886375f3288e1dd6
---
M debian-stretch-titan/ttcn3-docker-prepare.sh
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  laforge: Looks good to me, approved; Verified



diff --git a/debian-stretch-titan/ttcn3-docker-prepare.sh b/debian-stretch-titan/ttcn3-docker-prepare.sh
index a5cbc91..e4144e2 100755
--- a/debian-stretch-titan/ttcn3-docker-prepare.sh
+++ b/debian-stretch-titan/ttcn3-docker-prepare.sh
@@ -11,7 +11,7 @@
 
 set -x
 OSMO_TTCN3_BRANCH=$1
-PROJECT=$2
+shift
 
 cd /osmo-ttcn3-hacks
 
@@ -37,4 +37,4 @@
 	ln -sv "/osmo-ttcn3-hacks/$i" "/$i"
 done
 
-make "$PROJECT"
+make $@

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

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


More information about the gerrit-log mailing list