File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -207,7 +207,6 @@ export PYTHONPYCACHEPREFIX=$TMPDIR/pycache
207207# - .lmod/lmodrc.lua
208208# - .lmod/SitePackage.lua
209209_eessi_software_path=${EESSI_PREFIX} /software/${EESSI_OS_TYPE} /${EESSI_SOFTWARE_SUBDIR_OVERRIDE}
210- echo " _eessi_software_path: ${_eessi_software_path} "
211210_lmod_cfg_dir=${_eessi_software_path} /.lmod
212211_lmod_rc_file=${_lmod_cfg_dir} /lmodrc.lua
213212if [ ! -f ${_lmod_rc_file} ]; then
Original file line number Diff line number Diff line change @@ -480,12 +480,6 @@ if [[ ! -z ${TARBALL} ]]; then
480480 accelerator=$( cfg_get_value " architecture" " accelerator" )
481481 prefix=" ${repo_version} /software/${os_type} /${software_subdir} "
482482
483- # if building for dev.eessi.io is set, the prefix is different
484- # it needs the project name in the path
485- # if [ ! -z ${EESSI_DEV_PROJECT} ]; then
486- # prefix="${repo_version}/${EESSI_DEV_PROJECT}/software/${os_type}/${software_subdir}"
487- # fi
488-
489483 # if we build for an accelerator, the prefix is different
490484 if [[ ! -z ${accelerator} ]]; then
491485 prefix=" ${prefix} /accel/${accelerator} "
Original file line number Diff line number Diff line change @@ -20,10 +20,7 @@ echo ">> tmpdir: $tmpdir"
2020os=" linux"
2121source ${base_dir} /init/eessi_defaults
2222cvmfs_repo=${EESSI_CVMFS_REPO}
23- echo " create_tarball.sh: cvmfs_repo=${cvmfs_repo} "
2423software_dir=" ${cvmfs_repo} /versions/${eessi_version} /software/${os} /${cpu_arch_subdir} "
25- echo " create_tarball.sh: software_dir=${software_dir} "
26-
2724if [ ! -d ${software_dir} ]; then
2825 echo " Software directory ${software_dir} does not exist?!" >&2
2926 exit 2
3229cvmfs_repo_name=${cvmfs_repo% " /${EESSI_DEV_PROJECT} " }
3330cvmfs_repo_name=${cvmfs_repo_name#/ cvmfs/ }
3431overlay_upper_dir=" ${eessi_tmpdir} /${cvmfs_repo_name} /overlay-upper${EESSI_DEV_PROJECT: +/ $EESSI_DEV_PROJECT } "
35- echo " create_tarball.sh: overlay_upper_dir=${overlay_upper_dir} "
3632
3733software_dir_overlay=" ${overlay_upper_dir} /versions/${eessi_version} "
3834if [ ! -d ${software_dir_overlay} ]; then
Original file line number Diff line number Diff line change 732732 fi
733733 # remove project subdir in container
734734 cvmfs_repo_name=${cvmfs_repo_name% " /${EESSI_DEV_PROJECT} " }
735- echo " Adjusted cvmfs_repo_name: ${cvmfs_repo_name} "
736735
737736 # always create a directory for the repository (e.g., to store settings, ...)
738737 mkdir -p ${EESSI_TMPDIR} /${cvmfs_repo_name}
739- echo " Created directory for repository: ${EESSI_TMPDIR} /${cvmfs_repo_name} "
740738
741739
742740 # add fusemount options depending on requested access mode ('ro' - read-only; 'rw' - read & write)
786784 # use repo-specific overlay directories
787785 mkdir -p ${EESSI_TMPDIR} /${cvmfs_repo_name} /overlay-upper${EESSI_DEV_PROJECT: +/ $EESSI_DEV_PROJECT }
788786 mkdir -p ${EESSI_TMPDIR} /${cvmfs_repo_name} /overlay-work${EESSI_DEV_PROJECT: +/ $EESSI_DEV_PROJECT }
789- echo " Created overlay directories ${EESSI_TMPDIR} /${cvmfs_repo_name} /overlay-upper${EESSI_DEV_PROJECT: +/ $EESSI_DEV_PROJECT } "
790787
791788 [[ ${VERBOSE} -eq 1 ]] && echo -e " TMP directory contents:\n$( ls -l ${EESSI_TMPDIR} ) "
792789
Original file line number Diff line number Diff line change @@ -8,10 +8,8 @@ EESSI_INIT_DIR_PATH=$(dirname $(readlink -f $BASH_SOURCE))
88# script takes *_OVERRIDEs into account
99source ${EESSI_INIT_DIR_PATH}/eessi_defaults
1010
11-
1211export EESSI_PREFIX=$EESSI_CVMFS_REPO/versions/$EESSI_VERSION
1312
14-
1513if [[ $(uname -s) == 'Linux' ]]; then
1614 export EESSI_OS_TYPE='linux'
1715else
You can’t perform that action at this time.
0 commit comments