Skip to content
Snippets Groups Projects
Commit 783541c8 authored by Alexander Ivanov's avatar Alexander Ivanov
Browse files

Environment setup script for running Jenkins jobs at LHO DAQ test system.

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3009 6dcd42c9-f523-4c6d-aada-af552506706e
parent c3abe557
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Sources are checked out on x1boot machine into these directories
CHECKOUT_ROOT=/opt/rtcds/jenkins/x1boot/home/workspace/svn_checkouts
USERAPPS_ROOT=$CHECKOUT_ROOT/userapps_trunk
export RCG_DIR=$CHECKOUT_ROOT/rcg_trunk
# Locations of the model files
export RCG_LIB_PATH=$USERAPPS_ROOT/cds/h1/models:$USERAPPS_ROOT/cds/common/models:$USERAPPS_ROOT/cds/test/models:$USERAPPS_ROOT/aos/h1/models:$USERAPPS_ROOT/aos/common/models:$USERAPPS_ROOT/hpi/h1/models:$USERAPPS_ROOT/hpi/common/models:$USERAPPS_ROOT/ioo/h1/models:$USERAPPS_ROOT/ioo/common/models:$USERAPPS_ROOT/isc/h1/models:$USERAPPS_ROOT/isc/common/models:$USERAPPS_ROOT/isi/h1/models:$USERAPPS_ROOT/isi/common/models:$USERAPPS_ROOT/pem/h1/models:$USERAPPS_ROOT/pem/common/models:$USERAPPS_ROOT/psl/h1/models:$USERAPPS_ROOT/psl/common/models:$USERAPPS_ROOT/sus/h1/models:$USERAPPS_ROOT/sus/common/models:$USERAPPS_ROOT/tcs/h1/models:$USERAPPS_ROOT/tcs/common/models:$RCG_DIR/src/epics/simLink:$RCG_DIR/src/epics/simLink/lib
# Source code locations for the model files
export AOS_IFO_SRC=$USERAPPS_ROOT/aos/h1/src
export AOS_SRC=$USERAPPS_ROOT/aos/common/src
export CDS_IFO_SRC=$USERAPPS_ROOT/cds/h1/src
export CDS_SRC=$USERAPPS_ROOT/cds/common/src
export CDS_TEST_SRC=$USERAPPS_ROOT/cds/test/src
export HPI_IFO_SRC=$USERAPPS_ROOT/hpi/h1/src
export HPI_SRC=$USERAPPS_ROOT/hpi/common/src
export IOO_IFO_SRC=$USERAPPS_ROOT/ioo/h1/src
export IOO_SRC=$USERAPPS_ROOT/ioo/common/src
export ISC_IFO_SRC=$USERAPPS_ROOT/isc/h1/src
export ISC_SRC=$USERAPPS_ROOT/isc/common/src
export ISI_IFO_SRC=$USERAPPS_ROOT/isi/h1/src
export ISI_SRC=$USERAPPS_ROOT/isi/common/src
export PEM_IFO_SRC=$USERAPPS_ROOT/pem/h1/src
export PEM_SRC=$USERAPPS_ROOT/pem/common/src
export PSL_IFO_SRC=$USERAPPS_ROOT/psl/h1/src
export PSL_SRC=$USERAPPS_ROOT/psl/common/src
export SUS_IFO_SRC=$USERAPPS_ROOT/sus/h1/src
export SUS_SRC=$USERAPPS_ROOT/sus/common/src
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment