You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2006/11/16 05:48:48 UTC

svn commit: r475577 - in /ant/build/trunk: ant_nightly.sh nightly_wrapper.sh

Author: antoine
Date: Wed Nov 15 20:48:47 2006
New Revision: 475577

URL: http://svn.apache.org/viewvc?view=rev&rev=475577
Log:
fix errors

Modified:
    ant/build/trunk/ant_nightly.sh
    ant/build/trunk/nightly_wrapper.sh

Modified: ant/build/trunk/ant_nightly.sh
URL: http://svn.apache.org/viewvc/ant/build/trunk/ant_nightly.sh?view=diff&rev=475577&r1=475576&r2=475577
==============================================================================
--- ant/build/trunk/ant_nightly.sh (original)
+++ ant/build/trunk/ant_nightly.sh Wed Nov 15 20:48:47 2006
@@ -115,8 +115,9 @@
 echo "Ant, Antlibs and Sandbox Antlibs nightly build starting: `date`"
 
 # Update ant-build
-cd $ant_build
+cd $nightly_list_location
 svn up
+cd $ant_root
 rm -rf bootstrap
 ./build.sh -Ddist.name=apache-ant-${timestamp} clean distribution 
 scp distribution/binaries/* $deploy_user@$deploy_host:$deploy_location

Modified: ant/build/trunk/nightly_wrapper.sh
URL: http://svn.apache.org/viewvc/ant/build/trunk/nightly_wrapper.sh?view=diff&rev=475577&r1=475576&r2=475577
==============================================================================
--- ant/build/trunk/nightly_wrapper.sh (original)
+++ ant/build/trunk/nightly_wrapper.sh Wed Nov 15 20:48:47 2006
@@ -25,6 +25,6 @@
 # TODO: If $? is non zero, mail commons_nightly.log to commons-dev; or maybe just to a hardcoded list
 
 # For now, scp the logs over to ~antoine
-ssh people.apache.org mkdir /x1/home/antoine/public_html/ant-nightlies/$time_stamp
+ssh people.apache.org mkdir -p /x1/home/antoine/public_html/ant-nightlies/$time_stamp
 scp $HOME/log/* antoine@people.apache.org:/x1/home/antoine/public_html/ant-nightlies/$time_stamp
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org