Comment 15 for bug 1582515

Revision history for this message
Gustavo Niemeyer (niemeyer) wrote :

> snapcraft.yaml takes the fileset keyword 'snap' which of course is != to 'prime' which would also be a point of confusion.

That sounds clear and fine as-is. This is the content that will end up in the snap. The fact we have a "prime" step in between is a detail that does not make it inconsistent.

> Does `snap try prime` feel good?

It should really be "snap try" alone. We can find the right directory by starting from $CWD and walking up parent directories looking for "snapcraft.yaml", and then looking for "prime" in the same place.

> Should we realign everything?

That's what we are doing, I think. :)