Closed IgorTodorovskiIBM closed 1 year ago
Did some more investigation, it's reproducible with:
git submodule --quiet foreach
This PR won't fix it, changing to draft
The change to overrideset (force setting the envars) regressed this. Reverting back to set
Lgtm. Is there a test we should add to catch this in the future?
We may want to continue adding these envars to .appenv in case users also have a Rocket GIT environment, in which their envars would override our default values.
CW witnessed the following issue:
The issue is that it calls a git under /home/opnzos/zopen-20231021/usr/local/zopen/git/git-2.41.0.20231020_134608.zos/libexec/git-core/git (not in bin) and this determined libexec is wrong.
We'll need to rely on set for now. That means that when git is run, it sets GIT_EXEC_PATH, and then calls its libexec tool, but passes down the GIT_EXEC_PATH path.