You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2017/03/06 07:52:36 UTC

bigtop git commit: BIGTOP-2644. CI compiles random greenplum source

Repository: bigtop
Updated Branches:
  refs/heads/master 6b9f52788 -> bbe613d21


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/bbe613d2
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/bbe613d2
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/bbe613d2

Branch: refs/heads/master
Commit: bbe613d21d49efbeb911e16f91195c6e4972d4b0
Parents: 6b9f527
Author: Roman Shaposhnik <rv...@apache.org>
Authored: Sun Mar 5 23:20:24 2017 -0800
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Sun Mar 5 23:20:24 2017 -0800

----------------------------------------------------------------------
 bigtop-packages/src/rpm/gpdb/SPECS/gpdb.spec | 4 ++--
 bigtop.bom                                   | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/bbe613d2/bigtop-packages/src/rpm/gpdb/SPECS/gpdb.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/gpdb/SPECS/gpdb.spec b/bigtop-packages/src/rpm/gpdb/SPECS/gpdb.spec
index b2e082a..248058d 100644
--- a/bigtop-packages/src/rpm/gpdb/SPECS/gpdb.spec
+++ b/bigtop-packages/src/rpm/gpdb/SPECS/gpdb.spec
@@ -33,7 +33,7 @@ URL: https://github.com/greenplum-db/gpdb
 Group: Development/Libraries
 Buildroot: %{_topdir}/INSTALL/%{name}-%{version}
 License: ASL 2.0
-Source0: gpdb-%{gpdb_version}.tar.gz
+Source0: gpdb-%{gpdb_base_version}.tar.gz
 Source1: do-component-build
 Source2: install_gpdb.sh
 Source3: do-component-configure
@@ -43,7 +43,7 @@ AutoReqProv: %{autorequire}
 gpdb
 
 %prep
-%autosetup
+%setup -n %{name}-%{gpdb_base_version}
 
 %build
 bash %{SOURCE3} %{bin_gpdb}

http://git-wip-us.apache.org/repos/asf/bigtop/blob/bbe613d2/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index 7b8f2be..e99ca88 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -462,9 +462,9 @@ bigtop {
     'gpdb' {
       name    = 'gpdb'
       relNotes = 'GreenPlum'
-      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" }
+      version { base = '5.0.0-alpha.0'; pkg = '5.0.0+alpha.0'; release = 1 }
+      tarball { destination = "$name-${version.base}.tar.gz"
+                source      = "${version.base}.tar.gz" }
       url     { site = "https://github.com/greenplum-db/gpdb/archive/"
                 archive = site }
     }