commit: 2d6a6ab18baf3262dd9d9d30a5a0e94bd16d1929 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org> AuthorDate: Sat Mar 7 22:40:35 2015 +0000 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org> CommitDate: Sat Mar 7 22:40:35 2015 +0000 URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=2d6a6ab1
layman.cfg: Adds "protocol_order" to config with example etc/layman.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/layman.cfg b/etc/layman.cfg index f79270a..9580d33 100644 --- a/etc/layman.cfg +++ b/etc/layman.cfg @@ -66,6 +66,12 @@ conf_type : repos.conf #----------------------------------------------------------- #----------------------------------------------------------- +# Protocols used by layman and the order in which layman will +# handle them. +# ex.) protocol_order : git, http, https, etc,... +# protocol_order : + +#----------------------------------------------------------- # URLs of the remote lists of overlays (one per line) or # local overlay definitions #
