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

Holger Levsen holger at layer-acht.org
Sat Jun 3 17:09:37 UTC 2017


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

holger pushed a commit to branch master-for-0.77
in repository piuparts.

commit 3af9f3e09a06fc8844bc430781a81de54405d94d
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 652772d..632ab0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,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
 
  -- Holger Levsen <holger at debian.org>  Sat, 03 Jun 2017 18:28:36 +0200
 
diff --git a/piuparts.py b/piuparts.py
index 08945b6..a3bb89f 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