-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libdnf: checks out a newer commit supporting network wait
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
- Loading branch information
1 parent
7fa5ab1
commit 1a01ee3
Showing
5 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
Submodule libdnf
updated
12 files
+1 −1 | VERSION.cmake | |
+0 −19 | docs/release_notes.rst | |
+1 −1 | libdnf.spec | |
+0 −3 | libdnf/conf/ConfigMain.cpp | |
+0 −1 | libdnf/conf/ConfigMain.hpp | |
+0 −3 | libdnf/conf/ConfigRepo.cpp | |
+0 −1 | libdnf/conf/ConfigRepo.hpp | |
+31 −0 | libdnf/dnf-context.cpp | |
+3 −0 | libdnf/dnf-context.h | |
+12 −2 | libdnf/dnf-repo.cpp | |
+2 −9 | libdnf/repo/Repo.cpp | |
+0 −10 | python/hawkey/tests/tests/test_repo.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters