Admin/isatest-settings
author kleing
Fri, 27 May 2005 01:09:44 +0200
changeset 16095 f6af6b265d20
child 16106 c2ea4b171f99
permissions -rw-r--r--
put global isatest settings in one file, sourced by the other scripts
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16095
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
     1
# $Id$
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
     2
# Author: Gerwin Klein, NICTA
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
     3
#
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
     4
# DESCRIPTION: common settings for the isatest-* scripts
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
     5
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
     6
# source bashrc, we're called by cron
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
     7
. ~/.bashrc
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
     8
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
     9
# canoncical home for all platforms
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
    10
HOME=/home/stud/isatest
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
    11
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
    12
## send email on failure to
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
    13
MAILTO="kleing@in.tum.de nipkow@in.tum.de berghofe@in.tum.de schirmer@in.tum.de lp15@cam.ac.uk skalberg@in.tum.de makarius@sketis.net haftmann@in.tum.de"
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
    14
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
    15
LOGPREFIX=$HOME/log
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
    16
MASTERLOG=$LOGPREFIX/isatest.log
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
    17
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
    18
ERRORDIR=$HOME/var
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
    19
ERRORLOG=$ERRORDIR/error.log
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
    20
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
    21
RUNNING=$HOME/var/running
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
    22
f6af6b265d20 put global isatest settings in one file, sourced by the other scripts
kleing
parents:
diff changeset
    23
DISTPREFIX=$HOME/tmp/isadist