From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qae19-0005jh-LX for garchives@archives.gentoo.org; Sun, 26 Jun 2011 01:20:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11A371C003; Sun, 26 Jun 2011 01:19:45 +0000 (UTC) Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de [80.67.31.101]) by pigeon.gentoo.org (Postfix) with ESMTP id C67B81C003 for ; Sun, 26 Jun 2011 01:19:45 +0000 (UTC) Received: from [85.179.7.97] (helo=[192.168.1.2]) by smtprelay06.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Qae0m-0005FB-HC for gentoo-catalyst@lists.gentoo.org; Sun, 26 Jun 2011 03:19:44 +0200 Message-ID: <4E06892D.6050205@gentoo.org> Date: Sun, 26 Jun 2011 03:19:41 +0200 From: Sebastian Pipping User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110526 Thunderbird/3.1.10 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 To: gentoo-catalyst@lists.gentoo.org Subject: [gentoo-catalyst] Flow of configuration in Catalyst 2.x Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Df-Sender: sping-gentoo@binera.de X-Archives-Salt: X-Archives-Hash: 5e10f3eb188a81f039ec262cfd1df639 Hello! This mail is of pure informational nature and safe to ignore. ^^^^^^^^^^^^^ In case anyone else is wondering how configuration is floating around in latest Catalyst 2.x, this is the picture I have: /--- confdefaults (hard-coded) (1) conf_values <---X \--- myconf <--- myconfig <--- file foo.conf (with precendence) (2) addlargs <--- spec <--- file foo.spec /--- (1) conf_values ${target}.settings <---X \--- (2) addlargs (with precendence) Best, Sebastian