From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 30E44138ACE for ; Sat, 7 Mar 2015 22:02:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 131AFE0A00; Sat, 7 Mar 2015 22:02:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C503E097D for ; Sat, 7 Mar 2015 22:02:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29B9F34090B for ; Sat, 7 Mar 2015 22:02:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A0C313430 for ; Sat, 7 Mar 2015 22:02:50 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1425765766.ce18d1bbebe4b0caa814775bf008a77b969753c3.twitch153@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: layman/ X-VCS-Repository: proj/layman X-VCS-Files: layman/config.py X-VCS-Directories: layman/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: ce18d1bbebe4b0caa814775bf008a77b969753c3 X-VCS-Branch: master Date: Sat, 7 Mar 2015 22:02:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8402f7c6-db6c-4963-848b-4b595daa77d9 X-Archives-Hash: 4badb110e33f98c5e2d051eb337cfb43 commit: ce18d1bbebe4b0caa814775bf008a77b969753c3 Author: Devan Franchini gentoo org> AuthorDate: Sat Mar 7 22:02:46 2015 +0000 Commit: Devan Franchini gentoo 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',