[Piuparts-commits] [SCM] piuparts git repository branch, bikeshed, updated. 0.53-17-g6cee1ba
Andreas Beckmann
anbe at debian.org
Sun Jul 7 11:41:43 UTC 2013
The following commit has been merged in the bikeshed branch:
commit 7b9fec29e00a1096e01c9a966f54684f9f151ef8
Author: Andreas Beckmann <anbe at debian.org>
Date: Sun Jun 30 14:59:18 2013 +0200
p: ignore (creation of) /etc/hosts
netbase 5.1 always creates /etc/hosts upon installation
Signed-off-by: Andreas Beckmann <anbe at debian.org>
diff --git a/debian/changelog b/debian/changelog
index 5b8265d..a32be2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ piuparts (0.54) UNRELEASED; urgency=low
[ Andreas Beckmann ]
* piuparts.py:
+ - Add to ignored_files:
+ + /etc/hosts
* piuparts.conf:
* distros.conf:
* piupartslib/conf.py:
diff --git a/piuparts.py b/piuparts.py
index ab298ee..22e3a44 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -211,6 +211,7 @@ class Settings:
"/etc/group-",
"/etc/gshadow",
"/etc/gshadow-",
+ "/etc/hosts",
"/etc/inetd.conf",
"/etc/inittab",
"/etc/ld.so.cache",
--
piuparts git repository
More information about the Piuparts-commits
mailing list