spack/etc/spack/defaults
Harmen Stoppels 522d9e260b
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 11:29:17 +00:00
..
cray Don't set LD_LIBRARY_PATH by default on Linux (#28354) 2022-08-11 09:33:08 -05:00
darwin macOS: use Apple GL/GLU by default (#36618) 2023-04-27 21:54:48 -05:00
linux Don't set LD_LIBRARY_PATH by default on Linux (#28354) 2022-08-11 09:33:08 -05:00
windows Allow configurable stage names (#36509) 2023-03-31 11:46:47 -07:00
bootstrap.yaml Update metadata for bootstrapping (#33665) 2022-11-03 09:05:03 +00:00
concretizer.yaml concretizer: add mode to reuse dependencies only (#30990) 2023-03-14 09:22:20 +01:00
config.yaml installer: Improve status reporting (#37903) 2023-07-12 08:54:45 +02:00
mirrors.yaml mirrors: distinguish between source/binary mirror; simplify schema (#34523) 2023-07-13 11:29:17 +00:00
modules.yaml Disable module file generation by default (#37258) 2023-05-02 10:28:27 +02:00
packages.yaml Update providers of virtual packages related to Intel OneAPI (#37412) 2023-05-11 05:58:24 -04:00
repos.yaml Add "default" configuration scope. 2016-07-19 17:10:17 -07:00