[Piuparts-commits] [piuparts] 01/10: p: ignore dangling symlink /etc/sysctl.d/99-sysctl.conf

Holger Levsen holger at moszumanska.debian.org
Tue Feb 16 10:59:36 UTC 2016


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

holger pushed a commit to branch develop
in repository piuparts.

commit 5b0f698208975a95774b3c2ec9e6021902689cf9
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Feb 15 21:53:56 2016 +0100

    p: ignore dangling symlink /etc/sysctl.d/99-sysctl.conf
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 debian/changelog | 5 ++++-
 piuparts.py      | 3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 22a6186..f8fd339 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 piuparts (0.70) UNRELEASED; urgency=medium
 
-  * continue development… 
+  [ Andreas Beckmann ]
+  * piuparts.py:
+    - Add to ignored_files:
+      + /etc/sysctl.d/99-sysctl.conf (dangling symlink to ../sysctl.conf)
 
  -- Holger Levsen <holger at debian.org>  Sat, 13 Feb 2016 12:48:14 +0100
 
diff --git a/piuparts.py b/piuparts.py
index bd13ef5..e28361c 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -321,9 +321,10 @@ class Settings:
             "/var/lib/rbldns/",
             "/var/spool/powerdns/",     # pdns-server (#531134), pdns-recursor (#531135)
             # work around broken symlinks
+            "/etc/modules-load.d/modules.conf",
+            "/etc/sysctl.d/99-sysctl.conf",
             "/usr/lib/python2.6/dist-packages/python-support.pth",  # 635493 and #385775
             "/usr/lib/python2.7/dist-packages/python-support.pth",
-            "/etc/modules-load.d/modules.conf",
             # work around #316521 dpkg: incomplete cleanup of empty directories
             "/etc/apache2/",
             "/etc/apache2/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