Skip to content
Snippets Groups Projects
Commit db3d8c92 authored by Tulay Cuhadar Donszelmann's avatar Tulay Cuhadar Donszelmann
Browse files

fix TDAQ_RELEASE_BASE in arttask-build

Former-commit-id: f9df53b9347bd0a44d47d1b33d8daa418de2f0e5
parent 5051ee1a
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}'` ...@@ -22,6 +22,14 @@ BRANCH=`echo $RELEASE_BASE |tr "/" " " |awk '{print $5}'`
source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh --quiet source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh --quiet
lsetup asetup lsetup asetup
asetup none,cmakesetup --platform ${PLATFORM} 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 source ${RELEASE_BASE}/build/install/${PROJECT}/*/InstallArea/${PLATFORM}/setup.sh
# setup as if asetup was run # setup as if asetup was run
......
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