You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2019. It is now read-only.
buster is not supported, putting buster in the manifest:
system: release: buster
results in: 'NoneType' object has no attribute 'get' Traceback (most recent call last): File "/usr/share/bootstrap-vz/bootstrapvz/base/main.py", line 111, in run tasklist.run(info=bootstrap_info, dry_run=dry_run) File "/usr/share/bootstrap-vz/bootstrapvz/base/tasklist.py", line 44, in run task.run(info) File "/usr/share/bootstrap-vz/bootstrapvz/providers/virtualbox/tasks/packages.py", line 14, in run info.manifest.system['architecture']]) File "/usr/share/bootstrap-vz/bootstrapvz/common/tools.py", line 117, in config_get config = config.get(key) AttributeError: 'NoneType' object has no attribute 'get'