Author: bayard
Date: Mon Nov 20 23:55:52 2006
New Revision: 477557

URL: http://svn.apache.org/viewvc?view=rev&rev=477557
Log:
Moving some of the configuration over to the commons user. Also adding a few 
new local_ ones. The script will be changed to also output to the locals, and 
when that's working we can look at using wget to pull them over (possibly in 
zipped form)

Modified:
    jakarta/commons/proper/commons-nightly/trunk/vmbuild.conf

Modified: jakarta/commons/proper/commons-nightly/trunk/vmbuild.conf
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/commons-nightly/trunk/vmbuild.conf?view=diff&rev=477557&r1=477556&r2=477557
==============================================================================
--- jakarta/commons/proper/commons-nightly/trunk/vmbuild.conf (original)
+++ jakarta/commons/proper/commons-nightly/trunk/vmbuild.conf Mon Nov 20 
23:55:52 2006
@@ -7,19 +7,23 @@
 #==============================================================================
 proper_root="/home/psteitz/trunks-proper"     # local commons proper checkout  
 
 sandbox_root="/home/psteitz/trunks-sandbox"   # local sandbox checkout
-deploy_host="people.apache.org"               # deployment host
-deploy_user="psteitz"                         # user on the deployment host
 # path to component lists
 nightly_list_location="${proper_root}/commons-nightly"  
-# deployment path on $deploy_host
-deploy_location="/x1/www/people.apache.org/builds/jakarta-commons/nightly"   
-log_location="/home/psteitz/log"              # where to put logs
-report_location="/home/psteitz/build_report"
+local_deploy_location="/home/commons/public_html/nightly/packages"
+log_location="/home/commons/public_html/nightly/logs" # where to put logs
+report_location="/home/commons/public_html/nightly/tmp/build_report"
 time_stamp=`date +%Y%m%d`                     # time stamp in file names
-ant_build="/home/psteitz/build"               # Ant build directory
+ant_build="/home/commons/public_html/nightly/tmp/ant-build"               # 
Ant build directory
+local_maven_directory='/home/commons/public_html/nightly/maven'
+notification_email='[email protected]'
+javadoc_location="/home/commons/public_html/nightly/nightly_javadoc"
+
+# deprecated
+log_url='http://people.apache.org/~psteitz/commons-nightlies'
 maven_snapshot_host='people.apache.org'         # Maven snapshot host
 maven_snapshot_user='psteitz'
 maven_snapshot_directory='/www/people.apache.org/repo/m1-snapshot-repository'
-log_url='http://people.apache.org/~psteitz/commons-nightlies'
-notification_email='[email protected]'
-javadoc_location="/home/psteitz/nightly_javadoc"
+# deployment path on $deploy_host
+deploy_location="/x1/www/people.apache.org/builds/jakarta-commons/nightly"
+deploy_host="people.apache.org"               # deployment host
+deploy_user="psteitz"                         # user on the deployment host



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to