DescriptionSync chrome source in parallel
We add the --force flag to gclient sync to make it cope with a race condition.
The main chrome tree has some stuff checked in under src/third_party/<stuff>
On Chrome OS, we have a special dep that checks out from a git repo to
src/third_party/cros
When doing gclient sync --jobs N, with N>1, the latter will complete before
the former, meaning that svn will complain that an unversioned directory exists
at src/third_party.
The --force ignores this.
BUG=8859
TEST=emerge chrome with SERVER_SOURCE
Change-Id: Ie69d0b040fb8f7b1830b6875bca56c6775489672
Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=ced29a8
Patch Set 1 #Patch Set 2 : add comment #
Messages
Total messages: 2 (0 generated)
|