summaryrefslogtreecommitdiffstats
path: root/etc/layman.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'etc/layman.cfg')
-rw-r--r--etc/layman.cfg36
1 files changed, 35 insertions, 1 deletions
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