From a3714b32921896a0da0fde7597c089c0473897f3 Mon Sep 17 00:00:00 2001 From: Gregory Becker Date: Wed, 14 Apr 2021 23:26:02 -0700 Subject: [PATCH] updates for new tutorial update s3 bucket update tutorial branch --- lib/spack/spack/cmd/tutorial.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/spack/spack/cmd/tutorial.py b/lib/spack/spack/cmd/tutorial.py index 2a32242c2dc..6c0aa40a4a7 100644 --- a/lib/spack/spack/cmd/tutorial.py +++ b/lib/spack/spack/cmd/tutorial.py @@ -25,8 +25,8 @@ # tutorial configuration parameters -tutorial_branch = "releases/v0.15" -tutorial_mirror = "s3://spack-tutorial-container/mirror/" +tutorial_branch = "releases/v0.16" +tutorial_mirror = "s3://spack-binaries-prs/tutorial/ecp21/mirror" tutorial_key = os.path.join(spack.paths.share_path, "keys", "tutorial.pub") # configs to remove