diff options
author | Peter Scheibel <scheibel1@llnl.gov> | 2020-07-08 15:59:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-08 15:59:24 -0700 |
commit | ce9d30f80fb8c0a323895bdcee9270420fde8f81 (patch) | |
tree | d9a2ed4c7d86ddadc1271d0596086c835af06dbe /etc | |
parent | e02d955aed699dae1fca4561b581d1dc605b811c (diff) | |
download | spack-ce9d30f80fb8c0a323895bdcee9270420fde8f81.tar.gz spack-ce9d30f80fb8c0a323895bdcee9270420fde8f81.tar.bz2 spack-ce9d30f80fb8c0a323895bdcee9270420fde8f81.tar.xz spack-ce9d30f80fb8c0a323895bdcee9270420fde8f81.zip |
add public spack mirror (#17077)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/mirrors.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/spack/defaults/mirrors.yaml b/etc/spack/defaults/mirrors.yaml new file mode 100644 index 0000000000..6afc897e61 --- /dev/null +++ b/etc/spack/defaults/mirrors.yaml @@ -0,0 +1,2 @@ +mirrors: + spack-public: https://spack-llnl-mirror.s3-us-west-2.amazonaws.com/ |