[Piuparts-commits] [piuparts] 01/12: p: ignore /etc/modprobe.d/ disappearance

Holger Levsen holger at layer-acht.org
Thu Jan 12 16:58:09 UTC 2017


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

holger pushed a commit to branch develop
in repository piuparts.

commit 3ec497378494870d6dddcb494483664ad99d4bd6
Author: Andreas Beckmann <anbe at debian.org>
Date:   Thu Jan 12 00:09:57 2017 +0100

    p: ignore /etc/modprobe.d/ disappearance
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog | 2 ++
 piuparts.py      | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d9dd528..97afb0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ piuparts (0.74) UNRELEASED; urgency=medium
 
   [ Andreas Beckmann ]
   * piuparts.py:
+    - Add to ignored_files:
+      + /etc/modprobe.d/
     - Add new class of is_testable_* custom scripts: A non-zero return value
       makes the test succeed without actually installing the package. Use for
       packages that cannot be tested with piuparts by design or are broken in
diff --git a/piuparts.py b/piuparts.py
index 0880d50..ef22856 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -338,6 +338,7 @@ class Settings:
             "/etc/cron.d/",
             "/etc/lighttpd/",
             "/etc/lighttpd/conf-available/",
+            "/etc/modprobe.d/",
             "/etc/nagios-plugins/config/",
             "/etc/php5/",
             "/etc/php5/conf.d/",

-- 
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