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 0B0C01381F3 for ; Fri, 2 Aug 2013 13:39:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96ADDE0AB0; Fri, 2 Aug 2013 13:39:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3989AE0AB0 for ; Fri, 2 Aug 2013 13:39:41 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AFAC33EBE2 for ; Fri, 2 Aug 2013 13:39:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6D964E5465 for ; Fri, 2 Aug 2013 13:39:37 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1375450694.8a4b1a7e8da001176d53f9ee9d735c4b2dd16ba2.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/config/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/config/entrymap.py X-VCS-Directories: roverlay/config/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 8a4b1a7e8da001176d53f9ee9d735c4b2dd16ba2 X-VCS-Branch: master Date: Fri, 2 Aug 2013 13:39:37 +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: b26348b4-9e72-45ff-917c-12007cf39879 X-Archives-Hash: 8acb9e4faf7947a4cc798c7a6e0eef61 commit: 8a4b1a7e8da001176d53f9ee9d735c4b2dd16ba2 Author: André Erdmann mailerd de> AuthorDate: Fri Aug 2 13:38:14 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Fri Aug 2 13:38:14 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=8a4b1a7e new config map entry: OVERLAY_MASTERS sets the value for the 'masters = ...' attribute in metadata/layout.conf --- roverlay/config/entrymap.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roverlay/config/entrymap.py b/roverlay/config/entrymap.py index af1d338..3551078 100644 --- a/roverlay/config/entrymap.py +++ b/roverlay/config/entrymap.py @@ -337,6 +337,12 @@ CONFIG_ENTRY_MAP = dict ( want_dir_create = WANT_PRIVATE_FILEDIR | WANT_USERDIR, ), + overlay_masters = dict ( + path = [ 'OVERLAY', 'masters', ], + value_type = 'list:str', + description = 'masters attribute for metadata/layout.conf', + ), + # * alias backup_desc = 'overlay_backup_desc', eclass = 'overlay_eclass',