From: Kamil Trzcinski <ayufan@ayufan.eu>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH pmg-yew-quarantine-gui] fix submodules paths to work with git.proxmox.com
Date: Fri, 8 Aug 2025 21:20:45 +0200 [thread overview]
Message-ID: <20250808192045.92776-1-ayufan@ayufan.eu> (raw)
Submodules refer to private git+ssh url.
Use git.proxmox.com equivalents.
---
.gitmodules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitmodules b/.gitmodules
index 4e69e88..464bed2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,4 @@
[submodule "pwt-assets"]
path = pwt-assets
- url = gitolite3@proxdev.maurer-it.com:yew/proxmox-yew-widget-toolkit-assets
+ url = git://git.proxmox.com/git/ui/proxmox-yew-widget-toolkit-assets.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-08 19:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-08 19:20 Kamil Trzcinski [this message]
2025-09-02 13:02 ` [pve-devel] applied: " Fabian Grünbichler
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=20250808192045.92776-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.