svn path=/trunk/boinc/; revision=1598
This commit is contained in:
Karl Chen 2003-06-26 21:30:58 +00:00
parent 8edcfa64ec
commit 191b350604
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@
# Automate a clean check out, make all, check, distcheck. On error, complain # Automate a clean check out, make all, check, distcheck. On error, complain
# to stdout and return 1. Suitable for a cron job. # to stdout and return 1. Suitable for a cron job.
# need to set PATH because we might be running from a cron job.
# on our Solaris servers, cvs is in /opt/misc/bin
PATH=/opt/misc/bin:/usr/local/bin:/usr/bin:/bin:$PATH
export PATH
CHECKOUT="CVSROOT=/disks/milkyway/a/users/anderson/seti/cvsroot cvs co boinc" CHECKOUT="CVSROOT=/disks/milkyway/a/users/anderson/seti/cvsroot cvs co boinc"
TMPDIR=/tmp/testbase TMPDIR=/tmp/testbase