[Piuparts-commits] [piuparts] 04/23: p: ignore /etc/php/7.0/ and some subdirs

Holger Levsen holger at layer-acht.org
Tue Jan 17 12:39:46 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 d520002b0f74ab7d25380ddf0829c85c1131d8e1
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Jan 16 02:24:31 2017 +0100

    p: ignore /etc/php/7.0/ and some subdirs
    
    working around dpkg bug #316521
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog | 3 +++
 piuparts.py      | 9 +++++++++
 2 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bf31b48..072a474 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 piuparts (0.75) UNRELEASED; urgency=medium
 
   * piuparts.py:
+    - Add to ignored_files:
+      + /etc/network/
+      + /etc/php/7.0/ and selected subdirs
     - Run panic handlers in reverse order.
   * Add/adjust some exceptions for ancient packages.
 
diff --git a/piuparts.py b/piuparts.py
index 405d9e0..1c756f1 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -340,6 +340,15 @@ class Settings:
             "/etc/lighttpd/conf-available/",
             "/etc/modprobe.d/",
             "/etc/nagios-plugins/config/",
+            "/etc/network/",
+            "/etc/php/",
+            "/etc/php/7.0/",
+            "/etc/php/7.0/apache2/",
+            "/etc/php/7.0/apache2/conf.d/",
+            "/etc/php/7.0/cli/",
+            "/etc/php/7.0/cli/conf.d/",
+            "/etc/php/7.0/phpdbg/",
+            "/etc/php/7.0/phpdbg/conf.d/",
             "/etc/php5/",
             "/etc/php5/conf.d/",
             "/etc/php5/mods-available/",

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