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 91A5D138CBF for ; Sat, 7 Mar 2015 22:40:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64961E0940; Sat, 7 Mar 2015 22:40:44 +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 D2675E0942 for ; Sat, 7 Mar 2015 22:40:43 +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 CE4653408AF for ; Sat, 7 Mar 2015 22:40:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F1631343D for ; Sat, 7 Mar 2015 22:40:40 +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: <1425767753.81d116ffc5d306998f8a798de567ec97d582d7a3.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: 81d116ffc5d306998f8a798de567ec97d582d7a3 X-VCS-Branch: master Date: Sat, 7 Mar 2015 22:40:40 +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: e16f1daf-d906-498a-a052-d03aa167fea6 X-Archives-Hash: fd7b5e8dac3ef42c53079e3299c51b5f commit: 81d116ffc5d306998f8a798de567ec97d582d7a3 Author: Devan Franchini gentoo org> AuthorDate: Sat Mar 7 22:35:53 2015 +0000 Commit: Devan Franchini gentoo org> CommitDate: Sat Mar 7 22:35:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=81d116ff config.py: Adds "protocol_order" to config defaults layman/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/layman/config.py b/layman/config.py index 4799b91..926b9d5 100644 --- a/layman/config.py +++ b/layman/config.py @@ -96,6 +96,7 @@ class BareConfig(object): 'cache' : '%(storage)s/cache', 'local_list': '%(storage)s/overlays.xml', 'installed': '%(storage)s/installed.xml', + 'protocol_order': [], 'auto_sync': 'No', 'check_official': 'Yes', 'conf_type': 'repos.conf',