Skip to content
Snippets Groups Projects
Commit b07a33e8 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: place cvmfs catalogs

parent f895b48c
Branches
Tags
1 merge request!848feat: place cvmfs catalogs
...@@ -202,6 +202,14 @@ rm -r /usr/local ...@@ -202,6 +202,14 @@ rm -r /usr/local
spack -e ${SPACK_ENV} env view enable /usr/local spack -e ${SPACK_ENV} env view enable /usr/local
EOF EOF
## Place cvmfs catalogs
RUN <<EOF
touch ${SPACK_ROOT}/.cvmfscatalog
touch /opt/software/.cvmfscatalog
find /opt/software -mindepth 2 -maxdepth 3 -type d -exec touch {}/.cvmfscatalog \;
touch /usr/local/.cvmfscatalog
EOF
## Store environment ## Store environment
RUN <<EOF RUN <<EOF
set -e set -e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment