-
Notifications
You must be signed in to change notification settings - Fork 55
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
Replace special characters in package version #2683
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
|
Robot Results
|
e5d734c
to
43c5c13
Compare
43c5c13
to
6df6469
Compare
You have to add |
Good point. I overlooked this…or maybe we could modify the default setting to include a naming convention or even better filter by maintainer |
fed8e29
to
0bc0352
Compare
0bc0352
to
38cbde7
Compare
Signed-off-by: Krzysztof Piotrowski <[email protected]>
38cbde7
to
61b0686
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.
Tests (including generation of test files) looks good.
61b0686
to
383181d
Compare
Signed-off-by: Krzysztof Piotrowski <[email protected]>
383181d
to
ae817d0
Compare
@Ruadhri17 Here is the git patch to fix the issue:
|
Signed-off-by: Reuben Miller <[email protected]>
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.
Approved
I was able to apply the patch myself (after disabling the git-lfs pre-commit hook which was previously blocking me to do so) |
Proposed changes
This PR provides a quick fix to the tedge-apt-plugin bug, which prevents the package installation if it contains a colon character. More in #2666.
Types of changes
Paste Link to the issue
Checklist
cargo fmt
as mentioned in CODING_GUIDELINEScargo clippy
as mentioned in CODING_GUIDELINESFurther comments