Robert McLay

Results 133 comments of Robert McLay

The PR684 branch has been merged into the main branch and has been released as Lmod 8.7.36

This feature request has been updated on the testing branch. Your site can now override m_Module_Msgs_close to get a border other that red. Please try the testing branch to see...

This feature has been merged into the main branch and has been released as Lmod 8.7.36.

Well, we only install java occasionally and only the system one. But we do have a similar problem with our .version files for all packages. What we do is have...

You can't. You can't have one file shared by multiple rpm. The solution is to not put .modulerc.lua in the rpm.

I don't understand what you are trying to do. Say we are creating an rpm for Java 1.8 we would create a file that we placed in the rpm called:...

So why make Lmod do the work?. RPM's support post install scripts. Have the post install script take all the files in .modulerc.d and combine them into .modulerc.lua with "cat".

I forgot to mention that you'll need to also create a cleanup script which rebuilds the .modulerc.lua file after the old rpm is removed.