Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0403B200C4B for ; Mon, 6 Mar 2017 02:42:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 027ED160B83; Mon, 6 Mar 2017 01:42:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 72D7E160B6B for ; Mon, 6 Mar 2017 02:42:01 +0100 (CET) Received: (qmail 79888 invoked by uid 500); 6 Mar 2017 01:42:00 -0000 Mailing-List: contact commits-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@bigtop.apache.org Delivered-To: mailing list commits@bigtop.apache.org Received: (qmail 79869 invoked by uid 99); 6 Mar 2017 01:42:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Mar 2017 01:42:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 52620DFEE9; Mon, 6 Mar 2017 01:42:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rvs@apache.org To: commits@bigtop.apache.org Date: Mon, 06 Mar 2017 01:42:00 -0000 Message-Id: <178051f8787246baa2a10d4c12ced57a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] bigtop git commit: BIGTOP-2644. CI compiles random greenplum source archived-at: Mon, 06 Mar 2017 01:42:02 -0000 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 Authored: Sun Mar 5 17:12:23 2017 -0800 Committer: Roman Shaposhnik 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 } } } }