You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2015/06/21 15:14:05 UTC

[09/24] git commit: updated refs/heads/master to 6fd49e4

Remove some more unwanted stuff in install.sh

Signed-off-by: Daan Hoogland <da...@onecht.net>


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

Branch: refs/heads/master
Commit: b95f47c4d420d471e6f4ea4637647e984e029e28
Parents: c4a38bd
Author: Rafael da Fonseca <rs...@gmail.com>
Authored: Fri Jun 19 12:34:39 2015 +0200
Committer: Daan Hoogland <da...@onecht.net>
Committed: Sun Jun 21 15:13:25 2015 +0200

----------------------------------------------------------------------
 tools/travis/install.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b95f47c4/tools/travis/install.sh
----------------------------------------------------------------------
diff --git a/tools/travis/install.sh b/tools/travis/install.sh
index 3654e42..27e7ef2 100755
--- a/tools/travis/install.sh
+++ b/tools/travis/install.sh
@@ -34,9 +34,9 @@ if [ $MOD -ne 0 ]; then
  fi
 fi
 
-export CATALINA_BASE=/opt/tomcat
-export CATALINA_HOME=/opt/tomcat
-export M2_HOME="/usr/local/maven-3.2.1/"
+#export CATALINA_BASE=/opt/tomcat
+#export CATALINA_HOME=/opt/tomcat
+#export M2_HOME="/usr/local/maven-3.2.1/"
 export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=500m"
 
 if [ $TEST_SEQUENCE_NUMBER -eq 1 ]; then