We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compiling for realease takes a long time on the raspberry pi. Doing the build externally will make updating on it more seamless.
other options:
Building on copr is the option that most seamlessly integrated with the system.
(Maybe even consider making buenzlimarks a systemd service. Update process: dnf update & systemctl restart. Nice.)
dnf update
systemctl restart
https://docs.fedoraproject.org/en-US/quick-docs/publish-rpm-on-copr/
The text was updated successfully, but these errors were encountered:
Consider instead:
Sorry, something went wrong.
Releases are now built and published on GitHub when a tag is pushed. However, more release automation would be beneficial. Tools to use, research:
(cargo-binstall is not relevant, it relies on information from crates.io, which we do not publish to.)
senekor
No branches or pull requests
Compiling for realease takes a long time on the raspberry pi. Doing the build externally will make updating on it more seamless.
other options:
Building on copr is the option that most seamlessly integrated with the system.
(Maybe even consider making buenzlimarks a systemd service. Update process:
dnf update
&systemctl restart
. Nice.)https://docs.fedoraproject.org/en-US/quick-docs/publish-rpm-on-copr/
The text was updated successfully, but these errors were encountered: