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/03/16 02:54:15 UTC

[2/3] bigtop git commit: BIGTOP-2321. Add packaging code for HAWQ

BIGTOP-2321. Add packaging code for HAWQ

Switching to HAWQ-307 to continue with Ubuntu port


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

Branch: refs/heads/BIGTOP-2320
Commit: e3de664032ed95b1b8736d386a7a5404930f503c
Parents: 060085f
Author: Cos <co...@apache.org>
Authored: Tue Mar 15 20:52:51 2016 -0500
Committer: Cos <co...@apache.org>
Committed: Tue Mar 15 20:52:51 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/e3de6640/bigtop-packages/src/rpm/hawq/SPECS/hawq.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/hawq/SPECS/hawq.spec b/bigtop-packages/src/rpm/hawq/SPECS/hawq.spec
index 694d29d..0b17e84 100644
--- a/bigtop-packages/src/rpm/hawq/SPECS/hawq.spec
+++ b/bigtop-packages/src/rpm/hawq/SPECS/hawq.spec
@@ -22,7 +22,7 @@
 %define pids_hawq %{hawq_home}/pids
 %define man_dir %{_mandir}
 %define hawq_username hawq
-%define vcs_tag incubator-%{name}-master
+%define vcs_tag incubator-%{name}-HAWQ-307
 
 %define pxf %{hawq_home}/pxf
 
@@ -179,7 +179,6 @@ fi
 %defattr(-,root,root)
 %config(noreplace) %{_sysconfdir}/default/%{name}
 %{hawq_home}
-/usr/bin/%{name}
 %config(noreplace) %{etc_hawq_conf_dist}
 
 %files doc

http://git-wip-us.apache.org/repos/asf/bigtop/blob/e3de6640/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index bacd12c..f6fb404 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -426,8 +426,8 @@ bigtop {
       name     = 'hawq'
       relNotes = 'Apache HAWQ (incubating)'
       version { base = '2.0.0'; pkg = base; release = 1 }
-      tarball { source      = "master.tar.gz"
-                destination = "incubator-${name}-master.tar.gz" }
+      tarball { source      = "HAWQ-307.tar.gz"
+                destination = "incubator-${name}-HAWQ-307.tar.gz" }
       url     { download_path = "/apache/incubator-$name/archive"
                 site = "https://github.com/${download_path}"
                 archive = site }