[Libguestfs] [PATCH 2/2] sysprep: remove man pages cache

Richard W.M. Jones rjones at redhat.com
Tue Oct 30 08:25:37 UTC 2012


On Tue, Oct 30, 2012 at 04:08:44PM +0800, Wanlong Gao wrote:
> Hi Rich,
> 
> > On Tue, Oct 30, 2012 at 03:50:54PM +0800, Wanlong Gao wrote:
> >> Remove the cache files generated by man-db.
> >>
> >> Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
> >> ---
> >>  sysprep/sysprep_operation_logfiles.ml | 3 +++
> >>  1 file changed, 3 insertions(+)
> >>
> >> diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml
> >> index 1bca0dd..43fa33a 100644
> >> --- a/sysprep/sysprep_operation_logfiles.ml
> >> +++ b/sysprep/sysprep_operation_logfiles.ml
> >> @@ -75,6 +75,9 @@ let globs = List.sort compare [
> >>  
> >>    (* fontconfig caches *)
> >>    "/var/cache/fontconfig/*";
> >> +
> >> +  (* man pages cache *)
> >> +  "/var/cache/man/*";
> >>  ]
> >>  let globs_as_pod = String.concat "\n" (List.map ((^) " ") globs)
> >>  
> > 
> > Thanks, both pushed.
> 
> I have a question about virt-sysprep. My workmates want to do the test about virt-sysprep command
> since it will be in RHEL6.4.  Do you have any strategies about how to test this command? Thank you .

Firstly, the version of virt-sysprep in RHEL 6.4 is the old
libguestfs 1.16 shell script version.

We test both versions (RHEL 6 & 7) as part of our QA, but the
tests are quite simple: just running the command and then ensuring
that files have been removed.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/




More information about the Libguestfs mailing list