Admin/isatest/isatest-settings
author huffman
Tue, 17 Apr 2007 03:13:38 +0200
changeset 22722 704de05715b4
parent 22410 da313b67a04d
child 23070 c5b896d9788c
permissions -rw-r--r--
lemma isCont_inv_fun is same as isCont_inverse_function

# -*- shell-script -*-
# $Id$
# Author: Gerwin Klein, NICTA
#
# DESCRIPTION: common settings for the isatest-* scripts

# source bashrc, we're called by cron
. ~/.bashrc

# canoncical home for all platforms
HOME=/home/isatest

## send email on failure to
MAILTO="kleing@cse.unsw.edu.au nipkow@in.tum.de berghofe@in.tum.de schirmer@in.tum.de lp15@cam.ac.uk makarius@sketis.net haftmann@in.tum.de"

LOGPREFIX=$HOME/log
MASTERLOG=$LOGPREFIX/isatest.log

ERRORDIR=$HOME/var
ERRORLOG=$ERRORDIR/error.log

RUNNING=$HOME/var/running

DISTPREFIX=$HOME/tmp/isadist