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

Fixes #166 Made it easier to get hashes #171

Merged
merged 1 commit into from
Mar 12, 2018
Merged

Conversation

mikewalch
Copy link
Member

No description provided.

Copy link
Contributor

@keith-turner keith-turner left a comment

Choose a reason for hiding this comment

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

life just got a bit easier

@mikewalch mikewalch merged commit 3d14ffd into apache:master Mar 12, 2018
@mikewalch mikewalch deleted the uno-166 branch March 12, 2018 19:38
@milleruntime
Copy link
Contributor

I was just curious... Why didn't you make one file with all the hashes in it?

Copy link
Member

@ctubbsii ctubbsii left a comment

Choose a reason for hiding this comment

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

Should use fgrep (or grep -F), not grep, since versions contain dots, and these patterns could easily be found in long strings of hashes if the dots are matched to "any character". Should also use a different delimiter, like :, instead of space, so you can include that in the grep pattern, because you can't use ^ with -F.

@mikewalch
Copy link
Member Author

I created #172 to address both of your concerns.

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.

4 participants