[Piuparts-commits] rev 523 - in trunk: . debian

Holger Levsen holger at alioth.debian.org
Mon Oct 19 14:47:44 UTC 2009


Author: holger
Date: 2009-10-19 14:47:44 +0000 (Mon, 19 Oct 2009)
New Revision: 523

Modified:
   trunk/debian/changelog
   trunk/piuparts.py
Log:
added to ignore_patterns: /var/lib/insserv/run.*.log

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-10-15 10:28:46 UTC (rev 522)
+++ trunk/debian/changelog	2009-10-19 14:47:44 UTC (rev 523)
@@ -7,6 +7,7 @@
   * piuparts.py: 
     - added to self.ignored_patterns:
       - /var/cache/man(/.*)/index.db (Closes: #550953)
+      - /var/lib/insserv/run.*.log
     - removed from self.ignored_files:
       - /var/cache/man/index.db
 

Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py	2009-10-15 10:28:46 UTC (rev 522)
+++ trunk/piuparts.py	2009-10-19 14:47:44 UTC (rev 523)
@@ -244,6 +244,7 @@
             "/var/lib/maxdb(/.*)?",
             "/var/lib/onak(/.*)?",
             "/var/lib/papercut(/.*)?",
+            "/var/lib/insserv/run.*.log",
             "/var/log/exim/.*",
             "/var/log/exim4/.*",
             "/var/mail/.*",




More information about the Piuparts-commits mailing list