[pve-devel] [PATCH pve-yew-mobile-gui] fix submodules paths to work with git.proxmox.com
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Aug 14 15:20:40 CEST 2025
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 = gitolite3 at 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 = gitolite3 at proxdev.maurer-it.com:/rust/proxmox-api-types
>> + url = git://git.proxmox.com/git/proxmox-api-types.git
>> --
>> 2.39.5
More information about the pve-devel
mailing list