mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-24 01:18:22 -04:00
distro/repo_config: add kbs_min_version and kbs_ci_version options
This commit is contained in:
parent
923a16f8f6
commit
c844978b4d
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ class BaseDistro(DictScheme):
|
|||
|
||||
|
||||
class ReposConfigFile(DictScheme):
|
||||
kbs_min_version: Optional[str]
|
||||
kbs_ci_version: Optional[str]
|
||||
remote_url: Optional[str]
|
||||
repos: dict[str, RepoConfig]
|
||||
base_distros: dict[Arch, BaseDistro]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue