Juan Hernandez has submitted this change and it was merged. Change subject: packaging: updated handling of pgpass file between versions ......................................................................
packaging: updated handling of pgpass file between versions This patch handles the new location of the pgpass file (/etc/ovirt-engine/.pgpass). It defined an environment variable PGPASSFILE with a new location and uses this variable in DB-related calls (utils.execCmd and utils.execRemoteSql). Change-Id: I1d44297725d7270982e8724e4aeefda8bc7a88e2 Signed-off-by: Alex Lourie <[email protected]> Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/fedora/setup/common_utils.py M packaging/fedora/setup/engine-cleanup.py M packaging/fedora/setup/engine-upgrade.py M packaging/fedora/setup/output_messages.py 4 files changed, 63 insertions(+), 48 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/8135 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1d44297725d7270982e8724e4aeefda8bc7a88e2 Gerrit-PatchSet: 15 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alex Lourie <[email protected]> Gerrit-Reviewer: Alex Lourie <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[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]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
