Updated Branches:
  refs/heads/branch-1.4.1 6b0a4610c -> 86dd8e600

AMBARI-3346. Fix repo url parametrization under Ubuntu (dlysnichenko)


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

Branch: refs/heads/branch-1.4.1
Commit: 86dd8e60074eb6e856e2004fe705339d6f932a2a
Parents: cc04903
Author: Lisnichenko Dmitro <[email protected]>
Authored: Wed Sep 25 23:15:23 2013 +0300
Committer: Sumit Mohanty <[email protected]>
Committed: Tue Oct 8 17:57:22 2013 -0700

----------------------------------------------------------------------
 ambari-server/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/86dd8e60/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index c72b2f0..3eff11d 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -496,7 +496,7 @@
             </goals>
             <configuration>
               <target name="ambari-server-compile">
-                <exec dir="${basedir}" executable="sh" failonerror="true">
+                <exec dir="${basedir}" executable="bash" failonerror="true">
                   <arg value="${basedir}/set-hdp-repo-url.sh"/>
                   <arg value="${hdpUrlForCentos6}"/>
                 </exec>
@@ -511,7 +511,7 @@
             </goals>
             <configuration>
               <target name="ambari-server-compile">
-                <exec dir="${basedir}" executable="sh" failonerror="true">
+                <exec dir="${basedir}" executable="bash" failonerror="true">
                   <arg value="${basedir}/set-hdp-repo-url.sh"/>
                   <arg value="${hdpUrlForCentos6}"/>
                   <arg 
value="${project.build.directory}/ambari-server-${project.version}-dist/ambari-server-${project.version}"/>

Reply via email to