Sandro Bonazzola has posted comments on this change.

Change subject: pythonlib: allow java home bypass
......................................................................


Patch Set 1: Code-Review+1

(2 comments)

http://gerrit.ovirt.org/#/c/37590/1//COMMIT_MSG
Commit Message:

Line 3: AuthorDate: 2015-02-09 10:51:37 +0200
Line 4: Commit:     Alon Bar-Lev <[email protected]>
Line 5: CommitDate: 2015-02-09 10:51:37 +0200
Line 6: 
Line 7: pythonlib: allow java home bypass
Do we have a use case for this? Maybe worth to be mentioned in the commit 
message.
Line 8: 
Line 9: Change-Id: I5f6c59fea689cff7ad4e8d33dad14e398a649ea6


http://gerrit.ovirt.org/#/c/37590/1/packaging/bin/java-home
File packaging/bin/java-home:

Line 30: # If system environment contains
Line 31: # our specific java look only this one
Line 32: #
Line 33: if [ -n "${OVIRT_ENGINE_JAVA_HOME}" ]; then
Line 34:        if [ -n "${OVIRT_ENGINE_JAVA_HOME_FORCE}" ] || validjre 
"${OVIRT_ENGINE_JAVA_HOME}"; then
> why should we validjre if its Zero length?
it is validating a different variable.
Line 35:                echo "${OVIRT_ENGINE_JAVA_HOME}"
Line 36:                exit 0
Line 37:        else
Line 38:                exit 1


-- 
To view, visit http://gerrit.ovirt.org/37590
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I5f6c59fea689cff7ad4e8d33dad14e398a649ea6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: Sandro Bonazzola <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to