From 2fcab18427559c0b6136e5e5d75b04cc1c2d6fe8 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 4 May 2016 11:36:57 +0200 Subject: Fix submodule urls Those should be coded relative so that when for example cloning pyside-setup from Gerrit, the submodules should also come from Gerrit. Change-Id: I579711eed64f0356bd5282617cfccb29937b0425 Reviewed-by: Friedemann Kleint --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 0fb37bae5..e90ef1da8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "sources/pyside2"] path = sources/pyside2 - url=https://code.qt.io/pyside/pyside + url=../pyside [submodule "sources/shiboken2"] path = sources/shiboken2 - url=https://code.qt.io/pyside/shiboken + url=../shiboken [submodule "sources/pyside2-tools"] path = sources/pyside2-tools - url=https://code.qt.io/pyside/pyside-tools + url=../pyside-tools [submodule "sources/pyside2-examples"] path = sources/pyside2-examples url=https://github.com/PySide/pyside2-examples.git -- cgit v1.2.3