summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Gamblin <gamblin2@llnl.gov>2021-05-28 00:18:30 -0700
committerGreg Becker <becker33@llnl.gov>2021-09-21 16:58:41 -0700
commit2ae92ebdbb5b431088dbf2de3c01432b2c5bf36c (patch)
tree0cf9896f856ffa6a68d3317000628eff8e9c017e
parent7f29dd238f43a99c74a0967e5392ecc0ef69c8ab (diff)
downloadspack-2ae92ebdbb5b431088dbf2de3c01432b2c5bf36c.tar.gz
spack-2ae92ebdbb5b431088dbf2de3c01432b2c5bf36c.tar.bz2
spack-2ae92ebdbb5b431088dbf2de3c01432b2c5bf36c.tar.xz
spack-2ae92ebdbb5b431088dbf2de3c01432b2c5bf36c.zip
Use AWS CloudFront for source mirror (#23978)
Spack's source mirror was previously in a plain old S3 bucket. That will still work, but we can do better. This switches to AWS's CloudFront CDN for hosting the mirror. CloudFront is 16x faster (or more) than the old bucket. - [x] change mirror to https://mirror.spack.io
-rw-r--r--etc/spack/defaults/mirrors.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/spack/defaults/mirrors.yaml b/etc/spack/defaults/mirrors.yaml
index 6afc897e61..4db4f7dedb 100644
--- a/etc/spack/defaults/mirrors.yaml
+++ b/etc/spack/defaults/mirrors.yaml
@@ -1,2 +1,2 @@
mirrors:
- spack-public: https://spack-llnl-mirror.s3-us-west-2.amazonaws.com/
+ spack-public: https://mirror.spack.io