Skip to content
Snippets Groups Projects
Commit 9bd23fb3 authored by Davide Gerbaudo's avatar Davide Gerbaudo Committed by Frank Winklmeier
Browse files

Merge branch 'tdaq_cvmfs' into '21.1'

Use tdaq software stack from cvmfs (ATLINFR-1689)

See merge request !1290

Former-commit-id: 8af80c60
parent 0dac4daa
No related branches found
No related tags found
No related merge requests found
......@@ -10,10 +10,13 @@
if [ -z "${TDAQ_RELEASE_BASE}" ]; then
if [ -d /afs/cern.ch/atlas/project/tdaq/prod ]; then
if [ -d /cvmfs/atlas.cern.ch/repo/sw/tdaq ]; then
export TDAQ_RELEASE_BASE=/cvmfs/atlas.cern.ch/repo/sw/tdaq
elif [ -d /afs/cern.ch/atlas/project/tdaq/prod ]; then
export TDAQ_RELEASE_BASE=/afs/cern.ch/atlas/project/tdaq/prod
elif [ -d /cvmfs/atlas.cern.ch/repo/sw/software/21.0 ]; then
export TDAQ_RELEASE_BASE=/cvmfs/atlas.cern.ch/repo/sw/software/21.0
else
echo "Error: Cannot find TDAQ software installation"
return 1
fi
echo "Set TDAQ_RELEASE_BASE = ${TDAQ_RELEASE_BASE}"
......
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