[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.45-35-g3633050

Andreas Beckmann debian at abeckmann.de
Wed Jun 27 20:03:44 UTC 2012


The following commit has been merged in the develop branch:
commit 6446a729272f438f9fd190b9cae72eeaa24acde7
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Tue Jun 26 01:45:18 2012 +0200

    p: ignore cdebconf database backups
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/debian/changelog b/debian/changelog
index 6207541..663d014 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ piuparts (0.46) UNRELEASED; urgency=low
 
   [ Andreas Beckmann ]
   * piuparts.py:
+    - Add to ignored_files:
+      + /var/lib/cdebconf/{questions,templates}.dat-old
   * piupartslib/packagesdb.py:
   * piuparts-master.py:
   * piuparts-slave.py:
diff --git a/piuparts.py b/piuparts.py
index b2ff9df..893ae51 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -223,7 +223,9 @@ class Settings:
             "/var/lib/cdebconf/",
             "/var/lib/cdebconf/passwords.dat",
             "/var/lib/cdebconf/questions.dat",
+            "/var/lib/cdebconf/questions.dat-old",
             "/var/lib/cdebconf/templates.dat",
+            "/var/lib/cdebconf/templates.dat-old",
             "/var/lib/dpkg/available",
             "/var/lib/dpkg/available-old",
             "/var/lib/dpkg/diversions",

-- 
piuparts git repository



More information about the Piuparts-commits mailing list