aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorFrancois-Xavier KOWALSKI <francois-xavier.kowalski@hp.com>2013-03-30 13:06:51 +0100
committerFrancois-Xavier KOWALSKI <francois-xavier.kowalski@hp.com>2013-03-30 13:06:51 +0100
commit19fa1165104f47b24a33f143a3dfabdb130ada74 (patch)
treef0694ff5707c88ef8ab6d666b7f1cc89d9dc6f4b /.gitmodules
parent5d1a779a62aad5b37f32b0cdcb9baaf98229e0ac (diff)
downloadbiblez-ng-19fa1165104f47b24a33f143a3dfabdb130ada74.tar.gz
ENYO-2125: allow forking the GitHub project
Use relative URL's all-the-way up to the GitHub root. Benefits: - Keep the ability to clone using both `ssh` and `https` URLs (for external developers or the fortunate ones that are working behind a transparent http proxy) - Allow forking the project, because later `clone` operation does not require to have forked every submodule. Enyo-DCO-1.1-Signed-off-by: Francois-Xavier KOWALSKI <francois-xavier.kowalski@hp.com>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 3578416..ce2a034 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,9 @@
[submodule "enyo"]
path = enyo
- url = https://github.com/enyojs/enyo.git
+ url = ../../enyojs/enyo.git
[submodule "lib/onyx"]
path = lib/onyx
- url = https://github.com/enyojs/onyx.git
+ url = ../../enyojs/onyx.git
[submodule "lib/layout"]
path = lib/layout
- url = https://github.com/enyojs/layout.git
+ url = ../../enyojs/layout.git