Juan Hernandez has submitted this change and it was merged. Change subject: packaging: use yum API ......................................................................
packaging: use yum API PREVIOUS IMPLEMENTATION Use hybrid of yum API, yum cli, rpm cli NEW IMPLEMENTATION Use the yum python API, use single transaction, only top-level components, proper logging. The minyum module is shared between this module and bootstrap. Change-Id: I01c0c10c3bca42770bf05222c8b2b82b01fee0a6 Signed-off-by: Alon Bar-Lev <[email protected]> --- M Makefile M packaging/fedora/setup/basedefs.py M packaging/fedora/setup/common_utils.py M packaging/fedora/setup/engine-setup.py M packaging/fedora/setup/engine-upgrade.py A packaging/fedora/setup/miniyum.py M packaging/fedora/setup/output_messages.py M packaging/fedora/spec/ovirt-engine.spec.in 8 files changed, 1,054 insertions(+), 346 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/8221 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I01c0c10c3bca42770bf05222c8b2b82b01fee0a6 Gerrit-PatchSet: 11 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Alex Lourie <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Kiril Nesenko <[email protected]> Gerrit-Reviewer: Moran Goldboim <[email protected]> Gerrit-Reviewer: Ofer Schreiber <[email protected]> Gerrit-Reviewer: Stephen Gordon <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
