Bright-Computing / bic

Bright-Illumina collaboration
GNU General Public License v2.0
4 stars 5 forks source link

Current Lmod.spec overwrites existing /etc/site/lmod/SitePackage.lua, let's improve #84

Closed fgeorgatos closed 7 years ago

fgeorgatos commented 7 years ago

as it says on the tin, it should at least drop a .rpmsave or skip it. also, this is related to #81 - improved SitePackage.lua should be used, which is more generic, too! yum erase should similarly not wipe out a modified such file

fgeorgatos commented 7 years ago

It is considered that this is handled via install operation over here, therefor closing: https://github.com/Bright-Computing/bic/pull/89/files#diff-4e3e8284f4cc910c20f0d090847b2dddR95

fgeorgatos commented 7 years ago

correct statement: it is %config(noreplace) which makes for the effect.

ref. https://github.com/Bright-Computing/bic/pull/89/files#diff-4e3e8284f4cc910c20f0d090847b2dddR157