[Pkg-libvirt-commits] [libguestfs] 49/78: sysprep: remove apt and aptitude logs

Hilko Bengen bengen at moszumanska.debian.org
Fri May 9 12:55:53 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit f7d2738902367ef7a02c1f0fb9ef9221b41faca8
Author: Pino Toscano <ptoscano at redhat.com>
Date:   Wed Apr 9 13:38:50 2014 +0200

    sysprep: remove apt and aptitude logs
---
 sysprep/sysprep_operation_logfiles.ml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml
index b804f1a..097633a 100644
--- a/sysprep/sysprep_operation_logfiles.ml
+++ b/sysprep/sysprep_operation_logfiles.ml
@@ -115,6 +115,10 @@ let globs = List.sort compare [
 
   (* journals of systemd *)
   "/var/log/journal/*";
+
+  (* Debian logs: apt & aptitude *)
+  "/var/log/aptitude*";
+  "/var/log/apt/*";
 ]
 let globs_as_pod = String.concat "\n" (List.map ((^) " ") globs)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list