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

Holger Levsen holger at alioth.debian.org
Tue Mar 10 21:32:34 UTC 2009


Author: holger
Date: 2009-03-10 21:32:33 +0000 (Tue, 10 Mar 2009)
New Revision: 206

Modified:
   trunk/debian/changelog
   trunk/piuparts.py
Log:
Ignore modifications of /var/lib/dpkg/triggers/File.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-03-10 21:23:12 UTC (rev 205)
+++ trunk/debian/changelog	2009-03-10 21:32:33 UTC (rev 206)
@@ -2,6 +2,7 @@
 
   * Add check whether scriptsdir exits, to fail gracefully if not. 
   * Copy scriptsdir to chroot also when doing upgrade tests.
+  * Ignore modifications of /var/lib/dpkg/triggers/File.
 
  -- Holger Levsen <holger at debian.org>  Tue, 10 Mar 2009 15:23:59 +0100
 

Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py	2009-03-10 21:23:12 UTC (rev 205)
+++ trunk/piuparts.py	2009-03-10 21:32:33 UTC (rev 206)
@@ -216,6 +216,7 @@
             "/var/lib/dpkg/status-old", 
             "/var/lib/dpkg/statoverride",
             "/var/lib/dpkg/statoverride-old",
+            "/var/lib/dpkg/triggers/File",
             "/var/lib/dpkg/firebird",
             "/var/lib/logrotate/status",
             "/var/lib/rbldns",




More information about the Piuparts-commits mailing list