Skip to content

Commit

Permalink
bump EESSI pilot version to 2023.06 + update create_directory_tarball…
Browse files Browse the repository at this point in the history
…s.sh script to use '2023.06' branch of EESSI/software-layer repo
  • Loading branch information
boegel committed Jun 16, 2023
1 parent 2f6709f commit 633de6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create_directory_tarballs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

SOFTWARE_LAYER_TARBALL_URL=https://github.com/EESSI/software-layer/tarball/main
SOFTWARE_LAYER_TARBALL_URL=https://github.com/EESSI/software-layer/tarball/2023.06

set -eo pipefail

Expand Down
2 changes: 1 addition & 1 deletion init/eessi_defaults
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
#

export EESSI_CVMFS_REPO="${EESSI_CVMFS_REPO_OVERRIDE:=/cvmfs/pilot.eessi-hpc.org}"
export EESSI_PILOT_VERSION="${EESSI_PILOT_VERSION_OVERRIDE:=2021.12}"
export EESSI_PILOT_VERSION="${EESSI_PILOT_VERSION_OVERRIDE:=2023.06}"

0 comments on commit 633de6a

Please sign in to comment.