Skip to content

Commit c7efc47

Browse files
committed
add riscv.eessi.io repo
1 parent 6c40259 commit c7efc47

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

inventory/group_vars/all.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@ eessi_cvmfs_repositories:
5151
client_options: []
5252
use_for_ci: false
5353
description: "Repository that contains the EESSI software stacks."
54+
- repository: riscv.eessi.io
55+
stratum0: aws-eu-west-s1-sync.eessi.science
56+
owner: "{{ cvmfs_repo_owner | default('root') }}"
57+
key_dir: /etc/cvmfs/keys/eessi.io
58+
server_options:
59+
- CVMFS_AUTO_GC=false
60+
- CVMFS_AUTO_TAG_TIMESPAN="30 days ago"
61+
- CVMFS_GARBAGE_COLLECTION=true
62+
client_options: []
63+
use_for_ci: false
64+
description: "Repository for developing an EESSI software stack for RISC-V."
5465

5566
# Meta information for CVMFS Stratum servers
5667
cvmfs_server_meta_administrator: "EESSI CVMFS Administrators"

0 commit comments

Comments
 (0)