bugfix: don't calculate spack tutorial version from version info

A recent switch to the way we do `develop` versioning broke this.  We
should hard-code the latest tutorial version.
This commit is contained in:
Todd Gamblin 2022-05-01 23:13:50 -07:00
parent f2c1b40e58
commit 9a028e3b15
No known key found for this signature in database
GPG Key ID: C16729F1AACF66C6

View File

@ -24,7 +24,7 @@
# tutorial configuration parameters
tutorial_branch = "releases/v%d.%d" % spack.spack_version_info[:2]
tutorial_branch = "releases/v0.17"
tutorial_mirror = "file:///mirror"
tutorial_key = os.path.join(spack.paths.share_path, "keys", "tutorial.pub")