Last change
on this file since 13452 was 13306, checked in by Daniela Dorner, 13 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 |
|
---|
9 | source `dirname $0`/../Setup/setup.fact.lp.data
|
---|
10 |
|
---|
11 | # for db backup
|
---|
12 | dbnames=( "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
|
---|
18 | logpath=/users/fact/logs.automatic.processing/autologs
|
---|
19 | lockpath=/users/fact/logs.automatic.processing/locks
|
---|
20 |
|
---|
21 | export 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
|
---|
24 | macrospath=$mars/datacenter/macros
|
---|
25 | scriptspath=$mars/datacenter/scripts
|
---|
26 | # rcfiles
|
---|
27 | # dependencies of steps
|
---|
28 | steps=$mars/resources/steps_fact.rc
|
---|
29 | # file with db information
|
---|
30 | sqlrc=$mars/sql.rc
|
---|
31 |
|
---|
32 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.