Repository: bigtop Updated Branches: refs/heads/master a179150e4 -> f4c07545d
BIGTOP-2176. Package version of ignite-hadoop has illegal "-" character Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/f4c07545 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f4c07545 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f4c07545 Branch: refs/heads/master Commit: f4c07545db8a7f83031dd4b0c2850771340c56f4 Parents: a179150 Author: Konstantin Boudnik <[email protected]> Authored: Sun Dec 13 21:40:24 2015 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Sun Dec 13 21:40:24 2015 -0800 ---------------------------------------------------------------------- bigtop.bom | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/f4c07545/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index 508d351..d1b8cfc 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -130,10 +130,10 @@ bigtop { 'ignite-hadoop' { name = 'ignite-hadoop' relNotes = 'Apache Ignite in-memory data fabric' - version { base = '1.5.0-b1'; pkg = base; release = 1 } + version { base = '1.5.0.b1'; pkg = base; release = 1 } tarball { destination = "${name}-${version.base}.tar.gz" - source = "apache-ignite-${version.base}-src.zip" } - url { download_path = "/ignite/${version.base}/" + source = "apache-ignite-1.5.0-b1-src.zip" } + url { download_path = "/ignite/1.5.0-b1/" site = "${apache.APACHE_MIRROR}/${download_path}" archive = "${apache.APACHE_ARCHIVE}/${download_path}" } }
