-
Notifications
You must be signed in to change notification settings - Fork 178
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
pkg_tar supports pkg_filegroup framework #310
Comments
I'm ready to begin this. Overall plan:
Things to note about
Special case for tar
|
I'm building out a test case here: https://github.com/aiuto/rules_pkg/tree/rich/examples/rich_structure |
This looks similar to something I was thinking about -- especially WRT the file interfaces. Directories can be thought of in the same way as |
Made #355 for |
Speaking of the word "manifests". Can we agree that we call the file we pass to build_*.py that lists the source paths and the destinations & modes they get as the "manifest". I would rather nail that down now, than debate it in a PR review. |
I'm fine with that, but would "manifest" also be fine to use in something like #238? Perhaps they could be distinguished with an adjective? |
I think it might work for both uses.
…On Mon, May 17, 2021 at 5:33 PM Andrew Psaltis ***@***.***> wrote:
Speaking of the word "manifests". Can we agree that we call the file we
pass to build_*.py that lists the source paths and the destinations & modes
they get as the "manifest". I would rather nail that down now, than debate
it in a PR review.
I'm fine with that, but would "manifest" also be fine to use in something
like #238 <#238>? Perhaps
they could be distinguished with an adjective?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#310 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXHHHHB7REDYSGWUVMLGPLTOGDQZANCNFSM4YPVPWZA>
.
|
This has been working for a while now #367 |
BTW, we do not have any unit tests for the interaction between the |
No description provided.
The text was updated successfully, but these errors were encountered: