Skip to content

Commit e21f771

Browse files
authored
Merge pull request #14 from EESSI/rename
rename cvmfs-layer to filesystem-layer in README
2 parents ba277e6 + 75ad531 commit e21f771

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ For the installation of all components we make use of two Ansible roles: the CVM
3030
https://github.com/galaxyproject/ansible-cvmfs), and a role for adding the EPEL repository (https://github.com/geerlingguy/ansible-role-repo-epel).
3131
Both repositories are added as a submodule inside the `roles` directory, so make sure to use the `--recursive` option when cloning this repository:
3232
```
33-
git clone --recursive git@github.com:EESSI/cvmfs-layer.git
33+
git clone --recursive https://github.com/EESSI/filesystem-layer.git
3434
```
3535
Alternatively, clone this repository first, and init and update the required submodules later:
3636
```
37-
git clone git@github.com:EESSI/cvmfs-layer.git
38-
cd cvmfs-layer
37+
git clone https://github.com/EESSI/filesystem-layer.git
38+
cd filesystem-layer
3939
git submodule init
4040
git submodule update
4141
```

group_vars/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# The license key for the Geo API:
55
# https://cvmfs.readthedocs.io/en/stable/cpt-replica.html#geo-api-setup
66
# For some unclear reason, the Stratum 1 installation fails when this is not set:
7-
# https://github.com/EESSI/cvmfs-layer/issues/2
7+
# https://github.com/EESSI/filesystem-layer/issues/2
88
#cvmfs_geo_license_key:
99

1010
# Automatically configure EESSI CVMFS repos.

0 commit comments

Comments
 (0)