-
Notifications
You must be signed in to change notification settings - Fork 6
Packaging/release work #19
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
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 had a handful of nits to consider, but this looks like a solid starting point 👍
This contains two CLI scripts: - rustls-libssl-nginx: adds and removes a systemd drop-in to enable/disable things - with-rustls-libssl: wrapper, to inject before `curl` or similar
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.
🚀
rustls-libssl/README.md
Outdated
|
||
## Installation | ||
```shell | ||
$ curl https://github.com/rustls/rustls-openssl-compat/releases/latest/download/rustls-libssl_amd64.deb |
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.
note: changed this to wget as it has better defaults for downloading a file. the curl equivalent would be:
$ curl --location --output rustls-libssl_amd64.deb https://github.com/rustls/rustls-openssl-compat/releases/latest/download/rustls-libssl_amd64.deb
This PR aims to package things up in a usable (but very basic) form and then test that package in CI.
Building a package locally assumes nfpm and cargo-get are installed. Testing a package requires docker.