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

Add "How to install" instructions for rpm-ostree variants #5247

Open
ayhc opened this issue Apr 18, 2023 · 2 comments
Open

Add "How to install" instructions for rpm-ostree variants #5247

ayhc opened this issue Apr 18, 2023 · 2 comments

Comments

@ayhc
Copy link

ayhc commented Apr 18, 2023

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").

@travier
Copy link

travier commented Aug 14, 2023

I've found the following code to change to implement this functionality:

def install_command(self) -> str:

install_command = update.install_command

assert update.install_command == (

@travier
Copy link

travier commented Aug 14, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants