Repository: bigtop Updated Branches: refs/heads/master cb5983eed -> 772ff0b6f
BIGTOP-2149. Zeppeling 0.5.5 has been officially released. Change the source ref Signed-off-by: Konstantin Boudnik <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/772ff0b6 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/772ff0b6 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/772ff0b6 Branch: refs/heads/master Commit: 772ff0b6fa9d9e8707ccedf3828c037d4d6dd054 Parents: cb5983e Author: Sergey Soldatov <[email protected]> Authored: Tue Nov 17 22:06:07 2015 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Tue Nov 17 23:15:36 2015 -0800 ---------------------------------------------------------------------- bigtop.bom | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/772ff0b6/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index 7b08952..dacfb4e 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -394,11 +394,11 @@ bigtop { name = 'zeppelin' relNotes = 'Apache Zeppelin (incubating)' version { base = '0.5.5'; pkg = base; release = 1 } - tarball { source = "branch-${version.base}.zip" + tarball { source = "$name-${version.base}-incubating.tgz" destination = "$name-${version.base}.tar.gz" } - url { download_path = "apache/incubator-zeppelin/archive" - site = "https://github.com/${download_path}" - archive = site } + url { download_path = "/incubator/$name/${version.base}-incubating/" + site = "${apache.APACHE_MIRROR}/${download_path}" + archive = "${apache.APACHE_ARCHIVE}/${download_path}" } } } }
