From cb92d6ca9501ee91f27b07bbc577bcca095047c6 Mon Sep 17 00:00:00 2001 From: Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com> Date: Tue, 5 Sep 2023 12:28:20 +0200 Subject: [PATCH] Remove init.sh (#222) --- init.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 init.sh diff --git a/init.sh b/init.sh deleted file mode 100644 index 33819176d..000000000 --- a/init.sh +++ /dev/null @@ -1,12 +0,0 @@ -# Detect os -# Disabled as currently there is only one platform supported -#TOOLSPATH=/cvmfs/fcc.cern.ch/sw/0.8.3/tools/ -#OS=`python $TOOLSPATH/hsf_get_platform.py --get os` - -# source LCG releases -export BINARY_TAG=x86_64-${OS-centos7}-${COMPILER_VERSION-gcc8}-opt -source /cvmfs/sft.cern.ch/lcg/views/${LCG_RELEASE-LCG_97a_FCC_4}/$BINARY_TAG/setup.sh - - - -