aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Shaposhnik <rvs@apache.org>2017-03-05 23:20:24 -0800
committerRoman Shaposhnik <rvs@apache.org>2017-03-05 23:20:24 -0800
commitbbe613d21d49efbeb911e16f91195c6e4972d4b0 (patch)
tree3fd973030533b6490ec01191984186395ec76997
parent6b9f5278872495571191502ff93e0929bf34d434 (diff)
BIGTOP-2644. CI compiles random greenplum source
-rw-r--r--bigtop-packages/src/rpm/gpdb/SPECS/gpdb.spec4
-rw-r--r--bigtop.bom6
2 files changed, 5 insertions, 5 deletions
diff --git a/bigtop-packages/src/rpm/gpdb/SPECS/gpdb.spec b/bigtop-packages/src/rpm/gpdb/SPECS/gpdb.spec
index b2e082a4..248058d3 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}
diff --git a/bigtop.bom b/bigtop.bom
index 7b8f2be4..e99ca886 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 }
}