Admin/isatest-settings
changeset 16095 f6af6b265d20
child 16106 c2ea4b171f99
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Admin/isatest-settings	Fri May 27 01:09:44 2005 +0200
@@ -0,0 +1,23 @@
+# $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/stud/isatest
+
+## send email on failure to
+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"
+
+LOGPREFIX=$HOME/log
+MASTERLOG=$LOGPREFIX/isatest.log
+
+ERRORDIR=$HOME/var
+ERRORLOG=$ERRORDIR/error.log
+
+RUNNING=$HOME/var/running
+
+DISTPREFIX=$HOME/tmp/isadist