config: add gpg dir to chroot paths

This commit is contained in:
InsanePrawn 2024-04-02 01:39:01 +02:00
parent 3034afe5a8
commit 4a48e78ec0
3 changed files with 3 additions and 0 deletions

View file

@ -67,6 +67,7 @@ class PathsSection(DictScheme):
images: str
ccache: str
rust: str
gpg: str
class ProfilesSection(DictScheme):

View file

@ -44,6 +44,7 @@ CONFIG_DEFAULTS_DICT = {
'images': os.path.join('%cache_dir%', 'images'),
'ccache': os.path.join('%cache_dir%', 'ccache'),
'rust': os.path.join('%cache_dir%', 'rust'),
'gpg': os.path.join('%cache_dir%', 'gpg'),
},
'profiles': {
'current': 'default',

View file

@ -156,6 +156,7 @@ CHROOT_PATHS = {
'packages': '/packages',
'pkgbuilds': '/pkgbuilds',
'images': '/images',
'gpg': '/gpg',
}
WRAPPER_TYPES = [