[Piuparts-commits] [piuparts] 01/03: p: ignore /etc/rc.local

Holger Levsen holger at layer-acht.org
Sat Jun 3 17:09:37 UTC 2017


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

holger pushed a commit to branch master-for-0.77
in repository piuparts.

commit 4cf4396979f876d3717fecb4ecd25d8b9f53bbcc
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Apr 10 20:43:08 2017 +0200

    p: ignore /etc/rc.local
    
    created by initscripts
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog | 3 +++
 piuparts.py      | 1 +
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 29ff769..8e934e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ piuparts (0.77) UNRELEASED; urgency=medium
   * distros.conf:
     - Add aliases for oldstable and oldoldstable.
     - Update aliases for stretch being released as stable.
+  * piuparts.py:
+    - Add to ignored_files:
+      + /etc/rc.local
 
  -- Holger Levsen <holger at debian.org>  Sat, 03 Jun 2017 18:28:36 +0200
 
diff --git a/piuparts.py b/piuparts.py
index 4972548..ceaf26b 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -246,6 +246,7 @@ class Settings:
             "/etc/passwd",
             "/etc/passwd-",
             "/etc/passwd.org",
+            "/etc/rc.local",
             "/etc/shadow",
             "/etc/shadow-",
             "/etc/shadow.org",

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