[Piuparts-commits] [piuparts] 01/01: piuparts.py: Add to ignored_patterns: /srv/.* (Closes: #848186)

Holger Levsen holger at layer-acht.org
Mon Feb 27 18:08: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 fddaea52c7040cf2aac9299a4fa58da71ed38a4e
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Feb 27 19:08:05 2017 +0100

    piuparts.py: Add to ignored_patterns: /srv/.* (Closes: #848186)
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog | 7 +++++--
 piuparts.py      | 1 +
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e5c52e1..629e215 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,8 +16,11 @@ piuparts (0.76) UNRELEASED; urgency=medium
     in filenames.
 
   [ Holger Levsen ]
-  * piuparts.py: apply patch from Maxime Lareo to allow usage of
-    --keep-sources-list without --basetgz. (Closes: #841157)
+  * piuparts.py:
+    - Apply patch from Maxime Lareo to allow usage of --keep-sources-list
+      without --basetgz. (Closes: #841157)
+    - Add to ignored_patterns:
+      + /srv/.* (Closes: #848186)
   * slave_run: Fix bug which prevented a different number of slaves to be
     started than defined in the configuration. Also add a check to ensure that
     this optional argument is an integer and within the defined maximum number
diff --git a/piuparts.py b/piuparts.py
index 2b99a80..8baab58 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -400,6 +400,7 @@ class Settings:
             "/var/spool/news/.*",
             "/var/spool/squid/(../.*)?",
             "/var/www/.*",
+            "/srv/.*", # 848186
             # HACKS
             "/lib/modules/.*/modules.*",
         ]

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