feat: allow numbers in partition names and namespaces#790
Conversation
26d9df7 to
cc66eeb
Compare
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
cc66eeb to
a93be33
Compare
mattculler
left a comment
There was a problem hiding this comment.
Nice. This will be a good one for me to look back at when I add support for hyphens in the partition names, though that change will also have to check for environment variable collisions.
I made an issue and referenced it in the code so we don't foget about it: #789, https://github.com/canonical/craft-parts/pull/790/files#diff-419889a2643383d0b091576acef698b735583eccd40f18ea2eb10298c7fd524bR133 |
You are the man! |
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
Allow hyphens in partitions, partition namespaces, and namespaced partitions.
Unblocks LP#2069783
(CRAFT-3043)