[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.45-102-g4c48ac2
Andreas Beckmann
debian at abeckmann.de
Fri Aug 3 08:51:33 UTC 2012
The following commit has been merged in the develop branch:
commit 13d86260d6bcc8f1da3479d11a8fd0fae79cbe68
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Sun Jul 22 11:58:20 2012 +0200
p: ignore /var/lib/vmm/
contains valuable data: user mailboxes (#682184)
Signed-off-by: Andreas Beckmann <debian at abeckmann.de>
diff --git a/debian/changelog b/debian/changelog
index 44e95ce..afa8a0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,9 +6,10 @@ piuparts (0.46) UNRELEASED; urgency=low
[ Andreas Beckmann ]
* piuparts.py:
- - Add to ignored_files:
+ - Add to ignored_files/ignored_patterns:
+ /var/lib/cdebconf/{questions,templates}.dat-old
+ /var/lib/onioncat/
+ + /var/lib/vmm/(./.*)? (Closes: #682184)
- Fix some leftover directories getting incorrectly accounted to the
package being tested instead of the dependencies in --warn-on-others mode.
- Implement --install-purge-install option: test purging with all
diff --git a/piuparts.py b/piuparts.py
index 2128398..74c8d55 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -302,6 +302,7 @@ class Settings:
"/var/lib/mercurial-server/.*",
"/var/lib/onak/.*",
"/var/lib/openvswitch/(pki/.*)?",
+ "/var/lib/vmm/(./.*)?", #682184
"/var/log/exim/.*",
"/var/log/exim4/.*",
"/var/spool/exim/.*",
--
piuparts git repository
More information about the Piuparts-commits
mailing list