[Piuparts-commits] [piuparts] 04/04: p: ignore another php leftover directory

Holger Levsen holger at layer-acht.org
Wed Jan 25 10:33:27 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 87cde4b9295120e40df1aa420a2832ce6ff849e4
Author: Andreas Beckmann <anbe at debian.org>
Date:   Wed Jan 25 01:51:14 2017 +0100

    p: ignore another php leftover directory
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 piuparts.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/piuparts.py b/piuparts.py
index 45e2310..e947a87 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -350,6 +350,7 @@ class Settings:
             "/etc/php/7.0/apache2/conf.d/",
             "/etc/php/7.0/cli/",
             "/etc/php/7.0/cli/conf.d/",
+            "/etc/php/7.0/mods-available/",
             "/etc/php/7.0/phpdbg/",
             "/etc/php/7.0/phpdbg/conf.d/",
             "/etc/php5/",
@@ -365,6 +366,7 @@ class Settings:
             "/usr/share/dh-python/dhpython/build/",
             "/usr/share/python3/",
             "/usr/share/python3/debpython/",
+            "/var/lib/apache2/",
             # HACKS
         ]
         self.ignored_patterns = [

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