You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ds...@apache.org on 2015/03/27 16:04:23 UTC

ambari git commit: AMBARI-10205 Incorrect description for ambari-metrics-assembly deb package (dsen)

Repository: ambari
Updated Branches:
  refs/heads/trunk 43e44d97b -> bc09eaa25


AMBARI-10205 Incorrect description for ambari-metrics-assembly deb package (dsen)


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

Branch: refs/heads/trunk
Commit: bc09eaa251faee01d8d92c66937b9540bf5ddc1f
Parents: 43e44d9
Author: Dmytro Sen <ds...@apache.org>
Authored: Fri Mar 27 17:03:02 2015 +0200
Committer: Dmytro Sen <ds...@apache.org>
Committed: Fri Mar 27 17:03:43 2015 +0200

----------------------------------------------------------------------
 ambari-metrics/ambari-metrics-assembly/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/bc09eaa2/ambari-metrics/ambari-metrics-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-metrics/ambari-metrics-assembly/pom.xml b/ambari-metrics/ambari-metrics-assembly/pom.xml
index e7054d6..cf7a92d 100644
--- a/ambari-metrics/ambari-metrics-assembly/pom.xml
+++ b/ambari-metrics/ambari-metrics-assembly/pom.xml
@@ -30,6 +30,7 @@
   <name>Ambari Metrics Assembly</name>
   <packaging>pom</packaging>
   <version>2.0.0-SNAPSHOT</version>
+  <description>Ambari Metrics</description>
 
   <properties>
     <collector.dir>${project.basedir}/../ambari-metrics-timelineservice</collector.dir>
@@ -40,6 +41,10 @@
     <kafka-sink.dir>${project.basedir}/../ambari-metrics-kafka-sink</kafka-sink.dir>
     <python.ver>python &gt;= 2.6</python.ver>
     <python.devel>python-devel</python.devel>
+    <deb.publisher>Apache</deb.publisher>
+    <deb.section>universe/admin</deb.section>
+    <deb.architecture>i386 amd64</deb.architecture>
+    <deb.priority>extra</deb.priority>
     <deb.python.ver>python (&gt;= 2.6)</deb.python.ver>
     <deb.architecture>amd64</deb.architecture>
     <deb.dependency.list>${deb.python.ver},python-dev,gcc</deb.dependency.list>