-
Notifications
You must be signed in to change notification settings - Fork 196
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
Added network-wait support #3981
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks sane to me; just blocks on the librepo and libdnf changes.
rpmostree-pkg-builtins.cxx: Adds a command line flag for --network-wait rpmostree-sysroot-upgrader.cxx: Adds network_wait to struct SysrootUpgrader and support for setting it rpmostree-transaction-types.cxx: Addresses a call to network wait by adding to struct sysroot_upgrader For each configured ostree remote and each enabled yum repository, wait until we can reach those over the network. This requires modifications in libdnf and librepo
460da67
to
1a01ee3
Compare
Updated. Resolved the changes |
@RishabhSaini: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@RishabhSaini: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Resolves #3096
The changes required for this to work
libdnf: rpm-software-management/libdnf#1573
librepo: rpm-software-management/librepo#264
rpmostree-pkg-builtins.cxx: Adds a command line flag for --network-wait
rpmostree-sysroot-upgrader.cxx: Adds network_wait to struct SysrootUpgrader and support for setting it
rpmostree-transaction-types.cxx: Addresses a call to network wait by adding to struct sysroot_upgrader
For each configured ostree remote and each enabled yum repository, wait until we can reach those over the network.
This requires modifications in libdnf and librepo