ubports / crossbuilder

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

Replace some usage of `lxc info` to use JSON API #57

Closed peat-psuwit closed 3 years ago

peat-psuwit commented 3 years ago

Apparently the output format of lxc info changed recently. To keep the detection working, switch to JSON API and use jq to parse the result. Jq is added as a requisite.

The commit is mentioned in #56.