[Git][reproducible-builds/diffoscope][master] 2 commits: Set a default Config.extended_filesystem_attributes.
Chris Lamb
gitlab at salsa.debian.org
Tue Feb 9 12:15:17 UTC 2021
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
baddc559 by Chris Lamb at 2021-02-09T12:12:45+00:00
Set a default Config.extended_filesystem_attributes.
- - - - -
f6fc6ce4 by Chris Lamb at 2021-02-09T12:12:56+00:00
Drop unused Config.{acl,xattr}.
- - - - -
1 changed file:
- diffoscope/config.py
Changes:
=====================================
diffoscope/config.py
=====================================
@@ -61,8 +61,7 @@ class Config:
self.excludes = ()
self.exclude_commands = ()
self.exclude_directory_metadata = "no"
- self.acl = True
- self.xattr = True
+ self.extended_filesystem_attributes = False
self.compute_visual_diffs = False
self.max_container_depth = 50
self.use_dbgsym = "auto"
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/51469a1a9a8090c5428dbb044681c238786c93d0...f6fc6ce4e835238024ab1c6cbca5e242676328be
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/51469a1a9a8090c5428dbb044681c238786c93d0...f6fc6ce4e835238024ab1c6cbca5e242676328be
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20210209/e17a58e2/attachment.htm>
More information about the rb-commits
mailing list