You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2014/01/15 16:58:40 UTC

git commit: AMBARI-4298. Ambari rpm process should take all DML scripts (ncole)

Updated Branches:
  refs/heads/trunk a3b53446e -> e10d9c60d


AMBARI-4298. Ambari rpm process should take all DML scripts (ncole)


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

Branch: refs/heads/trunk
Commit: e10d9c60d749980d7ff4de29b431c2b8cac2e001
Parents: a3b5344
Author: Nate Cole <nc...@hortonworks.com>
Authored: Wed Jan 15 08:48:12 2014 -0500
Committer: Nate Cole <nc...@hortonworks.com>
Committed: Wed Jan 15 10:58:35 2014 -0500

----------------------------------------------------------------------
 ambari-server/pom.xml | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e10d9c60/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index c161486..41c599e 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -375,16 +375,7 @@
               <directory>/var/lib/ambari-server/resources/upgrade/dml</directory>
               <sources>
                 <source>
-                  <location>src/main/resources/upgrade/dml/Ambari-DML-Postgres-UPGRADE_STACK.sql</location>
-                </source>
-                <source>
-                  <location>src/main/resources/upgrade/dml/Ambari-DML-Oracle-UPGRADE_STACK.sql</location>
-                </source>
-                <source>
-                  <location>src/main/resources/upgrade/dml/Ambari-DML-Postgres-INSERT_METAINFO.sql</location>
-                </source>
-                <source>
-                  <location>src/main/resources/upgrade/dml/Ambari-DML-Oracle-INSERT_METAINFO.sql</location>
+                  <location>src/main/resources/upgrade/dml</location>
                 </source>
               </sources>
             </mapping>