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
Currently Bodhi only provides installation instructions for dnf, eg:
sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-foo
Please add instructions for rpm-ostree, eg
rpm-ostree install [Bodhi URL]
rpm-ostree override replace [Bodhi URL]
This would presumably also require Bodhi to identify which packages are already in a stock image (therefore requiring "override replace").
The text was updated successfully, but these errors were encountered:
I've found the following code to change to implement this functionality:
bodhi/bodhi-server/bodhi/server/models.py
Line 2388 in 7a2e068
bodhi/bodhi-server/bodhi/server/templates/update.html
Line 10 in 7a2e068
Line 187 in 7a2e068
bodhi/bodhi-server/tests/test_models.py
Line 2297 in 7a2e068
Sorry, something went wrong.
Reference for the rpm-ostree side: https://coreos.github.io/rpm-ostree/administrator-handbook/#using-overrides-and-usroverlay
No branches or pull requests
Currently Bodhi only provides installation instructions for dnf, eg:
Please add instructions for rpm-ostree, eg
This would presumably also require Bodhi to identify which packages are already in a stock image (therefore requiring "override replace").
The text was updated successfully, but these errors were encountered: