Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 70D5E10467 for ; Fri, 21 Nov 2014 14:32:50 +0000 (UTC) Received: (qmail 26929 invoked by uid 500); 21 Nov 2014 14:32:50 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 26898 invoked by uid 500); 21 Nov 2014 14:32:50 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 26889 invoked by uid 99); 21 Nov 2014 14:32:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Nov 2014 14:32:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id BEE809AD87B; Fri, 21 Nov 2014 14:32:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Message-Id: <3aff31f6735f4646961b6eb0110de03a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.3 to df9fe78 Date: Fri, 21 Nov 2014 14:32:49 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/4.3 eaaac8187 -> df9fe7817 travis: run jetty using IPv4 stack only Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/df9fe781 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/df9fe781 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/df9fe781 Branch: refs/heads/4.3 Commit: df9fe7817c17b045f2f293bd238bf4982eebd7b5 Parents: eaaac81 Author: Rohit Yadav Authored: Fri Nov 21 20:02:21 2014 +0530 Committer: Rohit Yadav Committed: Fri Nov 21 20:02:21 2014 +0530 ---------------------------------------------------------------------- tools/travis/before_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/df9fe781/tools/travis/before_script.sh ---------------------------------------------------------------------- diff --git a/tools/travis/before_script.sh b/tools/travis/before_script.sh index 1d17769..df299bd 100755 --- a/tools/travis/before_script.sh +++ b/tools/travis/before_script.sh @@ -24,7 +24,7 @@ export CATALINA_HOME=/opt/tomcat export M2_HOME="/usr/local/maven-3.2.1/" export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=500m" -mvn -Dsimulator -pl :cloud-client-ui jetty:run 2>&1 > /dev/null & +mvn -Dsimulator -Djava.net.preferIPv4Stack=true -pl :cloud-client-ui jetty:run 2>&1 > /dev/null & while ! nc -vz localhost 8096 2>&1 > /dev/null; do sleep 10; done python -m marvin.deployDataCenter -i setup/dev/advanced.cfg 2>&1 || true \ No newline at end of file