DescriptionThe toolchain_build git cache is now referenced as a git-alternate.
Having the origin fetch/push URL modified to point directly to the git
cache had some minor repercussions which forced us to implement various
work-arounds. By simply keeping the fetch/push URL to be the same and
using git-alternates to point to the git_cache, allows us to utilize
and turn off git_cache usage at will, and also makes our work-arounds
redundant.
R=dschuff@chromium.org
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3852
TEST= toolchain_build trybots
Committed: https://src.chromium.org/viewvc/native_client?view=rev&revision=13411
Patch Set 1 #Patch Set 2 : Added git set repo alternates logging #Patch Set 3 : Use posixpath for URL manipulation #Patch Set 4 : Make sure windows git cache URLs are always posix paths #
Total comments: 1
Patch Set 5 : No longer need to check for git_Cache url when validating git repos #Patch Set 6 : rebase #
Messages
Total messages: 8 (0 generated)
|