From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/pkgcore/pkgcore:master commit in: src/pkgcore/sync/
Date: Sat, 9 Mar 2024 18:05:09 +0000 (UTC) [thread overview]
Message-ID: <1710007494.c75f522b4c9ddf46ba9e5c72f8a4cdb3132b54cd.arthurzam@gentoo> (raw)
commit: c75f522b4c9ddf46ba9e5c72f8a4cdb3132b54cd
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Mar 8 13:10:52 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 9 18:04:54 2024 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=c75f522b
Add git@
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
Closes: https://github.com/pkgcore/pkgcore/pull/434
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
src/pkgcore/sync/git.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/pkgcore/sync/git.py b/src/pkgcore/sync/git.py
index 48d6b3518..ce8f6f8e7 100644
--- a/src/pkgcore/sync/git.py
+++ b/src/pkgcore/sync/git.py
@@ -11,9 +11,10 @@ class git_syncer(base.VcsSyncer):
supported_uris = (
("git://", 5),
("git+", 5),
+ ("git@", 5),
)
- supported_protocols = ("http://", "https://", "git://")
+ supported_protocols = ("http://", "https://", "git://", "git@")
supported_exts = (".git",)
@classmethod
next reply other threads:[~2024-03-09 18:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-09 18:05 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-20 8:01 [gentoo-commits] proj/pkgcore/pkgcore:master commit in: src/pkgcore/sync/ Arthur Zamarin
2023-01-17 20:46 Arthur Zamarin
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=1710007494.c75f522b4c9ddf46ba9e5c72f8a4cdb3132b54cd.arthurzam@gentoo \
--to=arthurzam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox