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:51 UTC

[2/3] lucene-solr:branch_7_0: 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/60fd4f29
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/60fd4f29
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/60fd4f29

Branch: refs/heads/branch_7_0
Commit: 60fd4f291a6da7b37b17cef8f6c00725bbda8fa1
Parents: 80a8829
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:31 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/60fd4f29/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.