[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. eda668423fa87898c59d1075118693714aa5a053

Holger Levsen holger at layer-acht.org
Fri Dec 23 10:25:02 UTC 2011


The following commit has been merged in the master branch:
commit 9ea979bee8e01edb0fc4b39c4e4ab00b0bd39fee
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Aug 28 09:51:43 2011 +0200

    * piuparts.py:
      - add to self.ignored_files: /etc/blkid.tab (Closes: #638831)

diff --git a/debian/changelog b/debian/changelog
index f6eb4f6..f3d6224 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+piuparts (0.42) UNRELEASED; urgency=low
+
+  * piuparts.py:
+    - add to self.ignored_files: /etc/blkid.tab (Closes: #638831)
+
+ -- Holger Levsen <holger at debian.org>  Sun, 28 Aug 2011 09:50:12 +0200
+
 piuparts (0.41) unstable; urgency=low
 
   * piupartslib/packagesdb.py: Apply patch by Scott Schaefer to also consider
diff --git a/piuparts.py b/piuparts.py
index 3c11676..965c1f9 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -165,6 +165,7 @@ class Settings:
             "/etc/apt/trustdb.gpg",
             "/etc/apt/trusted.gpg",
             "/etc/apt/trusted.gpg~",
+            "/etc/blkid.tab",
             "/etc/crypttab",
             "/etc/exports",
             "/etc/group",

-- 
piuparts git repository



More information about the Piuparts-commits mailing list