Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o, Brian Dolbec <dolsen@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH 0/5] webrsync: support sync-openpgp-key-path (bug 661838)
Date: Tue, 31 Jul 2018 16:46:56
Message-Id: 7f42238f-153c-ff3c-ac5b-7ba11cbef697@gentoo.org
In Reply to: Re: [gentoo-portage-dev] [PATCH 0/5] webrsync: support sync-openpgp-key-path (bug 661838) by Brian Dolbec
1 On 07/27/2018 08:25 AM, Brian Dolbec wrote:
2 > On Fri, 27 Jul 2018 00:56:40 -0700
3 > Zac Medico <zmedico@g.o> wrote:
4 >
5 >> Add repos.conf settings that enable sync-openpgp-key-path support for
6 >> both emerge-webrsync and emerge-delta-webrsync:
7 >>
8 >> sync-webrsync-delta = true|false
9 >> Use app-portage/emerge-delta-webrsync to minimize
10 >> bandwidth. Defaults to false.
11 >>
12 >> sync-webrsync-keep-snapshots = true|false
13 >> Keep snapshots in DISTDIR (do not delete). Defaults to false.
14 >>
15 >> sync-webrsync-verify-signature = true|false
16 >> Require the detached tarball signature to contain a good
17 >> OpenPGP signature. This uses the OpenPGP key(ring) specified by the
18 >> sync-openpgp-key-path setting. Defaults to false.
19 >>
20 >> Zac Medico (5):
21 >> emerge-webrsync: exit early for signature problem (bug 661838)
22 >> webrsync: support sync-openpgp-key-path (bug 661838)
23 >> webrsync: support sync-webrsync-keep-snapshots
24 >> emerge-delta-webrsync: exit early for signature problem (bug 661838)
25 >> webrsync: support emerge-delta-webrsync (bug 661838)
26 >>
27 >> bin/emerge-webrsync | 22 ++++++-
28 >> lib/portage/sync/modules/webrsync/__init__.py | 6 +-
29 >> lib/portage/sync/modules/webrsync/webrsync.py | 84
30 >> ++++++++++++++++++++++++---
31 >> man/portage.5 | 12 ++++
32 >> misc/emerge-delta-webrsync | 23 +++++++- 5 files
33 >> changed, 135 insertions(+), 12 deletions(-)
34 >>
35 >
36 > this series looks good. I'm also surprised to see nearly all the
37 > changes were on the python side. Barely any changes to the bash
38 > scripts.
39 >
40 Thanks, merged:
41
42 https://gitweb.gentoo.org/proj/portage.git/commit/?id=f810f8694f78dd87172e38d942580532017db4fe
43 --
44 Thanks,
45 Zac

Attachments

File name MIME type
signature.asc application/pgp-signature