From 2ae92ebdbb5b431088dbf2de3c01432b2c5bf36c Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Fri, 28 May 2021 00:18:30 -0700 Subject: 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 --- etc/spack/defaults/mirrors.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-60-g2f50