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 D6924200C28 for ; Mon, 13 Mar 2017 21:37:40 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D53E0160B6C; Mon, 13 Mar 2017 20:37:40 +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 29E44160B5D for ; Mon, 13 Mar 2017 21:37:40 +0100 (CET) Received: (qmail 28813 invoked by uid 500); 13 Mar 2017 20:37:39 -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 28804 invoked by uid 99); 13 Mar 2017 20:37:39 -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, 13 Mar 2017 20:37:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 45B76DFE61; Mon, 13 Mar 2017 20:37:39 +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 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: bigtop git commit: BIGTOP-2670. Bump up Apache Apex version to 3.5.0 Date: Mon, 13 Mar 2017 20:37:39 +0000 (UTC) archived-at: Mon, 13 Mar 2017 20:37:41 -0000 Repository: bigtop Updated Branches: refs/heads/master 22ca807de -> bbf53b727 BIGTOP-2670. Bump up Apache Apex version to 3.5.0 Upgrading Apex to 3.5.0 Closes #180 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/bbf53b72 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/bbf53b72 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/bbf53b72 Branch: refs/heads/master Commit: bbf53b7271418165291eeb8d31019882d734d875 Parents: 22ca807 Author: chinmaykolhatkar Authored: Fri Feb 24 12:35:53 2017 +0530 Committer: Roman Shaposhnik Committed: Mon Mar 13 12:35:15 2017 -0700 ---------------------------------------------------------------------- bigtop-packages/src/rpm/apex/SPECS/apex.spec | 2 +- bigtop.bom | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/bbf53b72/bigtop-packages/src/rpm/apex/SPECS/apex.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/apex/SPECS/apex.spec b/bigtop-packages/src/rpm/apex/SPECS/apex.spec index 65cd9bb..210f2e9 100644 --- a/bigtop-packages/src/rpm/apex/SPECS/apex.spec +++ b/bigtop-packages/src/rpm/apex/SPECS/apex.spec @@ -57,7 +57,7 @@ Apache Apex includes following key features: * Hadoop-native YARN & HDFS implementation %prep -%setup -n %{name}-%{apex_base_version} +%setup -n apache-%{name}-core-%{apex_base_version} %build env APEX_VERSION=%{apex_base_version} bash %{SOURCE1} http://git-wip-us.apache.org/repos/asf/bigtop/blob/bbf53b72/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index 1874d19..28b54f2 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -443,10 +443,10 @@ bigtop { 'apex' { name = 'apex' relNotes = 'Apache Apex' - version { base = '3.4.0'; pkg = base; release = 1 } - tarball { source = "$name-${version.base}-source-release.tar.gz" + version { base = '3.5.0'; pkg = base; release = 1 } + tarball { source = "apache-$name-core-${version.base}-source-release.tar.gz" destination = "$name-${version.base}.tar.gz" } - url { download_path = "/incubator/$name/v${version.base}/" + url { download_path = "/$name/apache-$name-core-${version.base}/" site = "${apache.APACHE_MIRROR}/${download_path}" archive = "${apache.APACHE_ARCHIVE}/${download_path}" } }