Update URL to Lucene's KEYS file

This commit is contained in:
Uwe Schindler 2016-03-07 11:21:12 +01:00
parent 093a8ce57c
commit 6ce6c01318
3 changed files with 3 additions and 3 deletions

View File

@ -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')

View File

@ -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>

View File

@ -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>