Skip to content
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

cargo deb out of date for systemd integration #1

Closed
username223 opened this issue Oct 4, 2020 · 2 comments
Closed

cargo deb out of date for systemd integration #1

username223 opened this issue Oct 4, 2020 · 2 comments

Comments

@username223
Copy link

The installed version of cargo deb (1.26.0) does not support automatic systemd integration, leading to an error and exit(1) when encountering the required package.metadata.deb.systemd-units header.

Described here but it doesn't seem like anybody ever made an issue here.

Rebuilding the image should fix this.

A temporary workaround is to simply

cargo uninstall cargo-deb
cargo install cargo-deb

before using cargo deb.

Thanks for the otherwise excellent build image.

@gorup
Copy link
Contributor

gorup commented Oct 26, 2020

Hi! Thanks for this! I now will specify the version of cargo deb in the Dockerfile, so from now on if there is a new version it will be clear what is currently being used, and how to get to the latest version.

The build of this image takes a long time, but once its done I will publish a new version of this image. Thanks!

@gorup
Copy link
Contributor

gorup commented Oct 27, 2020

Built and tested, closing, let me know if you have any other questions!

@gorup gorup closed this as completed Oct 27, 2020
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

No branches or pull requests

2 participants