Skip to content

Commit dd493cc

Browse files
authored
Merge pull request #183 from bedroge/riscv.eessi.io
Add README and CVMFS dirtab for `riscv.eessi.io`
2 parents 28d43ea + 8c11f64 commit dd493cc

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

roles/create_cvmfs_content_structure/files/.cvmfsdirtab

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Compatibility layer paths:
2-
# /versions/<version>/compat/{linux,macos}/{aarch64,ppc64le,x86_64}
2+
# /versions/<version>/compat/{linux,macos}/{aarch64,riscv64,x86_64}
33
/versions/*/compat/*/*
44
/versions/*/compat/*/*/var
55
/versions/*/compat/*/*/var/db/repos
66

77
# Software layer paths:
8-
# /versions/<version>/software/{linux,macos}/{aarch64,ppc64le,x86_64}/<vendor>/<microarchitecture>/software
8+
# /versions/<version>/software/{linux,macos}/{aarch64,riscv64,x86_64}/<vendor>/<microarchitecture>/software
99
/versions/*/software/*/*/*/*/software
1010
/versions/*/software/*/*/*/*/software/*/*
1111
/versions/*/software/*/*/*/*/modules
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
EESSI - the European Environment for Scientific Software Installations
2+
3+
This is the EESSI RISC-V development repository (riscv.eessi.io),
4+
which contains development versions of an EESSI RISC-V software stack.
5+
Note that versions may be added, modified, or deleted at any time.
6+
7+
For more information about this repository,
8+
please see https://www.eessi.io/docs/repositories/riscv.eessi.io/.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
mode: '644'
12+
13+
symlinks:
14+
host_injections: '$(EESSI_HOST_INJECTIONS:-/opt/eessi)'

0 commit comments

Comments
 (0)