Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add README and CVMFS dirtab for riscv.eessi.io #183

Merged
merged 3 commits into from
Mar 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions roles/create_cvmfs_content_structure/files/.cvmfsdirtab
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Compatibility layer paths:
# /versions/<version>/compat/{linux,macos}/{aarch64,ppc64le,x86_64}
# /versions/<version>/compat/{linux,macos}/{aarch64,riscv64,x86_64}
/versions/*/compat/*/*
/versions/*/compat/*/*/var
/versions/*/compat/*/*/var/db/repos

# Software layer paths:
# /versions/<version>/software/{linux,macos}/{aarch64,ppc64le,x86_64}/<vendor>/<microarchitecture>/software
# /versions/<version>/software/{linux,macos}/{aarch64,riscv64,x86_64}/<vendor>/<microarchitecture>/software
/versions/*/software/*/*/*/*/software
/versions/*/software/*/*/*/*/software/*/*
/versions/*/software/*/*/*/*/modules
Expand Down
8 changes: 8 additions & 0 deletions roles/create_cvmfs_content_structure/files/README.riscv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
EESSI - the European Environment for Scientific Software Installations

This is the EESSI RISC-V development repository (riscv.eessi.io),
which contains development versions of an EESSI RISC-V software stack.
Note that versions may be added, modified, or deleted at any time.

For more information about this repository,
please see https://www.eessi.io/docs/repositories/riscv.eessi.io/.
14 changes: 14 additions & 0 deletions roles/create_cvmfs_content_structure/vars/riscv.eessi.io.yml
Original file line number Diff line number Diff line change
@@ -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)'
Loading