-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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)