Fix abuild-keygen aborting because pmbootstrap does not supply a packager email to it (MR 2052)

[ci:skip-build] already built successfully in CI
This commit is contained in:
Alexander Stillich 2021-05-01 21:03:08 +02:00 committed by Clayton Craft
parent 5144195091
commit caeb991af6
No known key found for this signature in database
GPG key ID: 7A3461CA187CEA54

View file

@ -32,7 +32,7 @@ def init(args, suffix="native"):
if not os.path.exists(args.work + "/config_abuild/abuild.conf"):
logging.info("(" + suffix + ") generate abuild keys")
pmb.chroot.user(args, ["abuild-keygen", "-n", "-q", "-a"],
suffix)
suffix, env={"PACKAGER": "pmos <pmos@local>"})
# Copy package signing key to /etc/apk/keys
for key in glob.glob(chroot +