[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.42-14-g5c2eadd

Andreas Beckmann debian at abeckmann.de
Mon Jan 9 17:10:49 UTC 2012


The following commit has been merged in the piatti branch:
commit 8f6a69bdfb4917dd8399223442bef714f362ec26
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sun Jan 8 19:22:54 2012 +0100

    ignore added/modified/removed files under /run
    
    sid is using /run instead of /var/run
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/debian/changelog b/debian/changelog
index 095e3f9..377a4cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,10 @@ piuparts (0.43) UNRELEASED; urgency=low
   * So this is a bogus conflict entry which will need to manually removed
     later.
 
+  [ Andreas Beckmann ]
+  * piuparts.py:
+    - Add to self.ignored_patterns: /run/.*
+
  -- Holger Levsen <holger at debian.org>  Sun, 01 Jan 2012 14:14:35 +0100
 
 piuparts (0.42) unstable; urgency=low
diff --git a/piuparts.py b/piuparts.py
index 904b6cc..15c57fd 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -253,6 +253,7 @@ class Settings:
             "/etc/ssl/certs(/.*)?",
             "/etc/init.d/\.depend.*",
             "/lib/modules/.*/modules.*",
+            "/run/.*",
             "/usr/lib/python2\../site-packages/debconf.py[co]",
             "/var/backups/.*",
             "/var/cache/man/(/.*)?",

-- 
piuparts git repository



More information about the Piuparts-commits mailing list