canonical / craft-providers

Python interfaces for instantiating and executing builds for a variety of target environments.
https://canonical-craft-providers.readthedocs-hosted.com/en/latest/
GNU Lesser General Public License v3.0
6 stars 20 forks source link

fix: handle ill-formed profiles created by older rockcraft #588

Open cmatsuoka opened 1 week ago

cmatsuoka commented 1 week ago

Older versions of rockcraft may have created a rockcraft lxd project containing a broken default profile. If this is the case, tell the user to delete the project and start over.


cmatsuoka commented 1 week ago

Is this a duplicate of #436?

It's a similar check, but performed on the specific project's default profile instead of the default project default profile.