This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/bigtop.git

commit 2c1fc4e097b84bb60bab3e961655c52a77aebee7
Author: Kengo Seki <[email protected]>
AuthorDate: Mon Jun 28 11:05:07 2021 +0900

    BIGTOP-3562. Building Logstash is failing due to the unavailability of 
keyserver. (#791)
    
    
    (cherry picked from commit 3cb84ddcff0f2a0e80b916ec71895b58b53c623e)
---
 bigtop-packages/src/common/logstash/do-component-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop-packages/src/common/logstash/do-component-build 
b/bigtop-packages/src/common/logstash/do-component-build
index 4f63607..143c778 100644
--- a/bigtop-packages/src/common/logstash/do-component-build
+++ b/bigtop-packages/src/common/logstash/do-component-build
@@ -35,7 +35,7 @@ case ${ID}-${VERSION_ID} in
 esac
 
 # Install ruby-2.4.0 to build Logstash
-gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys 
409B6B1796C275462A1703113804BB82D39DC0E3 
7D2BAF1CF37B13E2069D6956105BD0E739499BDB
+curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import -
 curl -sSL https://get.rvm.io | bash -s stable
 if ((UID == 0))
 then

Reply via email to