[rtems-lwip commit] Use https for submodules

Joel Sherrill joel at rtems.org
Fri Jan 5 17:29:47 UTC 2024


Module:    rtems-lwip
Branch:    master
Commit:    ef9f31a8a88f1c0751400f10e1dae21caf6b760a
Changeset: http://git.rtems.org/rtems-lwip/commit/?id=ef9f31a8a88f1c0751400f10e1dae21caf6b760a

Author:    Bernd Moessner <berndmoessner80 at gmail.com>
Date:      Wed Jan  3 19:03:56 2024 +0100

Use https for submodules

Adjust submodule path to allow checkout in restricted network
environments.

---

 .gitmodules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 4ea46da..f6d2b63 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
 [submodule "lwip-upstream"]
 	path = lwip-upstream
-	url = git://git.savannah.gnu.org/lwip.git
+	url = https://git.savannah.gnu.org/git/lwip.git
 [submodule "rtems_waf"]
 	path = rtems_waf
-	url = git://git.rtems.org/rtems_waf.git
+	url = https://git.rtems.org/rtems_waf



More information about the vc mailing list