debug out for pgp keys
This commit is contained in:
@@ -116,6 +116,7 @@ def setup_makepkg(repo):
|
|||||||
def import_keys(pkgbuild):
|
def import_keys(pkgbuild):
|
||||||
with open(pkgbuild) as p:
|
with open(pkgbuild) as p:
|
||||||
keys_s = regex_validkeys.findall(p.read())
|
keys_s = regex_validkeys.findall(p.read())
|
||||||
|
logging.debug("Found raw keys: %s", keys_s)
|
||||||
|
|
||||||
if keys_s:
|
if keys_s:
|
||||||
keys = []
|
keys = []
|
||||||
|
Reference in New Issue
Block a user