#============================================================================== # Configuration #============================================================================== # Notes: 1) Path specifications are absolute # 2) $deploy_user must have an ssh key on the build host that is # authorized on the $deploy_host #============================================================================== 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" log_location="/home/commons/public_html/nightly/logs" # where to put logs report_location="/home/commons/public_html/nightly/tmp/build_report.txt" time_stamp=`date +%Y%m%d` # time stamp in file names ant_build="/home/commons/public_html/nightly/tmp/ant-build" # Ant build directory notification_email='issues@commons.apache.org' javadoc_location="/home/commons/public_html/javadocs" nightly_reports="/home/commons/public_html/nightly/nightly_reports" log_url='http://vmbuild.apache.org/~commons/nightly/logs/' # deprecated ##maven_snapshot_host='people.apache.org' # Maven snapshot host ##maven_snapshot_user='psteitz' ##maven_snapshot_directory='/www/people.apache.org/repo/m1-snapshot-repository' # deployment path on $deploy_host ##deploy_location="/x1/www/people.apache.org/builds/commons/nightly" ##deploy_host="people.apache.org" # deployment host ##deploy_user="psteitz" # user on the deployment host