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

Remove slashes between scheme and type to make purl's compliant #1011

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

jcrossley3
Copy link
Contributor

Fixes #1004

Copy link
Collaborator

@JimFuller-RedHat JimFuller-RedHat left a comment

Choose a reason for hiding this comment

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

the power of grep ;) LGTM!

Signed-off-by: Jim Crossley <[email protected]>
@jcrossley3
Copy link
Contributor Author

jcrossley3 commented Nov 15, 2024

the power of grep ;) LGTM!

perl -p -i -e 's/pkg:\/\//pkg:/g' `find . -name *.rs`

Copy link
Contributor

@ctron ctron left a comment

Choose a reason for hiding this comment

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

Big +1 for using Perl in the process!

@jcrossley3 jcrossley3 added this pull request to the merge queue Nov 15, 2024
Merged via the queue into trustification:main with commit 1131075 Nov 15, 2024
3 checks passed
@jcrossley3 jcrossley3 deleted the 1004 branch November 15, 2024 15:57
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.

PURLs aren't compliant with PURL specs
3 participants