You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2017/07/14 18:39:52 UTC

[3/3] lucene-solr:master: SOLR-10568: Add gpg key import note to the Jenkins script

SOLR-10568: Add gpg key import note to the Jenkins script


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/65cc88de
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/65cc88de
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/65cc88de

Branch: refs/heads/master
Commit: 65cc88de7ded52dd606cb7f0b01057c4e70ea568
Parents: 15e3e22
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Jul 14 14:39:08 2017 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Jul 14 14:39:40 2017 -0400

----------------------------------------------------------------------
 dev-tools/scripts/jenkins.build.ref.guide.sh | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/65cc88de/dev-tools/scripts/jenkins.build.ref.guide.sh
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/jenkins.build.ref.guide.sh b/dev-tools/scripts/jenkins.build.ref.guide.sh
index aaa01f1..0263ef3 100755
--- a/dev-tools/scripts/jenkins.build.ref.guide.sh
+++ b/dev-tools/scripts/jenkins.build.ref.guide.sh
@@ -9,6 +9,14 @@
 #
 # The script expects to be run in the top-level project directory.
 #
+# RVM will attempt to verify the signature on downloaded RVM software if
+# you have gpg or gpg2 installed.  If you do, as a one-time operation you
+# must import two keys (substitute gpg2 below if you have it installed):
+#
+#    gpg --keyserver hkp://keys.gnupg.net --recv-keys \
+#        409B6B1796C275462A1703113804BB82D39DC0E3     \
+#        7D2BAF1CF37B13E2069D6956105BD0E739499BDB
+#
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.