You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2012/06/24 22:41:19 UTC

svn commit: r1353325 - in /incubator/bigtop/trunk: bigtop-packages/src/deb/hue/control bigtop-packages/src/deb/hue/hue-common.postrm bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml

Author: rvs
Date: Sun Jun 24 20:41:18 2012
New Revision: 1353325

URL: http://svn.apache.org/viewvc?rev=1353325&view=rev
Log:
BIGTOP-646. update metadata for Hue in the package testing manifest

Modified:
    incubator/bigtop/trunk/bigtop-packages/src/deb/hue/control
    incubator/bigtop/trunk/bigtop-packages/src/deb/hue/hue-common.postrm
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml

Modified: incubator/bigtop/trunk/bigtop-packages/src/deb/hue/control
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/deb/hue/control?rev=1353325&r1=1353324&r2=1353325&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/deb/hue/control (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/deb/hue/control Sun Jun 24 20:41:18 2012
@@ -40,13 +40,14 @@ Package: hue
 Architecture: all
 Depends: hue-common (= ${source:Version}), hue-server (= ${source:Version}), hue-beeswax (= ${source:Version})
 Description: The hue metapackage
- .
+ Hue is a browser-based desktop interface for interacting with Hadoop.
+ It supports a file browser, job tracker interface, cluster health monitor, and more.
 
 Package: hue-server
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, hue-common (= ${source:Version})
-Description: The server scripts for Hue.
- This only has the initscript.
+Description: Service Scripts for Hue
+ This package provides the service scripts for Hue server.
 
 Package: hue-beeswax
 Architecture: all

Modified: incubator/bigtop/trunk/bigtop-packages/src/deb/hue/hue-common.postrm
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/deb/hue/hue-common.postrm?rev=1353325&r1=1353324&r2=1353325&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/deb/hue/hue-common.postrm (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/deb/hue/hue-common.postrm Sun Jun 24 20:41:18 2012
@@ -36,7 +36,7 @@ set -e
 
 
 case "$1" in
-    remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+    remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear|purge)
         if [ -d /usr/lib/hue ] ; then
                 find /usr/lib/hue -name \*.py[co] -exec rm -f {} \;
         fi

Modified: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml?rev=1353325&r1=1353324&r2=1353325&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml (original)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml Sun Jun 24 20:41:18 2012
@@ -887,8 +887,8 @@ It supports a file browser, job tracker 
     <hue-conf>
       <status>auto</status>
       <link>/etc/hue/conf</link>
-      <value>/etc/hue/conf.dist</value>
-      <alt>/etc/hue/conf.dist</alt>
+      <value>/etc/hue/conf.empty</value>
+      <alt>/etc/hue/conf.empty</alt>
     </hue-conf>
   </alternatives>
 </hue-common>
@@ -920,7 +920,7 @@ and import and export data.</description
 <hue>
   <metadata>
     <summary>The hue metapackage</summary>
-    <description>Will install the entire set of hue and its plugins/applications</description>
+    <description>Hue is a browser-based desktop interface for interacting with Hadoop. It supports a file browser, job tracker interface, cluster health monitor, and more.</description>
     <url>http://github.com/cloudera/hue</url>
   </metadata>
   <deps>