aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Shaposhnik <rvs@apache.org>2017-03-05 17:12:23 -0800
committerRoman Shaposhnik <rvs@apache.org>2017-03-05 17:12:23 -0800
commitab38ef371a5d38bc8ee9c8b4c23c083baf3bb604 (patch)
treed33151ef9f26c832e35cb4adff3df7cdf8986200
parent9e324fe9fb3f2145bbefe9fccabcdb519c50ed9f (diff)
BIGTOP-2644. CI compiles random greenplum source
-rw-r--r--bigtop.bom9
1 files changed, 4 insertions, 5 deletions
diff --git a/bigtop.bom b/bigtop.bom
index 0398e0e0..7b8f2be4 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 }
}
}
}