rpm-ostree/src
Colin Walters affa50fbc1 Lower jigdo client logic into core
Introduce a new `rpmostree_context_execute_jigdo()` that fills the same role as
`ostree_repo_pull_with_options()`. This will be used by the sysroot upgrader.

I didn't change the jigdo client code much yet; as a TODO says there's a lot
more we can do to improve things. Some of the public APIs we added to the core
no longer need to be public, such as `rpmostree_context_set_packages()`. But
let's try to do things incrementally.

I did at least change the `g_print()`s to `rpmostree_output_message()`.  I
dropped the `commit_and_print()`; at some point will come back and clean things
up so we consistently journal/print stats.

Closes: #1168
Approved by: jlebon
2018-01-05 17:02:53 +00:00
..
app Lower jigdo client logic into core 2018-01-05 17:02:53 +00:00
daemon lib/db: use new pkglist metadata API if possible 2017-12-30 11:32:38 +00:00
lib lib/db: use new pkglist metadata API if possible 2017-12-30 11:32:38 +00:00
libpriv Lower jigdo client logic into core 2018-01-05 17:02:53 +00:00