source: trunk/DataCheck/Setup/setup.fact.lp.gate@ 14788

Last change on this file since 14788 was 13306, checked in by Daniela Dorner, 12 years ago
added (new versions of setup files to include all variables)
  • Property svn:executable set to *
File size: 915 bytes
Line 
1#!/bin/bash
2#
3# This a resource file for the scripts, in which paths, variables
4# and setups are defined
5#
6# This setup file is for the machine gate in La Palma
7#
8
9source `dirname $0`/../Setup/setup.fact.lp.data
10
11# for db backup
12dbnames=( "mysql" "programoptions" "scheduling" "systemstatus" "postfix" "horde" "logbook" "factdata" "weather" )
13
14# update only variables which
15# are needed and have different paths compared to data machine
16
17# logging and setup
18logpath=/users/fact/logs.automatic.processing/autologs
19lockpath=/users/fact/logs.automatic.processing/locks
20
21export mars=/users/fact/SW.automatic.processing/Mars.CheObs.svn.2012.01.25
22# get paths for mars, macros and scripts
23# in case the variable is not yet set
24macrospath=$mars/datacenter/macros
25scriptspath=$mars/datacenter/scripts
26# rcfiles
27# dependencies of steps
28steps=$mars/resources/steps_fact.rc
29# file with db information
30sqlrc=$mars/sql.rc
31
32
Note: See TracBrowser for help on using the repository browser.