build: use https submodule URLs instead of ssh
Switch the three submodules (torrent-peer, torrent-tracker, torrent-ui) from ssh://git@git.cieric.com to https://git.cieric.com so a fresh clone + submodule init works without SSH credentials. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
d87603fbbe
commit
6107846fc9
1 changed files with 3 additions and 3 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -1,12 +1,12 @@
|
|||
[submodule "external/torrent-peer"]
|
||||
path = external/torrent-peer
|
||||
url = ssh://git@git.cieric.com/cieric/Naut-Peer.git
|
||||
url = https://git.cieric.com/cieric/Naut-Peer.git
|
||||
branch = master
|
||||
[submodule "external/torrent-tracker"]
|
||||
path = external/torrent-tracker
|
||||
url = ssh://git@git.cieric.com/cieric/Naut-Tracker.git
|
||||
url = https://git.cieric.com/cieric/Naut-Tracker.git
|
||||
branch = main
|
||||
[submodule "web/torrent-ui"]
|
||||
path = web/torrent-ui
|
||||
url = ssh://git@git.cieric.com/cieric/Naut-Plugin-WebUI.git
|
||||
url = https://git.cieric.com/cieric/Naut-Plugin-WebUI.git
|
||||
branch = webui-plugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue