Return-Path: X-Original-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D37CB98EA for ; Sun, 24 Jun 2012 20:41:44 +0000 (UTC) Received: (qmail 82083 invoked by uid 500); 24 Jun 2012 20:41:44 -0000 Delivered-To: apmail-incubator-bigtop-commits-archive@incubator.apache.org Received: (qmail 82042 invoked by uid 500); 24 Jun 2012 20:41:44 -0000 Mailing-List: contact bigtop-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@incubator.apache.org Delivered-To: mailing list bigtop-commits@incubator.apache.org Received: (qmail 82025 invoked by uid 99); 24 Jun 2012 20:41:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jun 2012 20:41:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jun 2012 20:41:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E0A65238890B; Sun, 24 Jun 2012 20:41:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: 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 Date: Sun, 24 Jun 2012 20:41:19 -0000 To: bigtop-commits@incubator.apache.org From: rvs@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120624204119.E0A65238890B@eris.apache.org> 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 auto /etc/hue/conf - /etc/hue/conf.dist - /etc/hue/conf.dist + /etc/hue/conf.empty + /etc/hue/conf.empty @@ -920,7 +920,7 @@ and import and export data. The hue metapackage - Will install the entire set of hue and its plugins/applications + Hue is a browser-based desktop interface for interacting with Hadoop. It supports a file browser, job tracker interface, cluster health monitor, and more. http://github.com/cloudera/hue