-
Notifications
You must be signed in to change notification settings - Fork 180
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
refactor pkg_deb #446
refactor pkg_deb #446
Conversation
This is ready again, now that the big reorganization PR is merged. |
We don't happen to have tests that exercise the distro tarball, would we? A simple way to do this would be something that would build the distro, extract it somewhere, plant the tests inside the extracted location, and then run the tests. |
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.
I think we need to confirm the policy on CODEOWNERs first so we prevent shooting ourselves in the foot.
LGTM otherwise, will approve once we come to a consensus on it and naming.
Yes. The tests under distro do do that. They make sure we can build some things when using the tarball, and under a different repository name. |
What particular foot shooting are you thinking of? Adding extra owners will allow a domain expert to review and approve a change. If it is strictly to RPM or DEB packaging (or maybe even tar & zip) I welcome the ability to have someone else be on the hook to review things. |
I was mostly concerned regarding exclusivity to owners -- that if I were the only owner of the RPM code and I were unavailable, then a change couldn't be approved without editing the CODEOWNERs files. Reading more closely, I see that this is more of an overlay and not really a problem. Will approve momentarily. |
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.
My concerns are addressed in comments and code updates. LGTM.
Refactor debian building so it can be more easily owned by others.
blocked by #443
cc: @alexeagle