Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a flag that allows things in /etc/ directory to NOT be treated as conffiles #19

Closed
bill-freeman opened this issue Jan 23, 2020 · 1 comment

Comments

@bill-freeman
Copy link

currently everything in /etc/ directory gets treated as conffiles. There are siuations where you dont want this to happen. You should update the function "update_conffiles(directory) in the package.py to accept a boolean that defines if /etc/ is treated as conffiles or not. You should also make it default to yes for legacy support.

xolox added a commit that referenced this issue Feb 6, 2020
See the GitHub issue for more details:
#19
@xolox xolox closed this as completed in d7a6117 Feb 6, 2020
@xolox
Copy link
Owner

xolox commented Feb 6, 2020

Hi and thanks for the feedback. I've just released deb-pkg-tools 7.0 which adds support for build_package(update_conffiles=False) as documented here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants