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

just update system update tries to use dnf #2022

Open
befanyt opened this issue Dec 8, 2024 · 3 comments
Open

just update system update tries to use dnf #2022

befanyt opened this issue Dec 8, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@befanyt
Copy link
Contributor

befanyt commented Dec 8, 2024

Seems to be an upstream issue with topgrade after adding bootc support found in topgrade 16.0.2.

topgrade-rs/topgrade#997

@dosubot dosubot bot added the bug Something isn't working label Dec 8, 2024
@tulilirockz
Copy link
Collaborator

Oh! Interesting! It might literally just be a matter of changing it from a else if to if + if statement. I'll make a custom build and send it here so that we can test it out

@befanyt
Copy link
Contributor Author

befanyt commented Dec 8, 2024

Yeah I think that is the issue, because it goes into the bootc logic, sees it disabled and then skips the rpm-ostree logic.

It was asking for sudo password, so at first I thought it was using the custom bootc variant you added earlier. But it used rpm-ostree via the dnf wrapper 😃

@befanyt
Copy link
Contributor Author

befanyt commented Dec 9, 2024

@tulilirockz I have created a PR upstream with this change topgrade-rs/topgrade#999. Switching it to if + if solved it for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants