[Piuparts-commits] [piuparts] 03/06: p: ignore /var/log/tallylog

Holger Levsen holger at layer-acht.org
Tue Oct 3 22:50:01 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 357e5eaf28107ca74bfcbe1f85f281f4ee8860fd
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Oct 3 01:33:20 2017 +0200

    p: ignore /var/log/tallylog
    
    used by useradd since src:shadow 4.5
    
    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 8278558..0c08861 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 piuparts (0.81) UNRELEASED; urgency=medium
 
   [ Andreas Beckmann ]
+  * piuparts.py:
+    - Add to ignored_files:
+      + /var/log/tallylog
   * Separate scripts-lenny/ from scripts-squeeze/.
   * scripts-squeeze/post_{setup,distupgrade}_squeeze-fake-essential:
     - Treat install-info as fake-essential for all tests ending in squeeze.
diff --git a/piuparts.py b/piuparts.py
index 5257ff2..5647d0e 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -324,6 +324,7 @@ class Settings:
             "/var/log/news/news.notice",
             "/var/log/secure",
             "/var/log/syslog",
+            "/var/log/tallylog",
             "/var/log/user.log",
             # application logfiles
             # actually, only modification should be permitted here, but not creation/removal

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