mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-26 10:23:10 -04:00
config: add gpg folder and signing options
This commit is contained in:
parent
6f09fe4403
commit
166a8620a7
2 changed files with 10 additions and 0 deletions
|
@ -24,6 +24,8 @@ CONFIG_DEFAULTS_DICT = {
|
|||
'crosscompile': True,
|
||||
'crossdirect': True,
|
||||
'threads': 0,
|
||||
'sign_pkgs': True,
|
||||
'sign_repos': False,
|
||||
},
|
||||
'pkgbuilds': {
|
||||
'git_repo': 'https://gitlab.com/kupfer/packages/pkgbuilds.git',
|
||||
|
@ -64,6 +66,9 @@ CONFIG_RUNTIME_DEFAULTS: RuntimeConfiguration = RuntimeConfiguration.fromDict({
|
|||
'uid': None,
|
||||
'progress_bars': None,
|
||||
'colors': None,
|
||||
'gpg_initialized': False,
|
||||
'gpg_pkg_key': None,
|
||||
'gpg_repo_key': None,
|
||||
})
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue