You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ad...@apache.org on 2017/06/15 10:12:39 UTC

[1/2] ambari git commit: AMBARI-21246. Build creates tarball twice

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 a262118ff -> 43f7a4ce4
  refs/heads/trunk 49f6b8005 -> d06fba350


AMBARI-21246. Build creates tarball twice


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

Branch: refs/heads/trunk
Commit: d06fba3506c1e60cbf8a0e737f65c7f842f8402f
Parents: 49f6b80
Author: Attila Doroszlai <ad...@hortonworks.com>
Authored: Wed Jun 14 16:39:10 2017 +0200
Committer: Attila Doroszlai <ad...@hortonworks.com>
Committed: Thu Jun 15 11:53:57 2017 +0200

----------------------------------------------------------------------
 ambari-agent/pom.xml  | 2 +-
 ambari-server/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/d06fba35/ambari-agent/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml
index c1cb056..7690fcf 100644
--- a/ambari-agent/pom.xml
+++ b/ambari-agent/pom.xml
@@ -453,7 +453,7 @@
         </configuration>
         <executions>
           <execution>
-            <id>build-tarball</id>
+            <id>make-assembly</id>
             <phase>${assemblyPhase}</phase>
             <goals>
               <goal>single</goal>

http://git-wip-us.apache.org/repos/asf/ambari/blob/d06fba35/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index ac78595..ca3b2da 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -182,7 +182,7 @@
         </configuration>
         <executions>
           <execution>
-            <id>build-tarball</id>
+            <id>make-assembly</id>
             <phase>${assemblyPhase}</phase>
             <goals>
               <goal>single</goal>


[2/2] ambari git commit: AMBARI-21246. Build creates tarball twice

Posted by ad...@apache.org.
AMBARI-21246. Build creates tarball twice


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

Branch: refs/heads/branch-2.5
Commit: 43f7a4ce459dcc9c58d208e3c4fee6ce63d55973
Parents: a262118
Author: Attila Doroszlai <ad...@hortonworks.com>
Authored: Wed Jun 14 16:39:10 2017 +0200
Committer: Attila Doroszlai <ad...@hortonworks.com>
Committed: Thu Jun 15 12:07:04 2017 +0200

----------------------------------------------------------------------
 ambari-agent/pom.xml  | 2 +-
 ambari-server/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/43f7a4ce/ambari-agent/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml
index 9e5b69c..8de433c 100644
--- a/ambari-agent/pom.xml
+++ b/ambari-agent/pom.xml
@@ -450,7 +450,7 @@
         </configuration>
         <executions>
           <execution>
-            <id>build-tarball</id>
+            <id>make-assembly</id>
             <phase>${assemblyPhase}</phase>
             <goals>
               <goal>single</goal>

http://git-wip-us.apache.org/repos/asf/ambari/blob/43f7a4ce/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 9e0cad2..38fa81e 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -172,7 +172,7 @@
         </configuration>
         <executions>
           <execution>
-            <id>build-tarball</id>
+            <id>make-assembly</id>
             <phase>${assemblyPhase}</phase>
             <goals>
               <goal>single</goal>