The autobuilder code assumes OPTIMIZED_GIT_CLONE is always set True, because things break if it is set to False. I had a case where it needed to be set False because the git trash folder was on a different file system than the build directory. This caused the CheckOutLayers build step to fail.
In addition, I still wanted to use the git mirror even with OPTIMIZED_GIT_CLONE set False, so allow that case, too. [YOCTO #10010] Bill Randle (2): BuildSet.py: allow using local git mirror even if OPTIMIZED_GIT_CLONE is False yoctogit.py: ensure mirrordir is set before trying to use it lib/python2.7/site-packages/autobuilder/BuildSet.py | 2 ++ .../buildbot-0.8.8-py2.7.egg/buildbot/steps/source/yoctogit.py | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) -- 2.5.5 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
