We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed411d5 commit 603cda6Copy full SHA for 603cda6
1 file changed
roles/create_cvmfs_content_structure/vars/dev.eessi.io.yml
@@ -0,0 +1,15 @@
1
+# Specifications of files and symlinks for the dev.eessi.io CVMFS repository.
2
+# Paths for files and symlinks should be relative to the root of the repository.
3
+---
4
+directories: []
5
+
6
+files: # noqa: var-naming[no-role-prefix]
7
+ - name: cvmfsdirtab-dev.eessi.io
8
+ dest: '.cvmfsdirtab'
9
+ mode: '644'
10
11
+ - name: README.dev
12
+ dest: 'README'
13
14
15
+symlinks: []
0 commit comments