Author: ozizka(a)redhat.com
Date: 2009-09-22 14:47:57 -0400 (Tue, 22 Sep 2009)
New Revision: 761
Modified:
trunk/jsfunit/testdata/hudson_shell_script.sh
Log:
* hudson shell script updated - svn up pom.xml (root pom)
Modified: trunk/jsfunit/testdata/hudson_shell_script.sh
===================================================================
--- trunk/jsfunit/testdata/hudson_shell_script.sh 2009-09-22 02:29:53 UTC (rev 760)
+++ trunk/jsfunit/testdata/hudson_shell_script.sh 2009-09-22 18:47:57 UTC (rev 761)
@@ -16,7 +16,7 @@
### Get and unzip EAP 5 binaries
#if [ -n $EAP_URL ] ; then
if [[ "$EAP_ZIP_PATH" = http:* ]] ; then
- wget --no-clobber -O eap5.zip $EAP_ZIP_PATH
+ wget -N --no-clobber -O eap5.zip $EAP_ZIP_PATH
EAP_ZIP_PATH=eap5.zip
fi
rm -rf jboss-eap-5.0
@@ -52,6 +52,8 @@
# "Downdate" to older version
svn_rev_default="HEAD"
if [ -n "$SVN_REV" ]; then svn up -r $SVN_REV; fi
+ rm pom.xml
+ svn up pom.xml
## Dump settings - without explicitely set settings file
mvn -Pjboss5x help:effective-settings
Show replies by date