From e8e8cd689ccb12c36d27d75b8a4f8f9d8e9c6249 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Sun, 18 Nov 2012 11:11:47 -0800 Subject: split out remotedb to it's own file, add gpg signed list support, some pyflakes cleanup --- etc/layman.cfg | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/layman.cfg b/etc/layman.cfg index a99ab9d..8a39ab9 100644 --- a/etc/layman.cfg +++ b/etc/layman.cfg @@ -36,8 +36,42 @@ make_conf : %(storage)s/make.conf # http://dev.gentoo.org/~wrobel/layman/global-overlays.xml # http://mydomain.org/my-layman-list.xml # file:///var/lib/layman/my-list.xml +# +##### NEW ##### GPG signed lists ##### +# +# gpg_signed_lists : +# These can be clearsigned or signed (compressed) overlay lists +# Each url will be one complete file to download, verify, decrypt. +# layman will automatically verify and decrypt the list before saving +# One url per line, indented +# +# e.g.: +# gpg_signed_lists : +# http://someserver.somewhere.com/someoverlays.xml.asc +# +gpg_signed_lists : + +# +# gpg_detached_lists: +# These url's involve downloading 2 files +# The first url listed will be the overlays xml list. +# The second url will be the detached signature file +# with one of {.gpg, .asc, .sig} extension +# Both url's must be on the same line space separated and indented +# +# e.g.: +# gpg_detached_lists : +# http://distfiles.gentoo.org/overlays.xml http://distfiles.gentoo.org/overlays.xml.asc +# http://someserver.somewhere.com/someoverlays.xml http://someserver.somewhere.com/someoverlays.xml.gpg + +gpg_detached_lists : +# http://distfiles.gentoo.org/overlays.xml http://distfiles.gentoo.org/overlays.xml.asc + +# original unsigned lists and definitions +# one url per line, indented -overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml +overlays : + http://www.gentoo.org/proj/en/overlays/repositories.xml #----------------------------------------------------------- # The directory to scan for xml overlay definition files to include -- cgit v1.2.3-1-g7c22