gsell
ac3ae60f14
Merge branch 'master' into 32-overlay-implementation
2021-05-25 11:16:02 +02:00
gsell
4e25722118
set version to 1.1.2
2021-05-20 16:41:30 +02:00
gsell
4f6b8c89b5
set version to 1.0.0rc10
2021-05-20 16:40:43 +02:00
gsell
0b87dc8ac4
modulecmd: bugfix in unuse an overlay
...
- local declaration of overlay was missing
2021-05-20 14:57:37 +02:00
gsell
5c393560df
modulecmd: re-using overlay check improved/simplified
2021-05-20 14:54:03 +02:00
gsell
5941ded0d4
modulecmd: more descriptive error message in sub-cmd use
2021-05-20 14:52:46 +02:00
gsell
f31dc38513
modulecmd: some unnecessary return statements removed after std::die
2021-05-20 14:41:19 +02:00
gsell
fd21f98254
modulecmd: optional overlay configuration in config file added
2021-05-11 15:09:20 +02:00
gsell
18f586599c
Merge branch 'master' into 32-overlay-implementation
2021-05-11 14:06:58 +02:00
gsell
d3d02d76c4
Merge branch '120-modulecmd-switch-sub-cmd-need-tmpfile' into 'master'
...
Resolve "modulecmd: switch sub-cmd need tmpfile"
Closes #120
See merge request Pmodules/src!89
1.0.0rc9
2021-05-11 14:06:30 +02:00
gsell
69bcb98a07
modulecmd: create a tmpdile for sub-cmd switch
2021-05-11 14:05:19 +02:00
gsell
27fcf7ed69
Merge branch 'master' into 32-overlay-implementation
2021-05-11 13:40:45 +02:00
gsell
adcfbd5401
Merge branch '119-modulecmd-fixes-in-loading-a-pmodules-module' into 'master'
...
Resolve "modulecmd: fixes in loading a Pmodules module"
Closes #119
See merge request Pmodules/src!88
2021-05-11 13:37:31 +02:00
gsell
e0950bcd25
modulecmd: fix initialisation after loading a Pmodule module
2021-05-11 12:05:00 +02:00
gsell
fe07ceef9d
Merge branch 'master' into 32-overlay-implementation
2021-05-11 11:39:14 +02:00
gsell
bc1afaf60c
Merge branch '118-modulecmd-loading-a-pmodules-module' into 'master'
...
Resolve "modulecmd: loading a Pmodules module"
Closes #118
See merge request Pmodules/src!87
2021-05-10 16:18:36 +02:00
gsell
fcec9f77c2
modulecmd: restore some env.vars after loading Pmodules module
2021-05-10 15:55:19 +02:00
gsell
ca4c530a5e
modulecmd: prevent loading Pmodules module if other modules are loaded
2021-05-10 15:53:06 +02:00
gsell
d32f04ea83
modulecmd: bugfix in basic initialization
2021-05-07 16:41:00 +02:00
gsell
bff9055b20
modulecmd: bugfix in tmp file setup/cleanup
2021-05-07 16:40:08 +02:00
gsell
183e7f40a2
libstd.bash: function to check Bash variable type added
2021-05-07 15:51:28 +02:00
gsell
ff20825975
Merge branch 'master' into 32-overlay-implementation
2021-05-06 19:54:45 +02:00
gsell
a6623727ae
Merge branch '117-reinitialize-pmodules-environment-after-loading-a-new-pmodules-version' into 'master'
...
Resolve "reinitialize Pmodules environment after loading a new Pmodules version"
Closes #117
See merge request Pmodules/src!86
2021-05-06 19:05:36 +02:00
gsell
0ea9e54cc4
modulecmd: reinitialize Pmodules if Pmodules version changed
2021-05-06 19:04:27 +02:00
gsell
ab1f6c263d
modulecmd: fixed in sub-cmd avail
...
- bugfix in loop collecting per group directories in MODULEPATH
- use UsedGroups to loop over the groups, this defines a clear oder
- in pmodules_init(): prepend groups to UseGroups instead of
appending. This fixes an issue in the order the groups were listed.
2021-05-06 18:14:07 +02:00
gsell
a3835d3f0b
libmodules.tcl: bugfix in module-addgroup{}
2021-05-06 18:12:44 +02:00
gsell
59fa8aadeb
Merge branch 'master' into 32-overlay-implementation
2021-05-06 14:44:51 +02:00
gsell
1731df2097
Merge branch '116-modulecmd-use-default-ifs' into 'master'
...
Resolve "modulecmd: use default IFS"
Closes #116
See merge request Pmodules/src!85
2021-05-06 14:40:48 +02:00
gsell
f5351f025e
modulecmd: use default IFS
2021-05-06 14:40:12 +02:00
gsell
37680f6504
Merge branch 'master' into 32-overlay-implementation
2021-05-06 14:33:48 +02:00
gsell
9cef06786c
Merge branch '115-modulecmd-group-argument-for-sub-cmd-avail' into 'master'
...
Resolve "modulecmd: group argument for sub-cmd avail"
Closes #115
See merge request Pmodules/src!84
2021-05-06 14:27:10 +02:00
gsell
6318a0a591
modulecmd: sub-cmd avail: group argument added
...
It's now possible to list available modules in certain groups only.
2021-05-06 14:23:55 +02:00
gsell
e3299a1afa
modulecmd: sub-cmd avail: pass group as argument to output function
2021-05-06 14:22:30 +02:00
gsell
2b8d085909
Merge branch '114-modulecmd-align-columns-in-sub-command-avail' into 'master'
...
Resolve "modulecmd: align columns in sub-command avail"
Closes #114
See merge request Pmodules/src!83
2021-05-06 11:29:25 +02:00
gsell
dc1ad90c70
modulecmd: align columns in sub-cmd avail
2021-05-06 11:28:10 +02:00
gsell
ac88f14202
Merge branch 'cherry-pick-9a0d55ed' into 'master'
...
modulecmd: save environment after unloading a module
See merge request Pmodules/src!82
2021-05-06 10:34:44 +02:00
gsell
daead01197
modulecmd: save environment after unloading a module
...
(cherry picked from commit 9a0d55ed85 )
2021-05-06 10:34:20 +02:00
gsell
37bc7af084
Merge branch '113-modulefile-fix-path-mangling' into 'master'
...
Resolve "modulefile: fix PATH mangling"
Closes #113
See merge request Pmodules/src!81
2021-05-06 10:33:25 +02:00
gsell
2faf42a4e0
modulefile: bugfix in modifying PATH
...
(cherry picked from commit d25663a32e )
2021-05-06 10:32:27 +02:00
gsell
fcf37f8b44
Pmodule modulefile: remove Pmodules bin dir from PATH
...
in some cases it might happen that we have a Pmodules bin directory
in PATH. This has to be removed if we load a Pmodule module.
(cherry picked from commit d23fdf930a )
2021-05-06 10:31:47 +02:00
gsell
d25663a32e
modulefile: bugfix in modifying PATH
2021-05-06 09:27:28 +02:00
gsell
9a0d55ed85
modulecmd: save environment after unloading a module
2021-05-06 09:25:26 +02:00
gsell
325551eecd
modulecmd: fixes in adding/removing overlays
...
bugfix in the code to prevent adding an overlay if modules are already
loaded, same for removing
more clear error message if an overlay cannot be added/removed
use constants for overlay modifiers
2021-05-06 09:19:46 +02:00
gsell
415a942931
libmodules.tcl: bugfixes in module-addgroup() handling overlays
...
replacing(global) overlays were not handle properly
2021-05-06 09:11:44 +02:00
gsell
38bbf3917d
Merge branch 'master' into 32-overlay-implementation
2021-04-30 15:58:52 +02:00
gsell
b0636eb004
Merge branch '112-modmanage-review-and-cleanup' into 'master'
...
Resolve "modmanage: review and cleanup"
Closes #112
See merge request Pmodules/src!80
2021-04-30 15:33:32 +02:00
gsell
47bccd5fa8
modmange: functions from libpmodules.bash added
2021-04-30 15:30:17 +02:00
gsell
8c4d911fa5
modmanage: don't use PATH to find commands
2021-04-30 15:27:46 +02:00
gsell
291039084b
modmanage: hardcode CMD
2021-04-30 15:24:13 +02:00
gsell
2747861b52
modmanage: shebang fixed
2021-04-30 15:23:44 +02:00