[pve-devel] [PATCH pve-yew-mobile-gui] fix submodules paths to work with git.proxmox.com

Kamil Trzciński ayufan at ayufan.eu
Mon Aug 11 12:22:31 CEST 2025


Ah. In this case it would work, since both projects are in `ui/` subpath.


On Mon, 11 Aug 2025 at 12:19, Fabian Grünbichler
<f.gruenbichler at proxmox.com> 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?
>
> >  [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
> >
> >
> > _______________________________________________
> > pve-devel mailing list
> > pve-devel at lists.proxmox.com
> > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
> >
> >
> >
>
>
> _______________________________________________
> pve-devel mailing list
> pve-devel at lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
>



More information about the pve-devel mailing list