[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.42-42-g4b8680a

Andreas Beckmann debian at abeckmann.de
Fri Feb 10 10:53:47 UTC 2012


The following commit has been merged in the piatti branch:
commit 5c0e346b8ffeb183a7b04af7752ff63341218fa9
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Mon Feb 6 08:10:36 2012 +0100

    ignore changes in /var/lib/ucf/.*
    
    allow ucf to be part of the reference system
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/debian/changelog b/debian/changelog
index 41a52a8..64820b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,10 @@ piuparts (0.44) UNRELEASED; urgency=low
     breakage now, or IOW, because I want to continue to be able to fixup
     piatti.debian.org quickly.
 
+  [ Andreas Beckmann ]
+  * piuparts.py:
+    - Add to self.ignored_patterns: /var/lib/ucf/.*
+
  -- Holger Levsen <holger at debian.org>  Sun, 22 Jan 2012 13:33:59 +0100
 
 piuparts (0.43) unstable; urgency=low
diff --git a/piuparts.py b/piuparts.py
index 0cba47c..40736ff 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -269,6 +269,7 @@ class Settings:
             "/var/lib/onak(/.*)?",
             "/var/lib/papercut(/.*)?",
             "/var/lib/insserv/run.*.log",
+            "/var/lib/ucf/.*",
             "/var/lib/update-rc.d(/.*)?",
             "/var/log/exim/.*",
             "/var/log/exim4/.*",

-- 
piuparts git repository



More information about the Piuparts-commits mailing list