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:
2015-04-23 17:48:02 +02:00
parent d1f0209416
commit b81a326f8b

View File

@@ -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:'