Skip to content
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

fix: replace colons with hyphens in charm names #2060

Merged
merged 2 commits into from
Jan 6, 2025

Conversation

mr-cal
Copy link
Contributor

@mr-cal mr-cal commented Dec 20, 2024

Multi-base charms may have colons in their platform name. These get converted to hyphens because some environments don't allow colons in filenames.

Fixes #2057

Multi-base charms may have colons in their platform name. These get
converted to hyphens because some environments don't allow colons in
filenames.

Signed-off-by: Callahan Kovacs <[email protected]>
@mr-cal mr-cal marked this pull request as ready for review December 20, 2024 17:58
@mr-cal mr-cal requested a review from lengau as a code owner December 20, 2024 17:58
The package service will always have a platform, so the code to
generate the charm filenames can be simplified.

Signed-off-by: Callahan Kovacs <[email protected]>
Copy link
Collaborator

@lengau lengau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@lengau lengau requested a review from bepri December 20, 2024 20:59
Copy link
Contributor

@bepri bepri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎸

@lengau lengau merged commit 40a302b into main Jan 6, 2025
28 checks passed
@lengau lengau deleted the work/multi-base-charm-names branch January 6, 2025 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multi-base charm cannot be uploaded to GitHub Actions artifact
3 participants