Skip to content

Commit

Permalink
Update a few references to point to releases/v0.21 (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Nov 7, 2023
1 parent 30c2992 commit d2b7072
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

and then set Spack up like this::

git clone --depth=100 --branch=releases/v0.20 https://github.com/spack/spack
git clone --depth=100 --branch=releases/v0.21 https://github.com/spack/spack
. spack/share/spack/setup-env.sh
spack tutorial -y
spack bootstrap now
Expand Down
2 changes: 1 addition & 1 deletion outputs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DOCKER_RUN_OPTS :=
#DOCKER_RUN_OPTS := --userns=keep-id --security-opt label=disable

# Name of the container we'll generate the tutorial outputs with
container := ghcr.io/spack/tutorial:latest
container := ghcr.io/spack/tutorial:latest@sha256:ec45bd8391b210e3989dbad5135eab2034503e31ede74b5d785818aba61d90ec

# Sections to build
sections := basics cache dev environments modules packaging scripting stacks
Expand Down
2 changes: 1 addition & 1 deletion outputs/defs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
raw_outputs="${PROJECT}/raw"

# used by scripts
tutorial_branch=releases/v0.20
tutorial_branch=releases/v0.21

print_status() {
printf "\n%b: %s\n\n" "\033[1;35m$1\033[0m" "$2"
Expand Down

0 comments on commit d2b7072

Please sign in to comment.