BIGTOP-2039. Solr download URL is incorrect

Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/b1f743af
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/b1f743af
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/b1f743af

Branch: refs/heads/master
Commit: b1f743af0885fb2e4d8c09b9fe6ead29b265a25f
Parents: c77c478
Author: Konstantin Boudnik <[email protected]>
Authored: Sun Sep 13 00:59:57 2015 -0700
Committer: Konstantin Boudnik <[email protected]>
Committed: Sun Sep 13 14:20:59 2015 -0700

----------------------------------------------------------------------
 bigtop.bom | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/b1f743af/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index b3dd684..f4489f9 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -243,9 +243,9 @@ bigtop {
       name    = 'solr'
       relNotes = 'Apache Solr'
       version { base = '4.9.0'; pkg = base; release = 1 }
-      tarball { destination = "$name-${version.base}-src.tar.gz"
+      tarball { destination = "$name-${version.base}-src.tgz"
                 source      = destination }
-      url     { download_path = "/lucene/$name/${version.base}/"
+      url     { download_path = "lucene/$name/${version.base}"
                 site = "${apache.APACHE_MIRROR}/${download_path}"
                 archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
     }

Reply via email to