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

Holger Levsen holger at layer-acht.org
Thu Apr 13 15:04:51 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 b649994a09836096d7e0c0b54436a2e142190e35
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 | 2 ++
 piuparts.py      | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 75bca6f..fad58b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ piuparts (0.77) UNRELEASED; urgency=medium
 
   [ Andreas Beckmann ]
   * piuparts.py:
+    - Add to ignored_files:
+      + /etc/rc.local
     - Refactor internal handling of reference chroot state.
     - Do not run custom scripts before/after installing fake essential
       packages.
diff --git a/piuparts.py b/piuparts.py
index bd833c6..a57a651 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