[jbpm-commits] JBoss JBPM SVN: r6660 - jbpm3/branches/jbpm-3.2-soa/ci.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 15 04:18:31 EDT 2010


Author: alex.guizar at jboss.com
Date: 2010-09-15 04:18:31 -0400 (Wed, 15 Sep 2010)
New Revision: 6660

Modified:
   jbpm3/branches/jbpm-3.2-soa/ci/container.sh
   jbpm3/branches/jbpm-3.2-soa/ci/standalone.sh
Log:
JBPM-2934 adapt shell scripts to new continuous integration directory

Modified: jbpm3/branches/jbpm-3.2-soa/ci/container.sh
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/ci/container.sh	2010-09-15 03:37:37 UTC (rev 6659)
+++ jbpm3/branches/jbpm-3.2-soa/ci/container.sh	2010-09-15 08:18:31 UTC (rev 6660)
@@ -50,7 +50,7 @@
 
 # Set up Maven
 export MAVEN_OPTS="-Ddatabase=$DATABASE -Xms16m -Xmx256m"
-cp -u hudson/profiles.redhat.qa.xml profiles.xml
+cp -u ci/profiles.redhat.qa.xml profiles.xml
 
 # Determine jBPM version
 mvn -s /dev/null -Dexpression=project.version help:evaluate > $WORKSPACE/project-version.txt
@@ -137,7 +137,7 @@
   -u $MCAST_ADDR &> /dev/null &
 
 # Was it successfully started?
-wget --spider --retry-connrefused --waitretry=24 --no-verbose $MYTESTIP_1:8080
+wget --spider --retry-connrefused --tries=24 --waitretry=24 --no-verbose $MYTESTIP_1:8080
 if [ $? -ne 0 ]; then
   tail -n 100 $JBOSS_HOME/server/$JBOSS_SERVER/log/server.log
   $JBOSS_HOME/bin/shutdown.sh -s jnp://$MYTESTIP_1:1099 -S

Modified: jbpm3/branches/jbpm-3.2-soa/ci/standalone.sh
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/ci/standalone.sh	2010-09-15 03:37:37 UTC (rev 6659)
+++ jbpm3/branches/jbpm-3.2-soa/ci/standalone.sh	2010-09-15 08:18:31 UTC (rev 6660)
@@ -22,7 +22,7 @@
 
 # Set up Maven
 export MAVEN_OPTS="-Ddatabase=$DATABASE -Xms16m -Xmx256m"
-cp -u hudson/profiles.redhat.qa.xml profiles.xml
+cp -u ci/profiles.redhat.qa.xml profiles.xml
 
 # Build jBPM
 mvn -s /dev/null -Pdistro clean install



More information about the jbpm-commits mailing list