[Piuparts-commits] [piuparts] 02/10: p: ignore /var/log/btmp (created while testing htcondor)

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 d5b9a7c70cb84fccc34646b73d6e2566e07213a4
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Feb 15 21:56:02 2016 +0100

    p: ignore /var/log/btmp (created while testing htcondor)
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 debian/changelog | 1 +
 piuparts.py      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f8fd339..c8aa82d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ piuparts (0.70) UNRELEASED; urgency=medium
   * piuparts.py:
     - Add to ignored_files:
       + /etc/sysctl.d/99-sysctl.conf (dangling symlink to ../sysctl.conf)
+      + /var/log/btmp
 
  -- Holger Levsen <holger at debian.org>  Sat, 13 Feb 2016 12:48:14 +0100
 
diff --git a/piuparts.py b/piuparts.py
index e28361c..a70ce5d 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -292,6 +292,7 @@ class Settings:
             "/var/log/dpkg.log",
             # system logfiles
             "/var/log/auth.log",
+            "/var/log/btmp",
             "/var/log/daemon.log",
             "/var/log/debug",
             "/var/log/faillog",

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