-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite copier code to improve symlink handling and preserving metada…
…ta (#8) * Rewrite copier code. * Normalize symlinks by default.
- Loading branch information
1 parent
d614f9d
commit e429f1a
Showing
4 changed files
with
385 additions
and
57 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
minor_changes: | ||
- "Rewrite ``Copier`` and ``GitCopier`` so that both symlinks outside the tree and symlinks inside the tree are handled more correctly: | ||
symlinks inside the tree are kept, while for symlinks outside the tree the content is copied. Symlinks are normalized by default, | ||
which makes this behavior similar to ansible-core's behavior in ``ansible-galaxy collection build``. | ||
Also copying now tries to preserve metadata | ||
(https://github.com/ansible-community/antsibull-fileutils/pull/8)." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.