Skip to content
Snippets Groups Projects
Commit e63cf821 authored by Davide Gerbaudo's avatar Davide Gerbaudo
Browse files

Merge branch 'tdaq_cvmfs' into '21.1'

Use tdaq software stack from cvmfs (ATLINFR-1689)

See merge request !1290

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