Skip to content
Snippets Groups Projects
Commit 693b06bf authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'cherry-pick-934763ce [formerly 7916c5fc6d]-master' into 'master'

Sweeping !4621 from 21.0 to master.
fix TDAQ_RELEASE_BASE in art-task-build script

See merge request !4652

Former-commit-id: 304844ab
parents 9c8c58a4 0f39b9d5
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,14 @@ BRANCH=`echo $RELEASE_BASE |tr "/" " " |awk '{print $5}'`
source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh --quiet
lsetup asetup
asetup none,cmakesetup --platform ${PLATFORM}
if [ -d /cvmfs/atlas.cern.ch/repo/sw/tdaq ]; then
echo "WARNING: Setting TDAQ_RELEASE_BASE to /cvmfs/atlas.cern.ch/repo/sw/tdaq"
export TDAQ_RELEASE_BASE=/cvmfs/atlas.cern.ch/repo/sw/tdaq
else
echo "Error: Cannot find TDAQ software installation"
return 1
fi
source ${RELEASE_BASE}/build/install/${PROJECT}/*/InstallArea/${PLATFORM}/setup.sh
# run build tests
......
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