File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Summary: Sitepackage and other config files for Lmod
2
2
Name: Lmod-config
3
- Version: 1.8
3
+ Version: 1.9
4
4
Release: 1
5
5
License: GPL
6
6
Group: Applications/System
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ local function load_hook(t)
87
87
if frameStk :atTop () then
88
88
if age > 7 then
89
89
LmodWarning {msg = " vub_very_old_module" , fullName = t .modFullName }
90
- elseif age > 5 then
90
+ elseif age > 6 then
91
91
LmodMessage {msg = " vub_old_module" , fullName = t .modFullName }
92
92
end
93
93
end
@@ -248,7 +248,7 @@ local function visible_hook(modT)
248
248
if not mt :exists (' legacy-software' ) then
249
249
modT .isVisible = false
250
250
end
251
- elseif module_age (modT ) > 5 then
251
+ elseif module_age (modT ) > 6 then
252
252
modT .isVisible = false
253
253
end
254
254
end
You can’t perform that action at this time.
0 commit comments