After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 757511 - cerbero: allow multiple config arguments
cerbero: allow multiple config arguments
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Linux
: Normal normal
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-11-03 06:59 UTC by Matthew Waters (ystreet00)
Modified: 2015-11-03 15:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cerbero: add support for multiple config file arguments (2.55 KB, patch)
2015-11-03 07:00 UTC, Matthew Waters (ystreet00)
committed Details | Review

Description Matthew Waters (ystreet00) 2015-11-03 06:59:19 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.
Comment 1 Matthew Waters (ystreet00) 2015-11-03 07:00:02 UTC
Created attachment 314699 [details] [review]
cerbero: add support for multiple config file arguments
Comment 2 Matthew Waters (ystreet00) 2015-11-03 07:20:11 UTC
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