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

[NCL-8302] Build Finder cannot find signed binaries in Brew #886

Merged
merged 7 commits into from
Nov 28, 2023

Conversation

vibe13
Copy link
Contributor

@vibe13 vibe13 commented Nov 20, 2023

With this improvement, the aim is to find additional binaries built from source in Koji, running another search over the binaries which were not found using the provided MD5 checksum, by using the SHA256 checksum. This happens when binaries are signed and are not searchable anymore by MD5, but can be found by SHA256.

Copy link
Collaborator

@janinko janinko left a comment

Choose a reason for hiding this comment

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

If you will improve code quality in copied piece of code, please do the same improvements in the original code too.

…reviews; refactoring to remove some duplicated code; removal of unnecessary cleanup method after the local archives of build zero match was fixed
@vibe13
Copy link
Contributor Author

vibe13 commented Nov 27, 2023

@dwalluck Hi David! Are you ok in merging this one? I will probably open some more PRs to fix other issues

pom.xml.bak Outdated Show resolved Hide resolved
pom.xml Outdated
Copy link
Collaborator

Choose a reason for hiding this comment

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

It's possible to leave out this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Last time I did not push it, the CI build complained.

@dwalluck dwalluck merged commit 52d4288 into project-ncl:master Nov 28, 2023
8 checks passed
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.

3 participants