[Piuparts-commits] [piuparts] 03/04: p: ignore /var/lib/apt/daily_lock

Holger Levsen holger at layer-acht.org
Sat Jun 3 16:14:24 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 f144c449171d56f9b04655b1c28454cec7e20f17
Author: Andreas Beckmann <anbe at debian.org>
Date:   Thu Jun 1 21:41:25 2017 +0200

    p: ignore /var/lib/apt/daily_lock
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog | 1 +
 piuparts.py      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3179a59..0363d2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ piuparts (0.77) UNRELEASED; urgency=medium
     - Add to ignored_files:
       + /etc/rc.local
       + /etc/X11/Xwrapper.config  (Closes: #859929)
+      + /var/lib/apt/daily_lock
     - 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 f6bc750..f049b5e 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -279,6 +279,7 @@ class Settings:
             "/var/cache/debconf/templates.dat",
             "/var/cache/debconf/templates.dat.old",
             "/var/cache/debconf/templates.dat-old",
+            "/var/lib/apt/daily_lock",
             "/var/lib/apt/extended_states",
             "/var/lib/cdebconf/",
             "/var/lib/cdebconf/passwords.dat",

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