forked from Mirror/pmbootstrap
aportgen: fix fork_alpine related error (!1815)
Make sure, that "args.fork_alpine" is always present. Otherwise,
pmbootstrap will fail if the aportgen code is called by anything but
"pmbootstrap aportgen". For example, when the user is adding a new
device during "pmbootstrap init".
Fixes: 54e51759ad
("aportgen: add feature to fork upstream packages")
This commit is contained in:
parent
f853c0da20
commit
5a97c60256
2 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,6 @@ def args(tmpdir, request):
|
|||
sys.argv = ["pmbootstrap.py", "build", "-i", "device-testsuite-testdevice"]
|
||||
args = pmb.parse.arguments()
|
||||
args.log = args.work + "/log_testsuite.txt"
|
||||
args.fork_alpine = False
|
||||
pmb.helpers.logging.init(args)
|
||||
request.addfinalizer(args.logfd.close)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue