Activity for Lmod

  • Robert McLay committed [5e8422]

    move repo to github

  • Lmod Lmod updated /README.md

  • Lmod Lmod released /Lmod-8.7.tar.bz2

  • Robert McLay committed [e43d08]

    small change

  • Robert McLay committed [073d26]

    Merge branch 'testing' of bitbucket.org:rtmclay/lmod into testing

  • Robert McLay committed [10aa72]

    Start of Internal docs

  • Robert McLay committed [5878c3]

    Rename spiderPathFilterHook to reverseMapPathFilter

  • Robert McLay committed [ad221b]

    Rename spiderPathFilterHook to reverseMapPathFilterHook

  • Robert McLay committed [b1b524]

    update version to 8.6.15

  • Robert McLay committed [baba12]

    moving to TAG_VERSION 8.6.15

  • Robert McLay committed [4456de]

    update lua complete function

  • Robert McLay committed [e37840]

    update lua and complete function

  • Robert McLay committed [b6d307]

    Merge branch 'master' of bitbucket.org:rtmclay/lmod

  • Robert McLay committed [49f520]

    Update clearMT shell function for init/sh.in

  • Robert McLay committed [138c59]

    merged

  • Robert McLay committed [bf19af]

    Use MName:isloaded() to determine when a module is loaded.

  • Robert McLay committed [3dffec]

    Issue #564: Use MName:isloaded() instead of MT:haveUserName(); remove MT:haveUserName()

  • Robert McLay committed [723ec5]

    Issue #564: Use MName:isloaded() instead of MT:haveUserName(); remove MT:haveUserName()

  • Robert McLay committed [5cc2f4]

    Issue #564: Use MName:isloaded() instead of MT:haveUserName(); remove MT:haveUserName()

  • Robert McLay committed [9bf4da]

    typo

  • Robert McLay committed [5edc1c]

    starting working on complete mod function

  • Robert McLay committed [da3142]

    Issue #567: Adding complete command to Lua modulefiles

  • Robert McLay committed [e3aff8]

    Issue #567: Adding complete command to TCL modulefiles

  • Robert McLay committed [53181f]

    Issue #567: Adding complete to sh_to_modulefile and source_sh()

  • Robert McLay committed [12f298]

    Issue #567: run complete on Bash shell not zsh or ksh or sh by requiring $BASH_VERSION be defined

  • Robert McLay committed [00d67d]

    Issue #567: updating gold files

  • Robert McLay committed [0de9da]

    update 3/1 slides to fix mistakes. Convert runLmod to use new double quotes way of eval

  • Robert McLay committed [99778c]

    Merge branch 'master' into testing

  • Robert McLay committed [e494ee]

    Issue #564: Add depends_on() test for this issue

  • Robert McLay committed [797a2f]

    Issue #571: remove export -f __lmod_file_glob_on

  • Robert McLay committed [09f7a8]

    moving to TAG_VERSION 8.6.14

  • Robert McLay committed [86a1ae]

    Update to locating docs over marked defaults

  • Xavier Delaruelle Xavier Delaruelle committed [ad1ed8]

    Quote code generated by lmod cmd to pass it to eval

  • GitHub committed [18fb48]

    Merge pull request #570 from xdelaruelle/quote

  • Robert McLay committed [0b0537]

    Merge branch 'master' of github.com:TACC/lmod

  • Robert McLay committed [374874]

    comment out file globbing code

  • Robert McLay committed [299ccc]

    removing file globbing code

  • Robert McLay committed [a72630]

    working on issue #564 and issue #566

  • Robert McLay committed [c0f19d]

    Setup for testing Issue #566

  • Robert McLay committed [b7ca5e]

    Issue #566: Use MT:extractModulesFiles() to report LOADEDMODULES and _LMFILES_ at the end of lmod() function

  • Robert McLay committed [1c6aad]

    Issue #566: Update the gold files to match update

  • Robert McLay committed [f2d39f]

    TCL module-whatis test to remove trailing space

  • Robert McLay committed [fde514]

    Issue #568: Allow for a null cshStr when doing a module show

  • Robert McLay committed [fba2f4]

    Update to locating docs over marked defaults

  • Robert McLay committed [a37da2]

    update gold files for removing trailing blanks in whatis() args

  • Robert McLay committed [8c7519]

    init/bash.in update

  • Robert McLay committed [d04ac7]

    a working depends_on

  • Robert McLay committed [965422]

    update README.new with all 8.6.13 changes

  • Robert McLay committed [f1d670]

    moving to TAG_VERSION 8.6.13

  • Robert McLay committed [3b10e9]

    Adding tests for issue #564

  • Robert McLay committed [b01191]

    Issue #560: Add check for isVisible() when showing extensions when doing "module avail"

  • Robert McLay committed [a2f951]

    working on 3/1 presentation

  • Robert McLay committed [ac1a83]

    Merge branch 'master' of bitbucket.org:rtmclay/lmod

  • Robert McLay committed [57d08a]

    working on 3/1 presentation

  • Robert McLay committed [e0beab]

    working on 3/1 presentation yet again

  • Robert McLay committed [ef5d07]

    Merge branch 'master' of bitbucket.org:rtmclay/lmod

  • Robert McLay committed [d5ad09]

    Issue #560: show that extensions in hidden modules show up when doing "ml --show_hidden av"

  • Robert McLay committed [0a8c16]

    Issue #560: show that extensions in hidden modules show up when doing "ml --show_hidden av"

  • GitHub committed [e18b27]

    Update 010_user.rst

  • GitHub committed [941f09]

    Merge pull request #565 from dirtyharrycallahan/docs

  • Robert McLay committed [78df36]

    Updating 3/1 presentation

  • Robert McLay committed [26085f]

    Merge branch 'master' of ssh://github.com/TACC/Lmod

  • Robert McLay committed [6d2de0]

    working on 3/1 presentation yet again

  • Robert McLay committed [0eede4]

    Merge branch 'master' of bitbucket.org:rtmclay/lmod

  • Robert McLay committed [ccfa51]

    Merge branch 'master' of bitbucket.org:rtmclay/lmod

  • Robert McLay committed [37dcfa]

    fix sh.in about clearMT def; Use local __lmod_my_status;

  • Robert McLay committed [d6d1fe]

    Adding printT(providedByT)

  • Robert McLay committed [129221]

    Adding local __lmod_my_status to bash module defs; fix clearMT for sh.in

  • Robert McLay committed [c75fa5]

    Updating extension test for issue #560

  • Robert McLay committed [0f79bc]

    Updating extension test for issue #560

  • Robert McLay committed [a4754b]

    Merge remote-tracking branch 'origin/issue_560'

  • Robert McLay committed [e02e6f]

    Updating extension test for issue #560

  • Robert McLay committed [2db050]

    Adding tests for issue #564

  • Robert McLay committed [017503]

    Adding tests for issue #564

  • Robert McLay committed [e7c4d0]

    Issue #560: Update Spider_spec.lua file to include mpath for dbT results

  • Robert McLay committed [b66415]

    Issue #560: When doing "ml avail" only show extensions for the modules that are shown in avail

  • Robert McLay committed [f1311f]

    Make SILENT_SHELL_DEBUGGING=yes the default

  • Robert McLay committed [39a934]

    adding set -f ; set +f around running lmod in tests

  • Robert McLay committed [d51371]

    Update 2/08 presentation

  • Robert McLay committed [c93eab]

    Merge branch 'master' of bitbucket.org:rtmclay/lmod

  • Robert McLay committed [492671]

    Issue #560: When doing "ml avail" only show extensions for the modules that are shown in avail

  • Robert McLay committed [e08f21]

    Issue #560: When doing "ml avail" only show extensions for the modules that are shown in avail

  • Robert McLay committed [b3a868]

    moving to TAG_VERSION 8.6.12

  • Robert McLay committed [120982]

    remove extra debug line

  • Robert McLay committed [84bb03]

    Issue #563: Remove extra debug line from module definition

  • Robert McLay committed [c42f5a]

    moving to TAG_VERSION 8.6.11

  • Robert McLay committed [22e363]

    Issue #554: Must turn off/on file globbing in module definition not in Lmod generated shell code

  • Robert McLay committed [f96e54]

    Issue #562: Adding quotes around CC="$CC"

  • Robert McLay committed [978613]

    update gold files for end2end test

  • Robert McLay committed [61f985]

    moving to TAG_VERSION 8.6.10

  • Robert McLay committed [697b18]

    update to 2/8 presenation

  • Robert McLay committed [2e66dc]

    Merge branch 'master' of bitbucket.org:rtmclay/lmod

  • Robert McLay committed [d854f5]

    Issue #554: Use set -f func() {...}; set +f to prevent file globbing during eval

  • Robert McLay committed [ebc33b]

    Issue #554: Disabling file globbing during eval'ing

  • Robert McLay committed [59e6f0]

    Issue #554: Use preamble and epilog to turn off file globbing during eval

  • Robert McLay committed [b71719]

    Update gold files

  • Robert McLay committed [0edab2]

    Issue #554: Use preamble and epilog to turn off file globbing during eval

  • Robert McLay committed [22b91e]

    moving to TAG_VERSION 8.6.9

  • Robert McLay committed [c841b5]

    moving to TAG_VERSION 8.6.8

  • Robert McLay committed [90bd78]

    Issue #558: When doing: "module swap n/v" convert to "module swap n n/v"

1 >