aboutsummaryrefslogtreecommitdiff
path: root/bigtop.bom
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 /bigtop.bom
parent6b9f5278872495571191502ff93e0929bf34d434 (diff)
BIGTOP-2644. CI compiles random greenplum source
Diffstat (limited to 'bigtop.bom')
-rw-r--r--bigtop.bom6
1 files changed, 3 insertions, 3 deletions
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 }
}