Skip to content

Commit 9d1e5dc

Browse files
remove unused entries in mirrors.yaml (#265)
the schema for `mirrors.yaml` has been changed in `spack@develop` giving an error on `access_pairs`. Remove `access_pair`, `profile`, `endpoint_url` (`=None`) from the template. Tested with spack `releases/v1.0` and `develop` branch.
1 parent 1514e89 commit 9d1e5dc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

stackinator/cache.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,9 @@ def generate_mirrors_yaml(config):
4747
"alpscache": {
4848
"fetch": {
4949
"url": f"file://{path}",
50-
"access_pair": [None, None],
51-
"profile": None,
52-
"endpoint_url": None,
5350
},
5451
"push": {
5552
"url": f"file://{path}",
56-
"access_pair": [None, None],
57-
"profile": None,
58-
"endpoint_url": None,
5953
},
6054
}
6155
}

0 commit comments

Comments
 (0)