andsens / bootstrap-vz

Bootstrap Debian images for virtualized environments
http://bootstrap-vz.readthedocs.io/
Other
263 stars 145 forks source link

Support for buster #490

Open gbukovszki opened 5 years ago

gbukovszki commented 5 years ago

Guys,

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'

kevin-olbrich commented 5 years ago

I noticed the same für KVM but not yet had the time to check what’s wrong. In theory stretch and buster should not be much different.

Mit freundlichen Grüßen / best regards, Kevin Olbrich.

(mobil vom iPhone)

-- Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind und/oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

Am 26.02.2019 um 23:22 schrieb gbukovszki notifications@github.com:

Guys,

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'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

andrewbogott commented 5 years ago

I think that issue is resolved for KVM by

https://github.com/andsens/bootstrap-vz/pull/496

Fixing up the other target types should be similar.