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 <[email protected]> Authored: Sun Sep 13 01:11:05 2015 -0700 Committer: Konstantin Boudnik <[email protected]> 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"
