[Piuparts-commits] [piuparts] 01/01: piuparts.py: ignore /var/lib/pkcs11proxyd/ (Closes: #810703)
Holger Levsen
holger at moszumanska.debian.org
Tue Feb 9 10:07:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit ab8b024387e3d9db73629fd93c72eecec09a7a3d
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Feb 9 10:54:36 2016 +0100
piuparts.py: ignore /var/lib/pkcs11proxyd/ (Closes: #810703)
* piuparts.py: add to ignored_files:
- /var/lib/pkcs11proxyd/ (Closes: #810703)
---
debian/changelog | 2 ++
piuparts.py | 1 +
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 5456bb5..5c32f90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ piuparts (0.69) UNRELEASED; urgency=medium
- Bump standards version to 3.9.7, no changes needed.
- Use more secure https URL for Vcs-Git: header, thanks lintian.
- Use /git/ not /cgit/ in Vcs-* headers.
+ * piuparts.py: add to ignored_files:
+ - /var/lib/pkcs11proxyd/ (Closes: #810703)
-- Holger Levsen <holger at debian.org> Tue, 02 Feb 2016 10:38:51 +0100
diff --git a/piuparts.py b/piuparts.py
index 942af58..bd13ef5 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -317,6 +317,7 @@ class Settings:
"/var/lib/gozerbot/",
"/var/lib/nagios/", # nagios* (#668756)
"/var/lib/onioncat/", # onioncat
+ "/var/lib/pkcs11proxyd/", # caml-crush-server (#810703)
"/var/lib/rbldns/",
"/var/spool/powerdns/", # pdns-server (#531134), pdns-recursor (#531135)
# work around broken symlinks
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list