[Piuparts-commits] [piuparts] 01/01: piuparts.py: Add to ignored_files: + /etc/sub{g, u}id[-] introduced by shadow 1:4.2-1.

Holger Levsen holger at moszumanska.debian.org
Mon May 12 17:12:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit f517be49fe1d1da7ccee4c63bbc1dc2948ad12e1
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon May 12 19:12:35 2014 +0200

    piuparts.py: Add to ignored_files: + /etc/sub{g,u}id[-] introduced by shadow 1:4.2-1.
---
 debian/changelog | 2 ++
 piuparts.py      | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 46798ae..79a5c4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ piuparts (0.59) UNRELEASED; urgency=low
   * piuparts.py:
     - mount selinuxfs read-only and on new location when possible. Thanks to
       Laurent Bigonville for the patch! (Closes: #682068)
+    - Add to ignored_files:
+      + /etc/sub{g,u}id[-] introduced by shadow 1:4.2-1.
   * piuparts-report.py:
     - create https URLs in source_summary_url(). This should probably be made
       configurable.
diff --git a/piuparts.py b/piuparts.py
index fafa90a..67ad002 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -231,6 +231,10 @@ class Settings:
             "/etc/shadow",
             "/etc/shadow-",
             "/etc/shadow.org",
+            "/etc/subgid",
+            "/etc/subgid-",
+            "/etc/subuid",
+            "/etc/subuid-",
             "/usr/share/info/dir",
             "/usr/share/info/dir.old",
             "/var/cache/ldconfig/aux-cache",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list