-
Notifications
You must be signed in to change notification settings - Fork 179
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
Initial support for pkg_files* in pkg_zip #373
Conversation
aiuto
commented
Jul 7, 2021
- This is the minimal PR to switch to the newer style. That is, only plain files.
- Followup CLs will add things previously not supported, such as links.
- Advances pkg_zip supports pkg_filegroup framework #309
- This is a mostly minimal PR to switch to the newer style. That is, only plain files and directories. - Followup CLs will add links and tree artifacts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You weren't kidding about this size of this. A great start indeed. Comments are meta or minor.
It feels like there should be some more testing here, but this LGTM otherwise. Feel free to submit now if you want to disallow using pkg_*
along with normal files in srcs
in a later change.
Now waiting for #384 |
You should be good to go. |