-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat: implement an apt resolver #16
Conversation
5514193
to
16f4d50
Compare
d9fa23d
to
35e959e
Compare
version lib more progress statusd docs
3bca5d7
to
b33a243
Compare
ping @alexeagle for Bazel API review |
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.
high-level bazel code in examples/apt looks okay to me, we could do a sync review over VC if there's anything specific you have in mind.
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.
looks mostly good.
Want to make sure you handled some edge cases, I remember adding test cases for weird multiline parsing: https://github.com/GoogleContainerTools/distroless/blob/8166efb13d435c5b95bf3ff44b1479bd94403f9b/debian_package_manager/internal/deb/parser_test.go#L48
That's done already. |
No description provided.