PTU5KAS/kas
Jan Kiszka d4a615bb0b Command line based configuration file merge
This extends the command line syntax for specifying configuration files.
You can now combine files by concatenating them, separated by colons:

kas build base.yml:board.yml:feature.yml

The motivation for this feature is to avoid having to write tons of
configuration files that perform this combinations statically via
includes.

In order to avoid complications and prevent that users shoot themselves
too easily into their feet, we deny the case of distributing the
configuration files over multiple repositories. Either all files
specified on the command line come from the same repo, or they are all
local (without versioning control).

Based on idea by Claudius Heine.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2018-08-27 07:54:32 +02:00
..
__init__.py config: Added schema validation for configuration files 2017-10-13 14:11:10 +02:00
__main__.py entry: Consistently call python3 2017-08-31 22:31:41 +02:00
__version__.py Release 0.18.0 2018-05-17 13:12:10 +02:00
build.py config: Remove context field 2018-08-27 07:53:18 +02:00
config.py Command line based configuration file merge 2018-08-27 07:54:32 +02:00
configschema.py build: Fix all style reports by pycodestyle v2.4.0 2018-05-17 13:00:26 +02:00
context.py Move Config creation out of Context constructor 2018-08-27 07:50:51 +02:00
includehandler.py Command line based configuration file merge 2018-08-27 07:54:32 +02:00
kas.py kas: added version output when starting kas 2017-10-19 17:15:26 +02:00
libcmds.py repos: Remove ctx parameter from repo functions and their callers 2018-08-27 07:54:18 +02:00
libkas.py repos: Remove ctx parameter from repo functions and their callers 2018-08-27 07:54:18 +02:00
repos.py repos: Add fallback parameter to get_root_path() 2018-08-27 07:54:25 +02:00
shell.py config: Remove context field 2018-08-27 07:53:18 +02:00