From b81a326f8b8f48e0cb880afb0674f883ee0f10aa Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 23 Apr 2015 17:48:02 +0200 Subject: [PATCH] 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) --- scripts/Bootstrap/Pmodules/environment.bash.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/Bootstrap/Pmodules/environment.bash.in b/scripts/Bootstrap/Pmodules/environment.bash.in index 16c9eb9..11a5623 100644 --- a/scripts/Bootstrap/Pmodules/environment.bash.in +++ b/scripts/Bootstrap/Pmodules/environment.bash.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:'