Removed reports
This commit is contained in:
parent
fa8287b865
commit
a1c32bca4b
16
lib.cf
16
lib.cf
|
@ -327,12 +327,14 @@ commands:
|
||||||
inform => "true";
|
inform => "true";
|
||||||
|
|
||||||
"/usr/bin/true"
|
"/usr/bin/true"
|
||||||
|
inform => "false",
|
||||||
depends_on => {"$(cls)_downloaded"},
|
depends_on => {"$(cls)_downloaded"},
|
||||||
classes => if_repaired("$(cls)_kept");
|
classes => if_repaired("$(cls)_kept");
|
||||||
|
|
||||||
|
|
||||||
(!run_wget)&(wget)::
|
(!run_wget)&(wget)::
|
||||||
"/usr/bin/true"
|
"/usr/bin/true"
|
||||||
|
inform => "false",
|
||||||
classes => if_repaired("$(cls)_kept");
|
classes => if_repaired("$(cls)_kept");
|
||||||
|
|
||||||
|
|
||||||
|
@ -342,20 +344,6 @@ files:
|
||||||
depends_on => {"$(cls)_downloaded"};
|
depends_on => {"$(cls)_downloaded"};
|
||||||
|
|
||||||
reports:
|
reports:
|
||||||
!run_wget::
|
|
||||||
"Not run wget";
|
|
||||||
run_wget::
|
|
||||||
"Run wget";
|
|
||||||
|
|
||||||
"$(cls)_repaired"::
|
|
||||||
"$(cls) repaired";
|
|
||||||
"!($(cls)_repaired)"::
|
|
||||||
"$(cls) not repaired";
|
|
||||||
|
|
||||||
"$(cls)_kept"::
|
|
||||||
"$(cls) kept";
|
|
||||||
"!($(cls)_kept)"::
|
|
||||||
"$(cls) not kept";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue