Admin/isatest-settings
author wenzelm
Tue, 05 Dec 2006 00:30:38 +0100
changeset 21646 c07b5b0e8492
parent 19941 f0aeb6a145b1
permissions -rw-r--r--
thm/prf: separate official name vs. additional tags;

# -*- 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