You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2016/02/11 09:12:16 UTC

[3/3] bigtop git commit: BIGTOP-2321. Use GH tag to grab the sources of the component

BIGTOP-2321. Use GH tag to grab the sources of the component

Until an official release is available from the incubator


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/25ba61ac
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/25ba61ac
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/25ba61ac

Branch: refs/heads/BIGTOP-2320
Commit: 25ba61acb6165d33a1c133bff4605e9adef0d3e7
Parents: 6e69e4d
Author: Konstantin Boudnik <co...@apache.org>
Authored: Thu Feb 11 11:10:50 2016 +0300
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Thu Feb 11 11:10:50 2016 +0300

----------------------------------------------------------------------
 bigtop.bom | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/25ba61ac/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index 49fe575..17cb333 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -405,11 +405,11 @@ bigtop {
       name     = 'hawq'
       relNotes = 'Apache HAWQ (incubating)'
       version { base = '2.0.0'; pkg = base; release = 1 }
-      tarball { source      = "$name-${version.base}-incubating.zip"
+      tarball { source      = "${version.base}-beta-incubating-RC4.tar.gz"
                 destination = "$name-${version.base}.tar.gz" }
-      url     { download_path = "/incubator/$name/${version.base}-incubating/"
-                site = "${apache.APACHE_MIRROR}/${download_path}"
-                archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
+      url     { download_path = "/apache/incubator-$name/archive"
+                site = "https://github.com/${download_path}"
+                archive = site }
     }
   }
 }