Skip to content

Commit

Permalink
Merge pull request #28 from boegel/ls_eessi
Browse files Browse the repository at this point in the history
show basic access to EESSI in section on default repos
  • Loading branch information
bedroge authored Dec 2, 2023
2 parents 33dc911 + 4ced071 commit 4ebb4f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/access/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,13 @@ $ find /cvmfs/cvmfs-config.cern.ch/etc/cvmfs -type f -name '*eessi*'
/cvmfs/cvmfs-config.cern.ch/etc/cvmfs/keys/eessi.io/eessi.io.pub
```

That means we now already have access to the EESSI CernVM-FS repository:

```
$ ls /cvmfs/software.eessi.io
README.eessi host_injections versions
```

## Inspecting repository configuration

To check whether a specific CernVM-FS repository is accessible, we can *probe* it:
Expand Down
2 changes: 1 addition & 1 deletion docs/eessi/using-eessi.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Try checking the contents of the `/cvmfs/software.eessi.io` directory with the `

```bash
$ ls /cvmfs/software.eessi.io
host_injections README versions
README.eessi host_injections versions
```

If you see an error message like "`No such file or directory`", then either the CernVM-FS client
Expand Down

0 comments on commit 4ebb4f2

Please sign in to comment.