Gentoo Archives: gentoo-catalyst

From: Sebastian Pipping <sping@g.o>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] Flow of configuration in Catalyst 2.x
Date: Sun, 26 Jun 2011 01:20:08
Message-Id: 4E06892D.6050205@gentoo.org
1 Hello!
2
3
4 This mail is of pure informational nature and safe to ignore.
5 ^^^^^^^^^^^^^
6 In case anyone else is wondering how configuration is floating around in
7 latest Catalyst 2.x, this is the picture I have:
8
9
10 /--- confdefaults (hard-coded)
11 (1) conf_values <---X
12 \--- myconf <--- myconfig <--- file foo.conf
13 (with precendence)
14
15 (2) addlargs <--- spec <--- file foo.spec
16
17
18 /--- (1) conf_values
19 ${target}.settings <---X
20 \--- (2) addlargs
21 (with precendence)
22
23
24 Best,
25
26
27
28 Sebastian