[Piuparts-commits] [piuparts] 01/02: p: ignore /etc/X11/Xwrapper.config
Holger Levsen
holger at layer-acht.org
Sat Apr 29 16:23:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 071e5073928d615942fde85f04fa5345f547a951
Author: Andreas Beckmann <anbe at debian.org>
Date: Sat Apr 29 17:36:37 2017 +0200
p: ignore /etc/X11/Xwrapper.config
Signed-off-by: Andreas Beckmann <anbe at debian.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
debian/changelog | 1 +
piuparts.py | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 866ef20..ab59532 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ piuparts (0.77) UNRELEASED; urgency=medium
* piuparts.py:
- Add to ignored_files:
+ /etc/rc.local
+ + /etc/X11/Xwrapper.config (Closes: #859929)
- Refactor internal handling of reference chroot state.
- Do not run custom scripts before/after installing fake essential
packages.
diff --git a/piuparts.py b/piuparts.py
index 06c645b..f6bc750 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -220,6 +220,7 @@ class Settings:
# system state
"/boot/grub/",
"/etc/X11/",
+ "/etc/X11/Xwrapper.config", #859929
"/etc/X11/default-display-manager",
"/etc/aliases",
"/etc/aliases.db",
--
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