Support in-distribution config file
This commit is contained in:
parent
2dfbd89c5e
commit
378c7f6a89
3 changed files with 6 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ next:
|
|||
* Core: Fix lost error info with parallel jobs (option -j) (Darko Poljak)
|
||||
* Core: Fix determining beta value through configuration (Darko Poljak)
|
||||
* Core: Fix determining save_output_streams value through configuration (Darko Poljak)
|
||||
* Core: Support in-distribution config file (Darko Poljak)
|
||||
|
||||
4.8.0: 2018-02-14
|
||||
* Core: Skip empty lines in parameter files (Darko Poljak)
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ order:
|
|||
#. configuration file specified in CDIST_CONFIG_FILE environment variable
|
||||
#. environment variables
|
||||
#. user's configuration file (first one found of ~/.cdist.cfg, $XDG_CONFIG_HOME/cdist/cdist.cfg, in specified order)
|
||||
#. in-distribution configuration file (cdist/conf/cdist.cfg)
|
||||
#. system-wide configuration file (/etc/cdist.cfg)
|
||||
|
||||
if one exists.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue