You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2015/09/13 23:21:27 UTC

[1/3] bigtop git commit: BIGTOP-2041. Spark pkg name is incorrect

Repository: bigtop
Updated Branches:
  refs/heads/master c77c47894 -> fba7c1d43


BIGTOP-2041. Spark pkg name is incorrect


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

Branch: refs/heads/master
Commit: 723c1d9943e3d344c37093a936f975ca6566524e
Parents: b1f743a
Author: Konstantin Boudnik <co...@apache.org>
Authored: Sun Sep 13 01:11:05 2015 -0700
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Sun Sep 13 14:20:59 2015 -0700

----------------------------------------------------------------------
 bigtop.bom | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/723c1d99/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index f4489f9..8844c2b 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -261,6 +261,7 @@ bigtop {
     }
     'spark' {
       name    = 'spark'
+      pkg     = 'spark-core'
       relNotes = 'Apache Spark'
       version { base = '1.3.1'; pkg = base; release = 1 }
       tarball { destination = "$name-${version.base}.tar.gz"


[2/3] bigtop git commit: BIGTOP-2039. Solr download URL is incorrect

Posted by co...@apache.org.
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 <co...@apache.org>
Authored: Sun Sep 13 00:59:57 2015 -0700
Committer: Konstantin Boudnik <co...@apache.org>
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}" }
     }


[3/3] bigtop git commit: BIGTOP-2042. Tachyon name is incorrect

Posted by co...@apache.org.
BIGTOP-2042. Tachyon name is incorrect


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

Branch: refs/heads/master
Commit: fba7c1d4333d2855bf3225cd312fb8a143339de5
Parents: 723c1d9
Author: Konstantin Boudnik <co...@apache.org>
Authored: Sun Sep 13 01:15:13 2015 -0700
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Sun Sep 13 14:21:01 2015 -0700

----------------------------------------------------------------------
 bigtop.bom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/fba7c1d4/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index 8844c2b..bb7d720 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -324,7 +324,7 @@ bigtop {
     }
     'tachyon' {
       name    = "tachyon"
-      name    = "tachyon-tfs"
+      pkg     = "tachyon-tfs"
       relNotes = "Tachyon: a memory-centric distributed file system"
       version { base = '0.6.0'; pkg = base; release = 1 }
       tarball { destination = "$name-${version.base}.tar.gz"