.gitmodules: switch away from repo.or.cz
authorAntonio Borneo <borneo.antonio@gmail.com>
Wed, 2 Feb 2022 12:46:46 +0000 (13:46 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 19 Feb 2022 14:33:08 +0000 (14:33 +0000)
The host repo.or.cz is often offline, creating issues for cloning
and building OpenOCD from scratch.
Already 'jimtcl' developer has dropped repo.or.cz, triggering the
OpenOCD commit 861e75f54efb ("jimtcl: switch to github").

Change also the link of the remaining submodules 'git2cl' and
'libjaylink' to their respective main repository.

Change-Id: Ib513237427635359ce36a480a8f2060e2fb12ba4
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6834
Tested-by: jenkins
Reviewed-by: zapb <dev@zapb.de>
.gitmodules

index 23ffa25432adc1aa34790d49da49d9d878a9db81..f2da17ed7a813fe03e265e03df05177cc71789fd 100644 (file)
@@ -1,9 +1,9 @@
 [submodule "tools/git2cl"]
        path = tools/git2cl
-       url = https://repo.or.cz/git2cl.git
+       url = https://git.savannah.nongnu.org/git/git2cl.git
 [submodule "jimtcl"]
        path = jimtcl
        url = https://github.com/msteveb/jimtcl.git
 [submodule "src/jtag/drivers/libjaylink"]
        path = src/jtag/drivers/libjaylink
-       url = https://repo.or.cz/libjaylink.git
+       url = https://gitlab.zapb.de/libjaylink/libjaylink.git