Alon Bar-Lev has uploaded a new change for review. Change subject: pythonlib: allow java home bypass ......................................................................
pythonlib: allow java home bypass Change-Id: I5f6c59fea689cff7ad4e8d33dad14e398a649ea6 Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/bin/java-home 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/90/37590/1 diff --git a/packaging/bin/java-home b/packaging/bin/java-home index f5aff69..b0439c9 100755 --- a/packaging/bin/java-home +++ b/packaging/bin/java-home @@ -31,7 +31,7 @@ # our specific java look only this one # if [ -n "${OVIRT_ENGINE_JAVA_HOME}" ]; then - if validjre "${OVIRT_ENGINE_JAVA_HOME}"; then + if [ -n "${OVIRT_ENGINE_JAVA_HOME_FORCE}" ] || validjre "${OVIRT_ENGINE_JAVA_HOME}"; then echo "${OVIRT_ENGINE_JAVA_HOME}" exit 0 else -- To view, visit http://gerrit.ovirt.org/37590 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5f6c59fea689cff7ad4e8d33dad14e398a649ea6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
