diff options
author | Gregory Becker <becker33@llnl.gov> | 2021-04-14 23:26:02 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2021-04-14 23:53:07 -0700 |
commit | 393542064d07a00c57d0a0da0f3d054f53ec3220 (patch) | |
tree | 0c6abb010697bc6e9c7758b5fa5a47669d97dbd9 /lib | |
parent | c4141e16a73ecb0264252a0afe4785b7dacc4688 (diff) | |
download | spack-393542064d07a00c57d0a0da0f3d054f53ec3220.tar.gz spack-393542064d07a00c57d0a0da0f3d054f53ec3220.tar.bz2 spack-393542064d07a00c57d0a0da0f3d054f53ec3220.tar.xz spack-393542064d07a00c57d0a0da0f3d054f53ec3220.zip |
updates for new tutorial
update s3 bucket
update tutorial branch
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/cmd/tutorial.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/spack/cmd/tutorial.py b/lib/spack/spack/cmd/tutorial.py index fb51e27036..a8bc1f1ddd 100644 --- a/lib/spack/spack/cmd/tutorial.py +++ b/lib/spack/spack/cmd/tutorial.py @@ -25,8 +25,8 @@ level = "long" # 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 |