-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add clarification about how to calculate the MD5 #16848
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
2d7c5e3
to
7ec43c9
Compare
The CLA bot seems broken. I have signed and added a GitHub username but rescanning doesn't help. :) |
7ec43c9
to
df65791
Compare
I'm not entirely sure it matters, but did you also sign the CLA for the email used in the commit? |
Yep! That's what is so odd about it. My email in the commit matches that of the login (https://cla.developers.google.com/clas). I tried to see if it was a caching bug but the problem still persists. |
Adding https://patch-diff.githubusercontent.com/raw/bazelbuild/bazel/pull/16848.patch also shows my gmail address tied to CLA. So something is wrong with the bot? |
@rogerhu Can you please sign CLA with the below email used. Thanks! |
@rogerhu I triggered the CLA check again, it seems to work now! |
Thank you! |
I was trying to do
echo $PWD | md5sum
before stumbling upon this Stack Overflow article - https://stackoverflow.com/a/69816424