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

Makefile: ensure redact_safe.md generation is stable #50205

Merged
merged 1 commit into from
Jun 15, 2020

Conversation

knz
Copy link
Contributor

@knz knz commented Jun 15, 2020

Fixes #50146

On some platforms, the default behavior of git grep is to number
the lines (i.e. -n is implicitly added).

This patch makes the -n explicit and tweaks the sed patterns to
ensure that the behavior is stable.

Release note: None

On some platforms, the default behavior of `git grep` is to number
the lines (i.e. `-n` is implicitly added).

This patch makes the `-n` explicit and tweaks the sed patterns to
ensure that the behavior is stable.

Release note: None
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@knz knz requested a review from irfansharif June 15, 2020 15:33
@knz
Copy link
Contributor Author

knz commented Jun 15, 2020

@RichardJCai confirms there's no diff on his computer after applying this patch.

@RichardJCai you can also review this :)

Copy link
Contributor

@RichardJCai RichardJCai left a comment

Choose a reason for hiding this comment

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

LGTM

@knz
Copy link
Contributor Author

knz commented Jun 15, 2020

thanks

bors r=RichardJCai

@craig
Copy link
Contributor

craig bot commented Jun 15, 2020

Build failed (retrying...)

@craig
Copy link
Contributor

craig bot commented Jun 15, 2020

Build failed (retrying...)

@craig
Copy link
Contributor

craig bot commented Jun 15, 2020

Build succeeded

@craig craig bot merged commit 5cff000 into cockroachdb:master Jun 15, 2020
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.

Incompatible redact_safe.md generated on mac
3 participants