Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ostree-repo-libarchive.c: major refactor
- Make hardlink handling more generic. The previous strategy worked for tar archives, but not for cpio. It now works for both. - Add support for SEL labeling (through the OstreeRepoCommitModifier) - Add support for xattr_callback (through the OstreeRepoCommitModifier) - Add support for filter (through the OstreeRepoCommitModifier) - Add a use_ostree_convention option Closes: #275 Approved by: cgwalters
- Loading branch information