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:
parent
f2c1b40e58
commit
9a028e3b15
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# tutorial configuration parameters
|
# tutorial configuration parameters
|
||||||
tutorial_branch = "releases/v%d.%d" % spack.spack_version_info[:2]
|
tutorial_branch = "releases/v0.17"
|
||||||
tutorial_mirror = "file:///mirror"
|
tutorial_mirror = "file:///mirror"
|
||||||
tutorial_key = os.path.join(spack.paths.share_path, "keys", "tutorial.pub")
|
tutorial_key = os.path.join(spack.paths.share_path, "keys", "tutorial.pub")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user