Repository: bigtop Updated Branches: refs/heads/master 9e324fe9f -> e3485b9cb
BIGTOP-2644. CI compiles random greenplum source Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/ab38ef37 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/ab38ef37 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/ab38ef37 Branch: refs/heads/master Commit: ab38ef371a5d38bc8ee9c8b4c23c083baf3bb604 Parents: 9e324fe Author: Roman Shaposhnik <[email protected]> Authored: Sun Mar 5 17:12:23 2017 -0800 Committer: Roman Shaposhnik <[email protected]> Committed: Sun Mar 5 17:12:23 2017 -0800 ---------------------------------------------------------------------- bigtop.bom | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/ab38ef37/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index 0398e0e..7b8f2be 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -462,12 +462,11 @@ bigtop { 'gpdb' { name = 'gpdb' relNotes = 'GreenPlum' - version { base = '4.3.99.0'; pkg = base; release = 1 } - tarball { source = "master.zip" + version { base = '5.0.0.alpha.0'; pkg = base; release = 1 } + tarball { source = "5.0.0-alpha.0.tar.gz" destination = "$name-${version.base}.tar.gz" } - url { download_path = "pub/greenplum/$name/" - site = "https://github.com/greenplum-db/gpdb/archive" - archive = "site" } + url { site = "https://github.com/greenplum-db/gpdb/archive/" + archive = site } } } }
