[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.44-627-g9f46e19
Andreas Beckmann
debian at abeckmann.de
Fri Jun 1 17:37:06 UTC 2012
The following commit has been merged in the piatti branch:
commit e4aa5b6211fb2d68e510e7c468d292fc8baf24df
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Thu May 31 22:47:29 2012 +0200
p: ignore home directories of system accounts
if users are not deleted on purge their (empty) home directories may remain
Signed-off-by: Andreas Beckmann <debian at abeckmann.de>
diff --git a/debian/changelog b/debian/changelog
index bc67b1d..7d5b115 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -46,7 +46,10 @@ piuparts (0.45) UNRELEASED; urgency=low
+ /usr/share/keyrings/debian-archive-removed-keys.gpg~
+ /var/crash/
+ /var/lib/citadel/(data/.*)?
+ + /var/lib/gozerbot/
+ + /var/lib/nagios/ (Closes: #668756)
+ /var/lib/openvswitch/(pki/.*)?
+ + /var/spool/powerdns/ (Closes: #531134, #531135)
* piupartslib/packagesdb.py:
- Do not consider a package as "untestable" if untestable/ contains a
logfile from an obsolete version of that package.
diff --git a/piuparts.py b/piuparts.py
index 0111b81..5b7ebde 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -256,7 +256,10 @@ class Settings:
"/var/log/syslog",
"/var/log/user.log",
# home directories of system accounts
+ "/var/lib/gozerbot/",
+ "/var/lib/nagios/", # nagios* (#668756)
"/var/lib/rbldns/",
+ "/var/spool/powerdns/", # pdns-server (#531134), pdns-recursor (#531135)
# work around #316521 dpkg: incomplete cleanup of empty directories
"/etc/apache2/",
"/etc/apache2/conf.d/",
--
piuparts git repository
More information about the Piuparts-commits
mailing list