rpm-software-management / microdnf

Lightweight implementation of dnf in C
GNU General Public License v2.0
217 stars 34 forks source link

Add distro-sync subcommand #109

Closed Conan-Kudo closed 3 years ago

Conan-Kudo commented 3 years ago

This provides the minimum functionality to mimic dnf distro-sync. A libdnf minimum version bump is required due to new APIs being used.

Requires: https://github.com/rpm-software-management/libdnf/pull/1189

dmach commented 3 years ago

The CI has failed because it requires https://github.com/rpm-software-management/libdnf/pull/1189 The change is independent on the existing sub-commands, merging.

jrohel commented 3 years ago

Oh. Late. Daniel merged PR 4 minutes before I sent my review.

Conan-Kudo commented 3 years ago

@jrohel I sent a fixup PR here: https://github.com/rpm-software-management/microdnf/pull/110

jrohel commented 3 years ago

@Conan-Kudo Thanks.