aidecoe/qubes-builder-gentoo

Importing GPG keys has changed in qubes-builder

Opened this issue · 0 comments

QubesOS/qubes-builder@8407bc0#diff-a0f848942ce863cf53c0fa6cc684007d

you need to add lines to setup script
GPG_KEY_SERVER = ''keys.gnupg.net''
then find line " text = sh.gpg( " and add this lines
'--keyserver',
GPG_KEY_SERVER,
'--recv-keys',
key,
comment out
'--import',
os.path.join(os.path.abspath(BASE_DIR), 'keys', key + '.asc'),

Also in qubes-builder folder remove script git-verity-tags (because it doesnt work)
and add false to script get-sources (check verity tags)

Originally posted by @C4TZZ in #11 (comment)