[Piuparts-commits] [piuparts] 12/16: p: improve the kernel module ignore pattern hack and make it verbose

Holger Levsen holger at layer-acht.org
Thu Apr 13 15:04:52 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 488b3a5bf214a31161bc2209522f8f29ca5b568e
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Apr 11 14:14:46 2017 +0200

    p: improve the kernel module ignore pattern hack and make it verbose
    
    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, 1 insertion(+), 1 deletion(-)

diff --git a/piuparts.py b/piuparts.py
index f1d4ffc..06c645b 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -406,7 +406,7 @@ class Settings:
             "/var/spool/squid/(../.*)?",
             "/var/www/.*",
             # HACKS
-            "/lib/modules/.*/modules.*",
+            ":/lib/modules/([^/]*/(modules.*)?)?",
         ]
         self.non_pedantic_ignore_patterns = [
             "/tmp/.*"

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