scripts/Bootstrap/Pmodules/environment.bash.in:
- PSI_RELEASES renamed to PSI_DEFINED_RELEASES - set PSI_DEFAULT_RELEASES instead of PSI_USED_RELEASES - PSI_USED_RELEASES renamed to USED_RELEASES (and saved in PMODULES_ENV)
This commit is contained in:
@@ -12,6 +12,5 @@ declare -x PSI_MODULES_ROOT='modulefiles'
|
||||
declare -x PSI_TEMPLATES_DIR='templates'
|
||||
|
||||
declare -x PSI_DEFAULT_FAMILIES='Tools Programming'
|
||||
|
||||
declare -x PSI_RELEASES=':unstable:stable:deprecated:'
|
||||
declare -x PSI_USED_RELEASES='stable'
|
||||
declare -x PSI_DEFAULT_RELEASES='stable'
|
||||
declare -x PSI_DEFINED_RELEASES=':unstable:stable:deprecated:'
|
||||
|
||||
Reference in New Issue
Block a user