Uh oh!
There was an error while loading. Please reload this page.
[HBASE-22852] Stop gpg agent daemons in hbase nightlies. - #525
Conversation
shahrs87
commented
Aug 22, 2019
Once reviewed, I will create PR for other branches. |
This comment has been minimized.
This comment has been minimized.
busbey
commented
Aug 23, 2019
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
saintstack
commented
Aug 24, 2019
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.
Apache-HBase
commented
Aug 25, 2019
🎊 +1 overall
This message was automatically generated. |
busbey
commented
Aug 25, 2019
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. |
shahrs87
commented
Aug 26, 2019
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.