[rtems commit] change localy hosted submodule urls to relative

Karel Gardas karel at rtems.org
Tue Jul 18 13:12:48 UTC 2023


Module:    rtems
Branch:    master
Commit:    0112d6630312dd0a5cb63cc04cb6ea1b4ba84f7e
Changeset: http://git.rtems.org/rtems/commit/?id=0112d6630312dd0a5cb63cc04cb6ea1b4ba84f7e

Author:    Karel Gardas <karel at functional.vision>
Date:      Sun Jul 16 22:52:51 2023 +0200

change localy hosted submodule urls to relative

---

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

diff --git a/.gitmodules b/.gitmodules
index 7638fb1aa8..a196278ceb 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -3,9 +3,9 @@
 	url = https://github.com/ARM-software/CMSIS_5.git
 [submodule "hals/arm/stm32h7/stm32h7xx_hal_driver"]
 	path = hals/arm/stm32h7/stm32h7xx_hal_driver
-	url = https://github.com/karelfv/stm32h7xx_hal_driver.git
+	url = stm32h7xx_hal_driver.git
 	branch = rtems-6-2023-07-14
 [submodule "hals/arm/stm32h7/cmsis_device_h7"]
 	path = hals/arm/stm32h7/cmsis_device_h7
-	url = https://github.com/karelfv/cmsis_device_h7.git
+	url = cmsis_device_h7.git
 	branch = rtems-6-2023-07-14



More information about the vc mailing list