#!/bin/sh # nightlybuildrc # This script is 'sourced' by all the other build scripts (except makeCipres.sh # which is meant to be run a user's machine). To make it easy to run the nightly # build scripts on new machines, all machine & user specific settings # should be confined to this file. # if [ "$NIGHTLY_BUILD_RC" != "1" ]; then export NIGHTLY_BUILD_RC=1 # Make sure PATH includes directories for svn, and ant 1.6.5... # you must have passwordless login (via ssh key) to the web sever # The following are machine-specific variables used to label the distribution export webDir="/misc/www/projects/TOL" export buildMachine="Mac-10.4.9-Intel" export webServerName="myfiles.sdsc.edu" export CIPRES_POSTED_BUILD_TEMPLATE_SUBDIR="cipres-build-scripts/mac-distrib-template" fi