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 D4F8A138A1A for ; Tue, 3 Feb 2015 21:01:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1583E0942; Tue, 3 Feb 2015 21:01:20 +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 56508E0942 for ; Tue, 3 Feb 2015 21:01:20 +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 636CB340704 for ; Tue, 3 Feb 2015 21:01:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C97810FD5 for ; Tue, 3 Feb 2015 21:01:18 +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: <1422997003.03f9d2bac1800a9b2a9be4179d877f2ff26dbb90.twitch153@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: etc/ X-VCS-Repository: proj/layman X-VCS-Files: etc/layman.cfg X-VCS-Directories: etc/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: 03f9d2bac1800a9b2a9be4179d877f2ff26dbb90 X-VCS-Branch: master Date: Tue, 3 Feb 2015 21:01:18 +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: b619a5af-6772-4638-a32c-419b320e2a68 X-Archives-Hash: e83eb3f3e9b25f00f1578826e0a2f67d commit: 03f9d2bac1800a9b2a9be4179d877f2ff26dbb90 Author: Devan Franchini gentoo org> AuthorDate: Tue Feb 3 20:56:40 2015 +0000 Commit: Devan Franchini gentoo org> CommitDate: Tue Feb 3 20:56:43 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=03f9d2ba layman.cfg: Changes values of conf_type and auto_sync To follow suit with the standards requested of the emaint sync behavior the auto_sync variable has been defaulted to "Yes", and conf_type has been changed to "repos.conf" as a default. --- etc/layman.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/layman.cfg b/etc/layman.cfg index 4e9aad9..7bf291e 100644 --- a/etc/layman.cfg +++ b/etc/layman.cfg @@ -55,13 +55,13 @@ repos_conf : /etc/portage/repos.conf/layman.conf # or not the portage sync plug-in will automatically sync your # layman overlays. -auto_sync : No +auto_sync : Yes #----------------------------------------------------------- # Repository config types used by layman # (repos.conf, make.conf) -conf_type : make.conf +conf_type : repos.conf #-----------------------------------------------------------