Skip to content
Snippets Groups Projects
Commit 3e330f04 authored by Administrator's avatar Administrator
Browse files

Adapt autoinstall script to the new repository layout

Don't download the fieldmaps from SVN and link them from the input
directory.
The fieldmaps are meanwhile incuded in the GIT input repository which
will automatically downloaded and installed when running cmake.


git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@15699 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
parent f6ec6c82
No related branches found
No related tags found
No related merge requests found
Pipeline #3957 passed
......@@ -224,11 +224,11 @@ if [ $SETUP_CBMROOT -ge 1 ]; then
export PATH=$SIMPATH/bin:$PATH
cd ..
if [ -d fieldmaps ]; then
svn up fieldmaps
else
svn co https://subversion.gsi.de/cbmsoft/cbmroot/fieldmaps fieldmaps
fi
# if [ -d fieldmaps ]; then
# svn up fieldmaps
# else
# svn co https://subversion.gsi.de/cbmsoft/cbmroot/fieldmaps fieldmaps
# fi
#svn co https://subversion.gsi.de/cbmsoft/cbmroot/trunk cbm_$CBMSRCDIR
cd $CBMSRCDIR
......@@ -241,9 +241,9 @@ if [ $SETUP_CBMROOT -ge 1 ]; then
nice make -j$NUMOFCPU
cd ..
cd input
ln -s ../../fieldmaps/* .
cd ..
# cd input
# ln -s ../../fieldmaps/* .
# cd ..
echo done installing CbmRoot
......
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