[Piuparts-commits] rev 522 - in trunk: . debian
Holger Levsen
holger at alioth.debian.org
Thu Oct 15 10:28:47 UTC 2009
Author: holger
Date: 2009-10-15 10:28:46 +0000 (Thu, 15 Oct 2009)
New Revision: 522
Modified:
trunk/TODO
trunk/debian/changelog
trunk/piuparts.py
Log:
* piuparts.py:
- added to self.ignored_patterns:
- /var/cache/man(/.*)/index.db (Closes: #550953)
- removed from self.ignored_files:
- /var/cache/man/index.db
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2009-10-08 14:42:07 UTC (rev 521)
+++ trunk/TODO 2009-10-15 10:28:46 UTC (rev 522)
@@ -1,14 +1,16 @@
Things to do for piuparts
=========================
-once 0.36 is released:
+for 0.37 and 0.38 (split this list):
+
+- move logfiles from bugged to archived if a newer version exists in pass
+- move logfiles from fail to bugged if a lower version exists in bugged
+
- svn mv piatti trunk/doc/examples
- announcement on d-d-a
-for 0.37 and 0.38 (split this list):
-
- PackagesDB: get rid of 50% of unique()
- remove configfile option "mirror" and use the mirror from "packages-url".
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-10-08 14:42:07 UTC (rev 521)
+++ trunk/debian/changelog 2009-10-15 10:28:46 UTC (rev 522)
@@ -4,6 +4,11 @@
failing due to insserv errors. (Closes: #546540)
* Fix typo in NEWS.Debian, thanks to Justin Rye for spotting it.
(Closes: #547439)
+ * piuparts.py:
+ - added to self.ignored_patterns:
+ - /var/cache/man(/.*)/index.db (Closes: #550953)
+ - removed from self.ignored_files:
+ - /var/cache/man/index.db
-- Holger Levsen <holger at debian.org> Sat, 19 Sep 2009 19:17:03 +0200
Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py 2009-10-08 14:42:07 UTC (rev 521)
+++ trunk/piuparts.py 2009-10-15 10:28:46 UTC (rev 522)
@@ -206,7 +206,6 @@
"/var/cache/debconf/templates.dat",
"/var/cache/debconf/templates.dat-old",
"/var/cache/ldconfig/aux-cache",
- "/var/cache/man/index.db",
"/var/games",
"/var/lib/apt/extended_states",
"/var/lib/dpkg/available",
@@ -237,6 +236,7 @@
"/lib/modules/.*/modules.*",
"/usr/lib/python2\../site-packages/debconf.py[co]",
"/var/backups/.*",
+ "/var/cache/man(/.*)/index.db",
"/var/lib/cvs(/.*)?",
"/var/lib/dpkg/alternatives",
"/var/lib/dpkg/triggers/.*",
More information about the Piuparts-commits
mailing list