[Piuparts-commits] rev 872 - in trunk: . debian
Holger Levsen
holger at alioth.debian.org
Tue Jan 4 18:14:32 UTC 2011
Author: holger
Date: 2011-01-04 18:14:27 +0000 (Tue, 04 Jan 2011)
New Revision: 872
Modified:
trunk/debian/changelog
trunk/piuparts.py
Log:
* piuparts.py:
- add to self.ignored_files:
- /var/log/bootstrap.log
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2011-01-04 13:53:13 UTC (rev 871)
+++ trunk/debian/changelog 2011-01-04 18:14:27 UTC (rev 872)
@@ -1,6 +1,9 @@
piuparts (0.40) UNRELEASED; urgency=low
- * Make "natty" the default Ubuntu distribution.
+ * piuparts.py:
+ - make "natty" the default Ubuntu distribution.
+ - add to self.ignored_files:
+ - /var/log/bootstrap.log
-- Holger Levsen <holger at debian.org> Tue, 04 Jan 2011 14:50:24 +0100
Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py 2011-01-04 13:53:13 UTC (rev 871)
+++ trunk/piuparts.py 2011-01-04 18:14:27 UTC (rev 872)
@@ -237,6 +237,7 @@
"/var/log/alternatives.log",
"/var/log/apt/history.log",
"/var/log/apt/term.log",
+ "/var/log/bootstrap.log",
"/var/log/dpkg.log",
"/var/log/faillog",
"/var/log/lastlog",
More information about the Piuparts-commits
mailing list