diff --git a/roles/create_cvmfs_content_structure/vars/riscv.eessi.io.yml b/roles/create_cvmfs_content_structure/vars/riscv.eessi.io.yml new file mode 100644 index 00000000..fb74ec86 --- /dev/null +++ b/roles/create_cvmfs_content_structure/vars/riscv.eessi.io.yml @@ -0,0 +1,14 @@ +# Specifications of files and symlinks for the riscv.eessi.io CVMFS repository. +# Paths for files and symlinks should be relative to the root of the repository. +--- +files: + - name: .cvmfsdirtab + dest: '' + mode: '644' + + - name: README.riscv + dest: 'README.eessi' + mode: '644' + +symlinks: + host_injections: '$(EESSI_HOST_INJECTIONS:-/opt/eessi)'