config: Allow a default refspec to be specified

Also update config file version to 9 due to this format change.

Signed-off-by: Paul Barker <pbarker@konsulko.com>
[Jan: style fix]
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Paul Barker
2020-07-04 09:53:38 +02:00
committed by Jan Kiszka
parent f678b24611
commit 2260189fda
6 changed files with 47 additions and 3 deletions

View File

@@ -75,3 +75,13 @@ Added
- ``patches`` property to ``repos`` to be able to apply additional patches to
the repo.
Version 9
---------
Added
~~~~~
- ``defaults`` key can now be used to set a default value for the repository
property ``refspec``. This default value will be used if the appropriate
property is not defined for a given repository.