mirror of https://github.com/apache/lucene.git
switched from looking for a .tgz.asc file to a .zip.asc file, so that this script can be used with versions older than 3.2.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131314 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
513113259a
commit
15f017079b
|
@ -51,7 +51,7 @@ my $previously_selected = select STDOUT;
|
|||
$| = 1; # turn off buffering of STDOUT, so status is printed immediately
|
||||
select $previously_selected;
|
||||
|
||||
my $apache_url_suffix = "lucene/java/$version/lucene-$version.tgz.asc";
|
||||
my $apache_url_suffix = "lucene/java/$version/lucene-$version.zip.asc";
|
||||
my $apache_mirrors_list_url = "http://www.apache.org/mirrors/";
|
||||
my $maven_url = "http://repo1.maven.org/maven2/org/apache/lucene/lucene-core/$version/lucene-core-$version.pom.asc";
|
||||
|
||||
|
|
Loading…
Reference in New Issue