-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: directory content type with custom attributes (#390)
* Deprecate EmptyFolders and introduce dir contents. * Handle explicit dirs with attributes correctly for Debs. * Handle explicit dirs with attributes correctly for Apks. * Sort contents by fields that are most relevant for the package. * Make deprecation warning for empty_folders consistent. * Name RPM directory tag more consistently. * Fix deprecation notice in docs. * Fix directory normalization for Debs and Apks. * Revert Apk builder size in tests. * Fix file sorting. * Fix deprecated EmptyFolders handling in info.Validate. * Fix Apk builder size in tests. * Only stat content source when necessary. * Allow src on dir content. * Small addition to file_info docs. * Fix typo in comments. Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * Remove content type fallthrough case. * Fix typo in apk tests. * Fix more typos. Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
- Loading branch information
1 parent
e05fb50
commit 4f53621
Showing
12 changed files
with
538 additions
and
164 deletions.
There are no files selected for viewing
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
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
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.