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

Holger Levsen holger at alioth.debian.org
Wed May 27 14:37:04 UTC 2009


Author: holger
Date: 2009-05-27 14:37:03 +0000 (Wed, 27 May 2009)
New Revision: 422

Modified:
   trunk/debian/changelog
   trunk/piuparts.py
Log:
/etc/apt/trusted.gpg and /etc/apt/trusted.gpg~ (just as 
/etc/apt/trustdb.gpg and other backup files)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-05-27 14:32:52 UTC (rev 421)
+++ trunk/debian/changelog	2009-05-27 14:37:03 UTC (rev 422)
@@ -6,7 +6,8 @@
     - added to self.ignored_files:
       - /etc/shadow and /etc/shadow- (just as /etc/passwd* and /etc/group*)
       - /var/games (see #524461)
-      - /etc/apt/trustdb.gpg~ (just as trustdb.gpg and other backup files)
+      - /etc/apt/trusted.gpg and /etc/apt/trusted.gpg~ (just as 
+        /etc/apt/trustdb.gpg and other backup files)
     - added to self.ignored_patterns:
       -  /var/lib/dpkg/triggers/*
       -  /var/lib/ldap(/.*)? (see #527898)

Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py	2009-05-27 14:32:52 UTC (rev 421)
+++ trunk/piuparts.py	2009-05-27 14:37:03 UTC (rev 422)
@@ -154,7 +154,8 @@
             "/etc/apt/apt.conf",
             "/etc/apt/secring.gpg",
             "/etc/apt/trustdb.gpg",
-            "/etc/apt/trustdb.gpg~",
+            "/etc/apt/trusted.gpg",
+            "/etc/apt/trusted.gpg~",
             "/etc/crypttab",
             "/etc/exports",
             "/etc/group",




More information about the Piuparts-commits mailing list