ubports / crossbuilder

A debian package cross building tool using LXD
13 stars 17 forks source link

crossbuilder: support LXD 4 #56

Closed mardy closed 3 years ago

peat-psuwit commented 3 years ago

Hmm...

I have another commit in my tree which switch out lxc info output parsing with lxc query and JSON parsing, which should be less fragile, and should still be backward-compatible. This means that a dependency on jq is added, but the package is available since Debian jessie (oldoldstable).

What do you think?

mardy commented 3 years ago

Hmm...

I have another commit in my tree which switch out lxc info output parsing with lxc query and JSON parsing, which should be less fragile, and should still be backward-compatible. This means that a dependency on jq is added, but the package is available since Debian jessie (oldoldstable).

I like your solution better! Would you please submit a PR? :-)