rcs-si / module_check

Check if environment variables within a module file are defined correctly
2 stars 0 forks source link

Release version 0.5 to the SCC #6

Closed bu-bgregor closed 10 months ago

bu-bgregor commented 10 months ago

Let's call this version 0.5. Aside from some polishing the following functionality is working:

To do to release a usable version:

Once that works:

katgit commented 10 months ago

@bu-bgregor Do you think it would make sense to "rename" the executable from "module_check.py" to "module_check"? The way we did it in 2 other projects is we created a bash script with the same name and this bash script would load appropriate python module (if needed) and then call python script with the passed arguments. I am not sure if this is a good solution, but it is easier to remember (than remembering that the tool was written in python)

bu-bgregor commented 10 months ago

Extra To Do:

bu-bgregor commented 10 months ago

module_check wrapper is added. Module is installed at /share/pkg.8/module_check and is linked in /share/module.8/rcstools/module_check

The 0.5 release has a bug which will be described in a new issue.