From: Zac Medico <zmedico@gentoo.org>
To: gentoo-portage-dev@lists.gentoo.org
Cc: Zac Medico <zmedico@gentoo.org>
Subject: [gentoo-portage-dev] [PATCH 0/2] webrsync: support sync-openpgp-key-path (bug 661838)
Date: Sun, 22 Jul 2018 22:37:49 -0700 [thread overview]
Message-ID: <20180723053751.7900-1-zmedico@gentoo.org> (raw)
Add repos.conf sync-webrsync-verify-signature = true|false setting that
enables sync-openpgp-key-path support like in the rsync and git sync
modules. This is disabled by default, in order to avoid interference
with legacy manual PORTAGE_GPG_DIR configuration.
When sync-webrsync-verify-signature = true is set in repos.conf,
if the PORTAGE_GPG_DIR has not been exported, emerge-webrsync will
assume that it has been called directly and it will output an error
message advising the user to instead call emerge --sync or emaint sync.
Bug: https://bugs.gentoo.org/661838
Zac Medico (2):
emerge-webrsync: exit early for signature problem (bug 661838)
webrsync: support sync-openpgp-key-path (bug 661838)
bin/emerge-webrsync | 21 +++++++-
lib/portage/sync/modules/webrsync/__init__.py | 4 +-
lib/portage/sync/modules/webrsync/webrsync.py | 69 +++++++++++++++++++++++----
man/portage.5 | 5 ++
4 files changed, 88 insertions(+), 11 deletions(-)
--
2.13.6
next reply other threads:[~2018-07-23 5:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-23 5:37 Zac Medico [this message]
2018-07-23 5:37 ` [gentoo-portage-dev] [PATCH 1/2] emerge-webrsync: exit early for signature problem (bug 661838) Zac Medico
2018-07-23 5:37 ` [gentoo-portage-dev] [PATCH 2/2] webrsync: support sync-openpgp-key-path " Zac Medico
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=20180723053751.7900-1-zmedico@gentoo.org \
--to=zmedico@gentoo.org \
--cc=gentoo-portage-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