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

Allow --downloadonly on read-only bootc system #2141

Merged

Conversation

ppisar
Copy link
Contributor

@ppisar ppisar commented Oct 10, 2024

"dnf install --downloadonly" failed on read-only bootc system despite not running the transaction. The downloaded packages are stored under writable /var or to a directory explicitly choosen by a user.

This patch suppresses the bootc read-only bailout if --downloadonly option is used.

https://issues.redhat.com/browse/RHEL-61745

"dnf install --downloadonly" failed on read-only bootc system despite
not running the transaction. The downloaded packages are stored under
writable /var or to a directory explicitly choosen by a user.

This patch suppresses the bootc read-only bailout if --downloadonly
option is used.

https://issues.redhat.com/browse/RHEL-61745
@ppisar
Copy link
Contributor Author

ppisar commented Oct 11, 2024

Unrelated test failures:

  • testing-farm dnf-tests fails on Fedora ≥ 41 because packages obsoleted by DNF5 are not built there (dnf, yum, dnf-automatic).
  • Ansible tests fails because ghcr.io/rpm-software-management/dnf-ci-host is based on Fedora 39, but the tested packages are built in Fedora 40 and there is and glibc changed ABI ("nothing provides libstdc++.so.6(CXXABI_1.3.15)(64bit)").

@jan-kolarik jan-kolarik self-assigned this Oct 15, 2024
@jan-kolarik jan-kolarik merged commit 8d888d2 into rpm-software-management:master Oct 15, 2024
8 of 11 checks passed
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

Successfully merging this pull request may close these issues.

2 participants