commit:     ce18d1bbebe4b0caa814775bf008a77b969753c3
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 22:02:46 2015 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 22:02:46 2015 +0000
URL:        https://gitweb.gentoo.org/proj/layman.git/commit/?id=ce18d1bb

config.py: Changes default conf_type to "repos.conf"

 layman/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layman/config.py b/layman/config.py
index cc924f5..4799b91 100644
--- a/layman/config.py
+++ b/layman/config.py
@@ -98,7 +98,7 @@ class BareConfig(object):
             'installed': '%(storage)s/installed.xml',
             'auto_sync': 'No',
             'check_official': 'Yes',
-            'conf_type': 'make.conf',
+            'conf_type': 'repos.conf',
             'require_repoconfig': 'Yes',
             'clean_archive': 'yes',
             'make_conf' : '%(storage)s/make.conf',

Reply via email to