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

Holger Levsen holger at alioth.debian.org
Wed Mar 11 13:44:23 UTC 2009


Author: holger
Date: 2009-03-11 13:44:23 +0000 (Wed, 11 Mar 2009)
New Revision: 211

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

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-03-11 12:45:25 UTC (rev 210)
+++ trunk/debian/changelog	2009-03-11 13:44:23 UTC (rev 211)
@@ -2,7 +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.
+  * Ignore modifications of /var/lib/dpkg/triggers/*
 
  -- Holger Levsen <holger at debian.org>  Tue, 10 Mar 2009 15:23:59 +0100
 

Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py	2009-03-11 12:45:25 UTC (rev 210)
+++ trunk/piuparts.py	2009-03-11 13:44:23 UTC (rev 211)
@@ -216,7 +216,6 @@
             "/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",
@@ -230,6 +229,7 @@
             "/dev/",
             "/etc/ssl/certs(/.*)?",
             "/lib/modules/.*/modules.*",
+            "/var/lib/dpkg/triggers/.*",
             "/usr/lib/python2\../site-packages/debconf.py[co]",
             "/var/lib/cvs(/.*)?",
             "/var/lib/dpkg/alternatives",




More information about the Piuparts-commits mailing list