#============================================================================== # 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 #============================================================================== ant_root="/home/antoine/ant-core" # local ant sandbox ant_svn='http://svn.apache.org/repos/asf/ant/core/trunk' antlibs_root="/home/antoine/antlibs" # local antlibs sandbox antlibs_svn='http://svn.apache.org/repos/asf/ant/antlibs/all-trunks' sandbox_antlibs_root="/home/antoine/sandbox" # local antlibs sandbox sandbox_antlibs_svn='http://svn.apache.org/repos/asf/ant/sandbox/antlibs/all-trunks' deploy_host="people.apache.org" # deployment host deploy_user="antoine" # user on the deployment host # path to component lists nightly_list_location="/home/antoine/ant-build" nightly_list_svn='http://svn.apache.org/repos/asf/ant/build/trunk' # deployment path on $deploy_host deploy_location="/x1/www/people.apache.org/builds/ant/nightly" log_location="/home/antoine/log" # where to put logs report_location="/home/antoine/build_report" time_stamp=`date +%Y%m%d` # time stamp in file names ant_build="/home/antoine/build" # Ant build directory log_url='http://people.apache.org/~antoine/ant-nightlies' notification_email='dev@ant.apache.org' fetch_version=1.7.0RC1 fetch_product=apache-ant-${fetch_version} fetch_binary=${fetch_product}-bin.tar.gz fetch_url='http://people.apache.org/dist/ant/v'${fetch_version}'/bin/'${fetch_binary}