From: Kamil Trzcinski <ayufan@ayufan.eu>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH proxmox-i18n] fix submodules paths to work with git.proxmox.com
Date: Sat, 2 Aug 2025 12:02:28 +0200 [thread overview]
Message-ID: <20250802100228.3446-1-ayufan@ayufan.eu> (raw)
Some submodules miss the `ui/` and do fail to pull data from git.proxmox.com.
Using absolute paths makes it compatible with github.com/proxmox.
Before:
Submodule 'proxmox-yew-comp' (git://git.proxmox.com/git/proxmox-yew-comp) registered for path 'proxmox-yew-comp'
Submodule 'proxmox-yew-widget-toolkit' (git://git.proxmox.com/git/proxmox-yew-widget-toolkit) registered for path 'proxmox-yew-widget-toolkit'
After:
Submodule 'proxmox-yew-comp' (git://git.proxmox.com/git/ui/proxmox-yew-comp.git) registered for path 'proxmox-yew-comp'
Submodule 'proxmox-yew-widget-toolkit' (git://git.proxmox.com/git/ui/proxmox-yew-widget-toolkit.git) registered for path 'proxmox-yew-widget-toolkit'
Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu>
---
.gitmodules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitmodules b/.gitmodules
index d5b93b7..374b9ee 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -17,10 +17,10 @@
url = ../proxmox-datacenter-manager
[submodule "proxmox-yew-widget-toolkit"]
path = proxmox-yew-widget-toolkit
- url = ../proxmox-yew-widget-toolkit
+ url = git://git.proxmox.com/git/ui/proxmox-yew-widget-toolkit.git
[submodule "proxmox-yew-comp"]
path = proxmox-yew-comp
- url = ../proxmox-yew-comp
+ url = git://git.proxmox.com/git/ui/proxmox-yew-comp.git
[submodule "pve-yew-mobile-gui"]
path = pve-yew-mobile-gui
url = git://git.proxmox.com/git/ui/pve-yew-mobile-gui.git
--
2.39.5
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next reply other threads:[~2025-08-02 10:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-02 10:02 Kamil Trzcinski [this message]
2025-08-02 12:48 ` [pve-devel] applied: " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250802100228.3446-1-ayufan@ayufan.eu \
--to=ayufan@ayufan.eu \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.