forked from Mirror/pmbootstrap
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:
parent
5144195091
commit
caeb991af6
1 changed files with 1 additions and 1 deletions
|
@ -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 +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue