[Piuparts-commits] rev 530 - in trunk: . debian

Holger Levsen holger at alioth.debian.org
Mon Nov 30 13:22:53 UTC 2009


Author: holger
Date: 2009-11-30 13:22:52 +0000 (Mon, 30 Nov 2009)
New Revision: 530

Modified:
   trunk/debian/changelog
   trunk/piuparts.py
Log:
/var/lib/mercurial-server(/.*)?

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-11-10 10:44:27 UTC (rev 529)
+++ trunk/debian/changelog	2009-11-30 13:22:52 UTC (rev 530)
@@ -8,6 +8,7 @@
     - added to self.ignored_patterns:
       - /var/cache/man(/.*)/index.db (Closes: #550953)
       - /var/lib/insserv/run.*.log
+      - /var/lib/mercurial-server(/.*)?
     - removed from self.ignored_files:
       - /var/cache/man/index.db
   * fix typo in -i option in manpage (Closes: #555202), thanks to James Vega

Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py	2009-11-10 10:44:27 UTC (rev 529)
+++ trunk/piuparts.py	2009-11-30 13:22:52 UTC (rev 530)
@@ -243,6 +243,7 @@
             "/var/lib/dpkg/triggers/.*",
             "/var/lib/ldap(/.*)?",
             "/var/lib/maxdb(/.*)?",
+            "/var/lib/mercurial-server(/.*)?",
             "/var/lib/onak(/.*)?",
             "/var/lib/papercut(/.*)?",
             "/var/lib/insserv/run.*.log",




More information about the Piuparts-commits mailing list