[Piuparts-commits] [piuparts] 01/02: piuparts.py: add to ignored_files: /etc/machine-id (Closes: #619244)
Holger Levsen
holger at moszumanska.debian.org
Wed Apr 30 10:00:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 732654abac2868754c79047dfa1c1754b61e6d5d
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Apr 30 11:41:15 2014 +0200
piuparts.py: add to ignored_files: /etc/machine-id (Closes: #619244)
---
debian/changelog | 1 +
piuparts.py | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 098928f..46ee242 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ piuparts (0.58) UNRELEASED; urgency=low
(Closes: #711370)
- Add to ignored_files:
+ /etc/init/startpar-bridge.conf to workaround #744398 in debsums.
+ + /etc/machine-id (Closes: #619244)
* custom-scripts: add debugging output for resolvconf. (See #660350)
* Adapt and rename conf/piuparts.apache to piuparts-master.conf as per
apache2.4 transition. (Closes: #712384)
diff --git a/piuparts.py b/piuparts.py
index da1bc13..178c4d9 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -215,6 +215,7 @@ class Settings:
"/etc/inetd.conf",
"/etc/inittab",
"/etc/ld.so.cache",
+ "/etc/machine-id",
"/etc/mailname",
"/etc/mtab",
"/etc/network/interfaces",
--
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