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

fixeria gerrit-no-reply at lists.osmocom.org
Tue Mar 16 15:06:13 UTC 2021


fixeria has uploaded this change for review. ( 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(-)



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

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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210316/5d8c35f1/attachment.htm>


More information about the gerrit-log mailing list