File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
roles/create_cvmfs_content_structure/vars Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Specifications of files and symlinks for the pilot.eessi-hpc.org CVMFS repository.
2
2
# Paths for files and symlinks should be relative to the root of the repository.
3
3
---
4
- files :
4
+ files : # noqa: var-naming[no-role-prefix]
5
5
- name : .cvmfsdirtab
6
6
dest : ' '
7
7
mode : ' 644'
8
8
9
- symlinks :
9
+ symlinks : # noqa: var-naming[no-role-prefix]
10
10
latest : versions/2021.12
11
11
host_injections : ' $(EESSI_HOST_INJECTIONS:-/opt/eessi)'
Original file line number Diff line number Diff line change 1
1
# Specifications of files and symlinks for the riscv.eessi.io CVMFS repository.
2
2
# Paths for files and symlinks should be relative to the root of the repository.
3
3
---
4
- files :
4
+ files : # noqa: var-naming[no-role-prefix]
5
5
- name : .cvmfsdirtab
6
6
dest : ' '
7
7
mode : ' 644'
10
10
dest : ' README.eessi'
11
11
mode : ' 644'
12
12
13
- symlinks :
13
+ symlinks : # noqa: var-naming[no-role-prefix]
14
14
host_injections : ' $(EESSI_HOST_INJECTIONS:-/opt/eessi)'
Original file line number Diff line number Diff line change 1
1
# Specifications of files and symlinks for the software.eessi.io CVMFS repository.
2
2
# Paths for files and symlinks should be relative to the root of the repository.
3
3
---
4
- files :
4
+ files : # noqa: var-naming[no-role-prefix]
5
5
- name : .cvmfsdirtab
6
6
dest : ' '
7
7
mode : ' 644'
10
10
dest : ' '
11
11
mode : ' 644'
12
12
13
- symlinks :
13
+ symlinks : # noqa: var-naming[no-role-prefix]
14
14
host_injections : ' $(EESSI_HOST_INJECTIONS:-/opt/eessi)'
You can’t perform that action at this time.
0 commit comments