Alon Bar-Lev has uploaded a new change for review. Change subject: core: prepend path in case of run from source ......................................................................
core: prepend path in case of run from source Change-Id: Id42c0b941796bcc5b1ef0af14e47e7c243c0970e Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M src/bin/ovirt-host-deploy.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/34/18534/1 diff --git a/src/bin/ovirt-host-deploy.in b/src/bin/ovirt-host-deploy.in index d064d77..3bb0ad9 100644 --- a/src/bin/ovirt-host-deploy.in +++ b/src/bin/ovirt-host-deploy.in @@ -38,6 +38,6 @@ fi if [ -f "${scriptdir}/.source" ]; then export PYTHONPATH="$(cd "${scriptdir}" && pwd)/..:${PYTHONPATH}" - extraenv="\"APPEND:BASE/pluginPath=str:${scriptdir}/../plugins\"" + extraenv="\"PREPEND:BASE/pluginPath=str:${scriptdir}/../plugins\"" fi exec "${otopidir}/otopi" "${extraenv} APPEND:BASE/pluginGroups=str:ovirt-host-deploy $*" -- To view, visit http://gerrit.ovirt.org/18534 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id42c0b941796bcc5b1ef0af14e47e7c243c0970e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches