We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0fbef commit 8c11f64Copy full SHA for 8c11f64
roles/create_cvmfs_content_structure/vars/riscv.eessi.io.yml
@@ -0,0 +1,14 @@
1
+# Specifications of files and symlinks for the riscv.eessi.io CVMFS repository.
2
+# Paths for files and symlinks should be relative to the root of the repository.
3
+---
4
+files:
5
+ - name: .cvmfsdirtab
6
+ dest: ''
7
+ mode: '644'
8
+
9
+ - name: README.riscv
10
+ dest: 'README.eessi'
11
12
13
+symlinks:
14
+ host_injections: '$(EESSI_HOST_INJECTIONS:-/opt/eessi)'
0 commit comments