Dan Kenigsberg has submitted this change and it was merged. Change subject: vdscli: no need to generate using autoconf ......................................................................
vdscli: no need to generate using autoconf .in files are cumbersome and non-pythonic. As such, they should be avoided when possible. The only autoconf-related value in vdscli was the default value for the trust store. This value is already available from config.py, which is still auto-confingured. Change-Id: I13059d101068cf6fa292baae4fb93ccf0b30db45 Signed-off-by: Dan Kenigsberg <[email protected]> Reviewed-on: http://gerrit.ovirt.org/28676 Reviewed-by: Douglas Schilling Landgraf <[email protected]> Reviewed-by: Nir Soffer <[email protected]> --- M lib/vdsm/Makefile.am R lib/vdsm/vdscli.py 2 files changed, 2 insertions(+), 3 deletions(-) Approvals: Douglas Schilling Landgraf: Looks good to me, but someone else must approve Nir Soffer: Looks good to me, but someone else must approve Dan Kenigsberg: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/28676 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I13059d101068cf6fa292baae4fb93ccf0b30db45 Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: mooli tayer <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
