Skip to content

Commit

Permalink
always let eessi_container.sh mount cvmfs-config repo to get access t…
Browse files Browse the repository at this point in the history
…o software.eessi.io
  • Loading branch information
boegel committed Nov 20, 2023
1 parent fe65d9e commit 2e4a43b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eessi_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,10 @@ fi
# 4. set up vars and dirs specific to a scenario

declare -a EESSI_FUSE_MOUNTS=()

# always mount cvmfs-config repo (to get access to software.eessi.io)
EESSI_FUSE_MOUNTS+=("--fusemount" "container:cvmfs2 cvmfs-config.cern.ch /cvmfs/cvmfs-config.cern.ch")

if [[ "${ACCESS}" == "ro" ]]; then
export EESSI_PILOT_READONLY="container:cvmfs2 ${repo_name} /cvmfs/${repo_name}"

Expand Down

0 comments on commit 2e4a43b

Please sign in to comment.