mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-28 22:26:21 +00:00
prepare.py: fix tunnel clone
This commit is contained in:
parent
f35ab9e2f3
commit
c5d50d13d1
1 changed files with 1 additions and 1 deletions
|
|
@ -493,7 +493,7 @@ def main(argv=None):
|
||||||
if args.tunnel:
|
if args.tunnel:
|
||||||
if not os.path.isdir("submodules/tunnel"):
|
if not os.path.isdir("submodules/tunnel"):
|
||||||
info("Tunnel wanted but not found yet, trying to clone it...")
|
info("Tunnel wanted but not found yet, trying to clone it...")
|
||||||
p = Popen("git submodule add gitosis@git.linphone.org:tunnel.git submodules/tunnel".split(" "))
|
p = Popen("git submodule add -f gitosis@git.linphone.org:tunnel.git submodules/tunnel".split(" "))
|
||||||
p.wait()
|
p.wait()
|
||||||
if p.returncode != 0:
|
if p.returncode != 0:
|
||||||
error("Could not clone tunnel. Please see http://www.belledonne-communications.com/voiptunnel.html")
|
error("Could not clone tunnel. Please see http://www.belledonne-communications.com/voiptunnel.html")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue