You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2007/08/07 18:07:10 UTC

svn commit: r563539 - in /commons/proper/commons-nightly/trunk: nightly_wrapper.sh vmbuild.conf

Author: bayard
Date: Tue Aug  7 09:07:09 2007
New Revision: 563539

URL: http://svn.apache.org/viewvc?view=rev&rev=563539
Log:
Updating paths

Modified:
    commons/proper/commons-nightly/trunk/nightly_wrapper.sh
    commons/proper/commons-nightly/trunk/vmbuild.conf

Modified: commons/proper/commons-nightly/trunk/nightly_wrapper.sh
URL: http://svn.apache.org/viewvc/commons/proper/commons-nightly/trunk/nightly_wrapper.sh?view=diff&rev=563539&r1=563538&r2=563539
==============================================================================
--- commons/proper/commons-nightly/trunk/nightly_wrapper.sh (original)
+++ commons/proper/commons-nightly/trunk/nightly_wrapper.sh Tue Aug  7 09:07:09 2007
@@ -16,7 +16,7 @@
 export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games:$HOME/bin:$JAVA_HOME/bin:$ANT_HOME/bin:$MAVEN_HOME/bin:$M2_HOME/bin
 
 # Update script before executing
-cd /home/commons/trunks-proper/commons-nightly
+cd /home/commons/nightly/trunks-proper/commons-nightly
 # TODO: Update the nightly_wrapper.sh too?
 svn up commons_nightly.sh vmbuild.conf
 cp commons_nightly.sh vmbuild.conf /home/psteitz/bin

Modified: commons/proper/commons-nightly/trunk/vmbuild.conf
URL: http://svn.apache.org/viewvc/commons/proper/commons-nightly/trunk/vmbuild.conf?view=diff&rev=563539&r1=563538&r2=563539
==============================================================================
--- commons/proper/commons-nightly/trunk/vmbuild.conf (original)
+++ commons/proper/commons-nightly/trunk/vmbuild.conf Tue Aug  7 09:07:09 2007
@@ -5,8 +5,8 @@
 #        2) $deploy_user must have an ssh key on the build host that is
 #           authorized on the $deploy_host
 #==============================================================================
-proper_root="/home/psteitz/trunks-proper"     # local commons proper checkout   
-sandbox_root="/home/psteitz/trunks-sandbox"   # local sandbox checkout
+proper_root="/home/commons/nightly/trunks-proper"     # local commons proper checkout   
+sandbox_root="/home/commons/nightly/trunks-sandbox"   # local sandbox checkout
 # path to component lists
 nightly_list_location="${proper_root}/commons-nightly"  
 local_deploy_path="/home/commons/public_html/nightly"