gsell
3bd6c9c1b4
Pmodules/modulecmd.tcl.in
...
- indentation changed to 8 spaces
- avoid needless nesting
0.99.9
2017-03-01 14:08:17 +01:00
gsell
972c0cdcdd
Pmodules/modulecmd.bash.in
...
- missing sub-command 'help' added to dictionary
2017-03-01 14:05:27 +01:00
gsell
0cd1c02775
Pmodules/libmodules.tcl:
...
- prefix global variables with 'g_'
2017-03-01 14:04:36 +01:00
gsell
8f1c469a98
Pmodules/modbuild
...
- erroneously inserted 'i' removed
2017-02-15 16:55:02 +01:00
gsell
8f1fa90b1a
build of 'dialog' removed
2017-02-15 16:53:24 +01:00
gsell
1e33fc439c
Pmodules/modulecmd.bash.in
...
- bug-fix in get_available_modules() if Tcl implementation of modulecmd is used
2017-02-15 15:25:36 +01:00
gsell
e3ef0f1b8d
Pmodules/modulecmd.bash.in:
...
- PMODULES_USED_GROUPS removed from PMODULES_ENV (close #9 )
2017-02-09 11:15:41 +01:00
gsell
d7dbccd0e4
Pmodules/bash
...
- bug-fix in passing options to modulecmd (issue #8 )
2017-02-07 17:54:51 +01:00
gsell
ef2df8ea3d
Pmodules/modulecmd.bash.in:
...
- bug-fix in loading dependencies (issue #6}
- enhance handling of sub-commands(issue #7 )
2017-02-07 17:44:07 +01:00
gsell
536013726b
install_pmodules.sh:
...
- installation of 'dialog.bash' removed (issue #5 )
2017-02-07 17:39:16 +01:00
gsell
3f4b5ed2e7
Pmodules/dialog.bash removed (issue #5 )
2017-01-24 11:25:37 +01:00
gsell
3cd0a83a88
Merge branch 'master' of gitlab.psi.ch:Pmodules/src
2017-01-24 11:14:30 +01:00
gsell
64cbddbd8a
config/version.cond
...
- set version to 0.99.9
- version of dialog removed
2017-01-24 11:14:13 +01:00
gsell
aae257b7f6
dialog based module installation removed (see also issue #5 )
2017-01-24 11:13:32 +01:00
gsell
1de4c52c8a
Delete testfile
2017-01-19 15:43:16 +01:00
gsell
295e63c699
Merge branch 'test' into 'master'
...
testfile added
See merge request !1
2017-01-19 15:41:33 +01:00
gsell
f973e99c76
testfile added
2017-01-19 15:38:35 +01:00
gsell
f2a6b75de1
getopt/build
...
- patching Makefile is required with downloaded original tarball
2017-01-19 13:08:33 +01:00
gsell
10fbeb0879
config/versions.conf
...
- set Pmodules version to 0.99.9
2017-01-19 13:07:24 +01:00
gsell
5e832324f8
getopt/build
...
- there is no need to patch the Makefile (why?)
0.99.8
2017-01-19 11:15:49 +01:00
gsell
f13fcdf7d8
Pmodules/modulecmd.bash.in
...
- do not add Pmodules bin and sbin directories to PATH
2017-01-10 17:13:03 +01:00
gsell
f2dee3a65f
Pmodules/modmanage.bash.in
...
- add Pmodules sbin directory to PATH
2017-01-10 17:11:55 +01:00
gsell
ce0eb43f6e
Pmodules/libpmodules.bash:
...
- set variable 'sbindir' if not set
2017-01-10 17:11:14 +01:00
gsell
e0423db6f4
implement/fix issue #2 : move additional binaries to "$PMODULES_HOME/sbin"
2017-01-09 17:25:51 +01:00
gsell
c8899ef733
Pmodules/modulecmd
...
- quote argument for dirname(1)
- do NOT use 'declare -r' the variable 'bindir' (not all
bourne-compatible shells are supporting this keyword)
0.99.7
2017-01-09 12:14:09 +01:00
gsell
b23f939948
Pmodules/bash
...
- unset BASH_ENV in module function
2017-01-09 12:06:37 +01:00
gsell
c3e769dbe0
gettext/build
...
- download gzipped file, old tar's cannot handle .xz extension/compression
2016-11-25 18:25:48 +01:00
gsell
09ef46439b
config/versions.conf
...
- version of Pmodules set to 0.99.7
2016-11-25 18:24:34 +01:00
gsell
48ef3b37ed
config/environment.bash.psi
...
- version of Pmodules set to 0.99.7
2016-11-25 18:24:11 +01:00
gsell
e3b3b5ed57
Pmodules/modulecmd
...
- shebang set to '#!/bin/sh'
2016-11-25 18:23:13 +01:00
gsell
8ca46d57f1
Pmodules/libpbuild.bash
...
- find_tarball(): almost rewritten
2016-11-25 18:22:40 +01:00
gsell
7bc064a2cd
Pmodules/modbuild
...
- add options to specify system and dedicated variants file
2016-11-10 06:23:26 -08:00
gsell
631f99b2c8
Pmodules/libpbuild.bash
...
- find_tarball(): do not check certificate while wget'ing
- load_build_dependencies(): check OS variants first
2016-11-10 06:22:11 -08:00
gsell
ffe73b9b30
compile_pmodules.sh
...
- '--debug' option added
2016-10-27 10:07:15 -07:00
gsell
cdb18ac96b
configure
...
- more verbose usage
- bugfix in parsing options
2016-10-27 10:06:47 -07:00
gsell
5fdd656a18
config/versions.conf
...
- use dialog 1.3-20160828
- use Tcl 8.6.6
2016-10-27 10:06:08 -07:00
gsell
9b965bbf8b
getopt/Makefile.patch
...
- added
2016-10-27 10:05:10 -07:00
gsell
81f7fbd681
getopt/build
...
- SOURCE_URL added
- patch to Makefile added to get linking right
2016-10-27 10:04:29 -07:00
gsell
d16ff5c078
{Tcl,bash,coreutils,dialog,gettext}/build
...
- SOURCE_URL added
2016-10-27 10:03:31 -07:00
gsell
ad5ea27f67
Pmodules/libpbuild.bash
...
- find_tarball() download if not locally available and SOURCE_URL is set
2016-10-27 10:02:12 -07:00
gsell
c118c2eb28
install_pmodules.sh
...
- create empty group 'Libraries'
2016-10-14 13:37:59 +02:00
gsell
7570f5916e
compile_pmodules:
...
- do cleanup build and source directory by default
- opt '--disable_cleanup' added
- installation of modulecmd-binary added to post-install section of Module/build
2016-10-14 13:37:01 +02:00
gsell
e08072c22e
Pmoules/modulecmd.bash.in
...
- bugfix in subcommand_avail(): resan_groups() was called without args
- get_group_deth2(): return 0 if group is empty
2016-10-14 13:34:13 +02:00
gsell
5f3f5677df
Pmodules/libpbuild.bahs
...
- pbuild::module_is_available() renamed to pbuild::module_exists()
- pbuild::module_exists() use search sub-command to test whether a module exists
2016-10-14 13:32:17 +02:00
gsell
57ffd77fbb
Modules/build
...
- installation of modulecmd-binary added to post_install
2016-10-14 13:30:31 +02:00
gsell
6e2fdcbca0
Pmodules/modulecmd.bash.in
...
- subcommand_avail(): rescan groups, if called with option --all
2016-10-13 13:05:23 +02:00
gsell
5202249bff
Pmodules/libpbuild.bash
...
- build_dependencies(): unsupported args removed
2016-10-13 13:02:15 +02:00
gsell
74ef0b7225
install_pmodules.sh
...
- install configuration files in Pmodules root/config
2016-10-12 18:30:18 +02:00
gsell
82a2dbdebf
config/environment.bash.psi
...
- use ${USERS} in tmp dir
2016-10-12 18:29:25 +02:00
gsell
0e898d6754
Pmodules/modulecmd.bash.in
...
- get_hierarchy_depth() renamed to get_group_depth()
- new function get_group_depth() to compute depth of a single group
- is_group() and subcommand_use() are now able to handle groups which are not yet cached
2016-10-12 18:28:32 +02:00