[Piuparts-commits] rev 407 - in trunk: . debian
Holger Levsen
holger at alioth.debian.org
Mon May 11 20:39:44 UTC 2009
Author: holger
Date: 2009-05-11 20:39:44 +0000 (Mon, 11 May 2009)
New Revision: 407
Modified:
trunk/debian/changelog
trunk/piuparts.py
Log:
- modified self.ignored_patters:
- ignore everything in /tmp, not just in /tmp/scripts (see #528266)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-05-11 17:56:44 UTC (rev 406)
+++ trunk/debian/changelog 2009-05-11 20:39:44 UTC (rev 407)
@@ -10,6 +10,8 @@
- added to self.ignored_patterns:
- /var/lib/dpkg/triggers/*
- /var/lib/ldap(/.*)? (see #527898)
+ - modified self.ignored_patters:
+ - ignore everything in /tmp, not just in /tmp/scripts (see #528266)
- configure apt in chroots to not install recommends and suggests.
- add support for scanning for packages in changes files, thanks to Andres
Mejia for the patch. (Closes: #352940)
Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py 2009-05-11 17:56:44 UTC (rev 406)
+++ trunk/piuparts.py 2009-05-11 20:39:44 UTC (rev 407)
@@ -252,7 +252,7 @@
"/var/spool/squid(/.*)?",
"/var/run/.*",
"/var/www(/.*)?",
- "/tmp/scripts(/.*)?"
+ "/tmp/.*"
]
More information about the Piuparts-commits
mailing list