Use the http protocol for git2cl module, as it makes it easier for the
firewall safe mirror to keep all submodules firewall safe.

Signed-off-by: Edgar Grimberg <[email protected]>
---
 .gitmodules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 0b6ed6f..f23a5d4 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
 [submodule "tools/git2cl"]
        path = tools/git2cl
-       url = git://repo.or.cz/git2cl.git
+       url = http://repo.or.cz/r/git2cl.git
 [submodule "jimtcl"]
        path = jimtcl
        url = http://repo.or.cz/r/jimtcl.git
-- 
1.7.4.1

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to