aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-05-04 11:36:57 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2016-05-04 09:48:40 +0000
commit2fcab18427559c0b6136e5e5d75b04cc1c2d6fe8 (patch)
treeb1c6d8e1e079f19e514df008626c9df61dddc7c4
parent36d73601718252f5066e9b488247f9c9ed5f1285 (diff)
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 <Friedemann.Kleint@qt.io>
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
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