You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by el...@apache.org on 2015/01/29 18:23:38 UTC

[15/28] incubator-slider git commit: SLIDER-641. Remove agent/slider-agent.tar.gz from slider tarball

SLIDER-641. Remove agent/slider-agent.tar.gz from slider tarball


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

Branch: refs/heads/develop
Commit: ae1077db9a5cc5a74402e1e37551286193c0c3bd
Parents: b74b1f5
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Thu Jan 22 18:05:50 2015 -0800
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Thu Jan 22 18:05:50 2015 -0800

----------------------------------------------------------------------
 slider-assembly/pom.xml                        | 17 -----------------
 slider-assembly/src/assembly/slider-bin.xml    |  5 -----
 slider-assembly/src/assembly/verifications.xml |  4 ----
 3 files changed, 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ae1077db/slider-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/slider-assembly/pom.xml b/slider-assembly/pom.xml
index 3e5d9ed..6cb9128 100644
--- a/slider-assembly/pom.xml
+++ b/slider-assembly/pom.xml
@@ -373,23 +373,6 @@
                   </sources>
                 </mapping>
 
-                <!-- agent -->
-                <mapping>
-                  <directory>${rpm.agentdir}</directory>
-                  <filemode>0755</filemode>
-                  <username>${rpm.username}</username>
-                  <groupname>${rpm.groupname}</groupname>
-                  <directoryIncluded>false</directoryIncluded>
-                  <sources>
-                    <source>
-                      <location>${project.build.directory}/agent</location>
-                      <includes>
-                        <include>slider-agent.tar.gz</include>
-                      </includes>
-                    </source>
-                  </sources>
-                </mapping>
-
                 <!-- agent.ini -->
                 <mapping>
                   <directory>${rpm.agentdir}/conf</directory>

http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ae1077db/slider-assembly/src/assembly/slider-bin.xml
----------------------------------------------------------------------
diff --git a/slider-assembly/src/assembly/slider-bin.xml b/slider-assembly/src/assembly/slider-bin.xml
index f13f5df..c1eb499 100644
--- a/slider-assembly/src/assembly/slider-bin.xml
+++ b/slider-assembly/src/assembly/slider-bin.xml
@@ -78,11 +78,6 @@
       <source>${project.build.directory}/agent/slider-agent.tar.gz</source>
       <outputDirectory>lib</outputDirectory>
     </file>
-
-    <file>
-      <source>${project.build.directory}/agent/slider-agent.tar.gz</source>
-      <outputDirectory>agent</outputDirectory>
-    </file>
     
   </files>
   <dependencySets>

http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ae1077db/slider-assembly/src/assembly/verifications.xml
----------------------------------------------------------------------
diff --git a/slider-assembly/src/assembly/verifications.xml b/slider-assembly/src/assembly/verifications.xml
index 920fedb..8826eac 100644
--- a/slider-assembly/src/assembly/verifications.xml
+++ b/slider-assembly/src/assembly/verifications.xml
@@ -26,9 +26,5 @@
       <location>target/lib/slider-agent.tar.gz</location>
       <exists>true</exists>
     </file>
-    <file>
-      <location>target/agent/slider-agent.tar.gz</location>
-      <exists>true</exists>
-    </file>
   </files>
 </verifications>
\ No newline at end of file