Skip to content

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

Merged
merged 5 commits into from
May 1, 2024
Merged

Packaging/release work #19

merged 5 commits into from
May 1, 2024

Conversation

ctz
Copy link
Member

@ctz ctz commented May 1, 2024

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.

@cpu cpu self-requested a review May 1, 2024 13:06
Copy link
Member

@cpu cpu left a 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 👍

ctz added 4 commits May 1, 2024 15:38
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
@ctz ctz force-pushed the jbp-packaging branch from c5e3487 to a2c72f9 Compare May 1, 2024 14:57
Copy link
Member

@cpu cpu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀


## Installation
```shell
$ curl https://github.com/rustls/rustls-openssl-compat/releases/latest/download/rustls-libssl_amd64.deb
Copy link
Member Author

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

@ctz ctz force-pushed the jbp-packaging branch from a2c72f9 to fc40544 Compare May 1, 2024 15:10
@ctz ctz merged commit 993ecd0 into main May 1, 2024
@ctz ctz deleted the jbp-packaging branch May 1, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants