Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o, "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH v4] rsync: Introduce support for running full-tree gemato verification
Date: Wed, 24 Jan 2018 21:56:27
Message-Id: bb422230-b148-0569-0adb-af232f029a35@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH v4] rsync: Introduce support for running full-tree gemato verification by "Michał Górny"
1 On 01/24/2018 01:36 PM, Michał Górny wrote:
2 > Add two new configuration options to rsync repositories:
3 > sync-rsync-verify-metamanifest and sync-rsync-openpgp-key-path.
4 > The first controls whether gemato verification is run for
5 > the repository (defaults to true for ::gentoo, false otherwise),
6 > the second makes it possible to override the key path for custom
7 > repositories.
8 > ---
9 > cnf/repos.conf | 2 ++
10 > man/portage.5 | 9 +++++++++
11 > pym/portage/sync/modules/rsync/__init__.py | 4 +++-
12 > pym/portage/sync/modules/rsync/rsync.py | 20 +++++++++++++++++++-
13 > 4 files changed, 33 insertions(+), 2 deletions(-)
14 >
15 > v4: also key option to repos.conf
16
17 Looks good.
18
19 I see that the man page currently does not escape hyphens in
20 sync-rsync-*, but we can fix those up separately.
21 --
22 Thanks,
23 Zac

Attachments

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

Replies