mirror of https://github.com/apache/lucene.git
Update URL to Lucene's KEYS file
This commit is contained in:
parent
093a8ce57c
commit
6ce6c01318
|
@ -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')
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue