[Piuparts-commits] [piuparts] 01/01: Add /var/log/apt/eipp.log.xz to ignored files. (Closes: #830527)

Holger Levsen holger at layer-acht.org
Wed Jul 13 06:51:48 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 7518eb798f16b0fd8b25cf8a3263e114edf09786
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jul 13 08:51:30 2016 +0200

    Add /var/log/apt/eipp.log.xz to ignored files. (Closes: #830527)
---
 debian/changelog | 1 +
 piuparts.py      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 67320b9..ff5a71b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ piuparts (0.72) UNRELEASED; urgency=medium
       Patch taken from Adam Conrad. (Closes: #829146)
     - explain (as a code comment) why /root/.rnd shouldn't be ignored.
       (Closes: #750099)
+    - Add /var/log/apt/eipp.log.xz to ignored files. (Closes: #830527)
   * custom-scripts/scripts/pre_remove_exceptions: force removal of usrmerge
     package. (Closes: #798374)
 
diff --git a/piuparts.py b/piuparts.py
index df3c7c5..f69c955 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -289,6 +289,7 @@ class Settings:
             "/var/log/alternatives.log",
             "/var/log/apt/history.log",
             "/var/log/apt/term.log",
+            "/var/log/apt/eipp.log.xz",
             "/var/log/bootstrap.log",
             "/var/log/dbconfig-common/dbc.log",
             "/var/log/dpkg.log",

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