You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2016/03/07 11:21:22 UTC

lucene-solr git commit: Update URL to Lucene's KEYS file

Repository: lucene-solr
Updated Branches:
  refs/heads/master 093a8ce57 -> 6ce6c0131


Update URL to Lucene's KEYS file


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

Branch: refs/heads/master
Commit: 6ce6c01318182a36214e03a3c8e6c602a46024f4
Parents: 093a8ce
Author: Uwe Schindler <us...@apache.org>
Authored: Mon Mar 7 11:21:12 2016 +0100
Committer: Uwe Schindler <us...@apache.org>
Committed: Mon Mar 7 11:21:12 2016 +0100

----------------------------------------------------------------------
 dev-tools/scripts/buildAndPushRelease.py | 2 +-
 lucene/build.xml                         | 2 +-
 solr/build.xml                           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6ce6c013/dev-tools/scripts/buildAndPushRelease.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/buildAndPushRelease.py b/dev-tools/scripts/buildAndPushRelease.py
index 8a6d6ba..396a076 100644
--- a/dev-tools/scripts/buildAndPushRelease.py
+++ b/dev-tools/scripts/buildAndPushRelease.py
@@ -187,7 +187,7 @@ def pushLocal(version, root, rev, rcNum, localDir):
   os.remove('%s/solr/package/solr.tar.bz2' % root)
 
   print('  KEYS')
-  run('wget http://people.apache.org/keys/group/lucene.asc')
+  run('wget http://home.apache.org/keys/group/lucene.asc')
   os.rename('lucene.asc', 'KEYS')
   run('chmod a+r-w KEYS')
   run('cp KEYS ../lucene')

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6ce6c013/lucene/build.xml
----------------------------------------------------------------------
diff --git a/lucene/build.xml b/lucene/build.xml
index 117059e..08b2c36 100644
--- a/lucene/build.xml
+++ b/lucene/build.xml
@@ -395,7 +395,7 @@
 
   <!-- copy KEYS to the release folder -->
   <target name="-dist-keys">
-   <get src="http://people.apache.org/keys/group/lucene.asc" 
+   <get src="http://home.apache.org/keys/group/lucene.asc" 
         dest="${dist.dir}/KEYS"/>
   </target>
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6ce6c013/solr/build.xml
----------------------------------------------------------------------
diff --git a/solr/build.xml b/solr/build.xml
index 1ab1a92..218bf8c 100644
--- a/solr/build.xml
+++ b/solr/build.xml
@@ -444,7 +444,7 @@
 
   <!-- copy KEYS to the release folder -->
   <target name="-dist-keys">
-   <get src="http://people.apache.org/keys/group/lucene.asc" 
+   <get src="http://home.apache.org/keys/group/lucene.asc" 
         dest="${package.dir}/KEYS"/>
   </target>