[gentoo-portage-dev] [PATCH 1/2] emerge-webrsync: exit early for signature problem (bug 661838)

2018-07-22 Thread Zac Medico
Exit early after signature verification failure, since it's typically inappropriate to try other mirrors in this case (it may indicate a keyring problem). Bug: https://bugs.gentoo.org/661838 --- bin/emerge-webrsync | 7 +++ 1 file changed, 7 insertions(+) diff --git a/bin/emerge-webrsync b/b

[gentoo-portage-dev] [PATCH 0/2] webrsync: support sync-openpgp-key-path (bug 661838)

2018-07-22 Thread Zac Medico
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 =

[gentoo-portage-dev] [PATCH 2/2] webrsync: support sync-openpgp-key-path (bug 661838)

2018-07-22 Thread Zac Medico
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 =