GNOME Bugzilla – Bug 757511
cerbero: allow multiple config arguments
Last modified: 2015-11-03 15:19:21 UTC
Currently there can be no layering of configuration beyond the global ~/.cerbero/cerbero.cbc or the file passed to the -c argument. This limits the possiblity of having multiple cerbero checkouts and/or having multiple cerbero prefixes beyond crafting/editing the target specific files.
Created attachment 314699 [details] [review] cerbero: add support for multiple config file arguments
commit e40951bff4ab54c7fa83fdf68f7280178cf33552 Author: Matthew Waters <matthew@centricular.com> Date: Tue Nov 3 14:40:17 2015 +1100 cerbero: add support for multiple config file arguments Allows nesting certain configuration operations. e.g. modifying home_dir in one file, the configured target/arch in another and setting the build-tools sources directory in another. When multiple options are specified, the last one one wins. https://bugzilla.gnome.org/show_bug.cgi?id=757511