This website requires JavaScript.
Explore
Help
Sign In
zhangyiss
/
spack
Watch
1
Star
0
Fork
0
You've already forked spack
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
a6844d26e0
spack
/
etc
/
spack
/
defaults
/
mirrors.yaml
5 lines
76 B
YAML
Raw
Normal View
History
Unescape
Escape
add public spack mirror (#17077)
2020-07-09 06:59:24 +08:00
mirrors
:
mirrors: distinguish between source/binary mirror; simplify schema (#34523) Allow the following formats: ```yaml mirrors: name: <url> ``` ```yaml mirrors: name: url: s3://xyz access_pair: [x, y] ``` ```yaml mirrors: name: fetch: http://xyz push: url: s3://xyz access_pair: [x, y] ``` And reserve two new properties to indicate the mirror type (e.g. mirror.spack.io is a source mirror, not a binary cache) ```yaml mirrors: spack-public: source: true binary: false url: https://mirror.spack.io ```
2023-07-13 19:29:17 +08:00
spack-public
:
binary
:
false
url
:
https://mirror.spack.io
Reference in New Issue
Copy Permalink