-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[HBASE-22852] Stop gpg agent daemons in hbase nightlies. #525
Conversation
Once reviewed, I will create PR for other branches. |
This comment has been minimized.
This comment has been minimized.
you shouldn't need to do this unless the committer who applies your patch asks for it. by default we push to all applicable branches. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
What you think @busbey ? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
🎊 +1 overall
This message was automatically generated. |
It looks fine, I haven't gotten to try it out to confirm it works. If someone else did, don't let me hold you up. |
I verified that we are shutting down the ggp agent with the following small extracted version of dev-support/jenkins-scripts/cache-apache-project-artifact.sh. ----------- Start test program ------------------- function cleanup {
} rm -rf /Users/rushabh.shah/gpg-test/.gpg curl -L --fail -o /Users/rushabh.shah/gpg-test/artifact.asc "https://archive.apache.org/dist/hadoop/common/hadoop-2.8.5/hadoop-2.8.5.tar.gz.asc" gpg --homedir /Users/rushabh.shah/gpg-test/.gpg --import /Users/rushabh.shah/gpg-test/KEYS echo "verifying artifact signature" Below is the output of the program. (base) rushabhshah-ltm:gpg-test rushabh.shah$ sh test-gpg-kill.sh @saintstack @busbey Hope this testing helps. |
Signed-off-by: Stack <stack@apache.org> Signed-off-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Stack <stack@apache.org> Signed-off-by: Sean Busbey <busbey@apache.org> (cherry picked from commit 0438fdc)
Signed-off-by: Stack <stack@apache.org> Signed-off-by: Sean Busbey <busbey@apache.org> (cherry picked from commit 0438fdc)
Signed-off-by: Stack <stack@apache.org> Signed-off-by: Sean Busbey <busbey@apache.org> (cherry picked from commit 0438fdc)
https://issues.apache.org/jira/browse/HBASE-22852
@busbey please review.