Author: psteitz
Date: Fri Nov 10 21:54:00 2006
New Revision: 473645
URL: http://svn.apache.org/viewvc?view=rev&rev=473645
Log:
Stole config back from Hen so builds can run again from vmbuild.
Modified:
jakarta/commons/proper/commons-build/trunk/commons_nightly.sh
Modified: jakarta/commons/proper/commons-build/trunk/commons_nightly.sh
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/commons_nightly.sh?view=diff&rev=473645&r1=473644&r2=473645
==============================================================================
--- jakarta/commons/proper/commons-build/trunk/commons_nightly.sh (original)
+++ jakarta/commons/proper/commons-build/trunk/commons_nightly.sh Fri Nov 10
21:54:00 2006
@@ -33,22 +33,22 @@
# 2) $deploy_user must have an ssh key on the build host that is
# authorized on the $deploy_host
#==============================================================================
-proper_root="/home/hen/apache/jakarta-commons-proper" # local commons
proper checkout
-sandbox_root="/home/hen/apache/jakarta-commons-sandbox" # local sandbox
checkout
+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="bayard" # user on the deployment host
+deploy_user="psteitz" # user on the deployment host
# path to component lists
nightly_list_location="${proper_root}/commons-build"
# deployment path on $deploy_host
deploy_location="/x1/www/people.apache.org/builds/jakarta-commons/nightly"
-log_location="/home/hen/apache/jakarta-commons-nightly-logs" #
where to put logs
-report_location="/home/hen/apache/jakarta-commons-build-report"
+log_location="/home/psteitz/log" # where to put logs
+report_location="/home/psteitz/build_report"
time_stamp=`date +%Y%m%d` # time stamp in file names
-ant_build="/home/hen/apache/jakarta-commons-ant-build" # Ant
build directory
+ant_build="/home/psteitz/build" # Ant build directory
maven_snapshot_host='people.apache.org' # Maven snapshot host
-maven_snapshot_user='bayard'
+maven_snapshot_user='psteitz'
maven_snapshot_directory='/www/people.apache.org/repo/m1-snapshot-repository'
-log_url='http://people.apache.org/~bayard/commons-nightlies'
+log_url='http://people.apache.org/~psteitz/commons-nightlies'
notification_email='[email protected]'
#==============================================================================
# Function definitions
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]