-
Notifications
You must be signed in to change notification settings - Fork 11
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
Use zip archives for phylum update
#225
Conversation
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 reviewed all the files. I don't know Rust well enough to claim that those files are good...but they appear to be good.
Trying the build artifacts resulted in no big issues found. I couldn’t try updating to the latest non-prerelease b/c that is still 1.2.0, which has the old artifact name/scheme...and the failure experienced there is expected. Updating to a prerelease version worked.
It would be nice to have others who are more familiar with Rust complete the review...but I'm providing my approval now based on the fact that the changes are confirmed to do what they say, based on manual verification testing.
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 haven't run it myself, but these are some Rust style issues I've found.
Most of them are based on style guidelines from other projects, so please let me know if they conflict with any style guidelines in place already.
Co-authored-by: Christian Dürr <[email protected]>
* Use zip file in `phylum update` * Allow `phylum update` without authentication * Explain update from 1.2.0 in docs Co-authored-by: Christian Dürr <[email protected]>
Overview
Implement
phylum update
by downloading the appropriate zip file and runninginstall.sh
Checklist