On 11/08/2025 12:18, Fabian Grünbichler wrote: > On August 8, 2025 9:17 pm, Kamil Trzcinski wrote: >> Submodules refer to private git+ssh url. >> Use git.proxmox.com equivalents. >> --- >> .gitmodules | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/.gitmodules b/.gitmodules >> index fd84194..0e2d332 100644 >> --- a/.gitmodules >> +++ b/.gitmodules >> @@ -1,6 +1,6 @@ >> [submodule "pwt-assets"] >> path = pwt-assets >> - url = >> gitoli...@proxdev.maurer-it.com:yew/proxmox-yew-widget-toolkit-assets >> + url = git://git.proxmox.com/git/ui/proxmox-yew-widget-toolkit-assets.git > > we often use relative urls that work for both servers, but I am not sure > whether that would work here.. > > @Dietmar: thoughts?
It's much simpler to just use the absolute URL, that always work. The relative path is an optimization and can still be enabled by adapting the path manually locally, but in anyway that's less a problem compared to not being able to clone at all without hacking around, which is a horrible experience... >> [submodule "proxmox-api-types"] >> path = proxmox-api-types >> - url = gitoli...@proxdev.maurer-it.com:/rust/proxmox-api-types >> + url = git://git.proxmox.com/git/proxmox-api-types.git >> -- >> 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel