[Piuparts-commits] [piuparts] 02/05: ignore /etc/apt/apt.conf.d/01autoremove-kernels

Holger Levsen holger at alioth.debian.org
Wed Oct 23 10:41:39 UTC 2013


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

holger pushed a commit to branch develop
in repository piuparts.

commit a255aad77d0e7eff23a6452e112bc203509a116c
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Oct 22 22:23:32 2013 +0200

    ignore /etc/apt/apt.conf.d/01autoremove-kernels
    
    File autogenerated by /etc/kernel/postinst.d/apt-auto-removal
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 debian/changelog |    3 +++
 piuparts.py      |    1 +
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7a56203..5f489a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 piuparts (0.56) UNRELEASED; urgency=low
 
   [ Andreas Beckmann ]
+  * piuparts.py:
+    - Add to ignored_files:
+      + /etc/apt/apt.conf.d/01autoremove-kernels
 
  -- Andreas Beckmann <anbe at debian.org>  Tue, 22 Oct 2013 22:16:21 +0200
 
diff --git a/piuparts.py b/piuparts.py
index 618502e..84a9d1b 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -234,6 +234,7 @@ class Settings:
             "/var/crash/",
             "/var/games/",
             # package management
+            "/etc/apt/apt.conf.d/01autoremove-kernels",
             "/etc/apt/secring.gpg",
             "/etc/apt/trustdb.gpg",
             "/etc/apt/trusted.gpg",

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