aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2015-03-26 20:07:58 -0400
committerDevan Franchini <twitch153@gentoo.org>2015-03-26 20:08:01 -0400
commite594083c13392b0a539acf74d09d8762dce76d23 (patch)
treeb3c42763c873d640f37dfdb513db59b8d058e28b /layman/config.py
parentoverlay.py: Closes off interpolation tuple for error message in update() (diff)
downloadlayman-e594083c13392b0a539acf74d09d8762dce76d23.tar.gz
layman-e594083c13392b0a539acf74d09d8762dce76d23.tar.bz2
layman-e594083c13392b0a539acf74d09d8762dce76d23.zip
Renames protocol_order to protocol_filter
The config/cli flag name "protocol_order" has been changed to "protocol_filter" in an attempt to provide a more suitable name for users. The description of the option has been altered as well to provide a more fitting elaboration on what the option actually does. overlay.py: Calls filter_protocols from self to prevent run-time errors.
Diffstat (limited to 'layman/config.py')
-rw-r--r--layman/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/config.py b/layman/config.py
index 926b9d5..c045320 100644
--- a/layman/config.py
+++ b/layman/config.py
@@ -96,7 +96,7 @@ class BareConfig(object):
'cache' : '%(storage)s/cache',
'local_list': '%(storage)s/overlays.xml',
'installed': '%(storage)s/installed.xml',
- 'protocol_order': [],
+ 'protocol_filter': [],
'auto_sync': 'No',
'check_official': 'Yes',
'conf_type': 'repos.conf',