While runnig gclient sync to get chromiumos sources i got the
following error:
"Syncing projects: 66% (35/53) Traceback (most recent call last):
File "/opt/depot_tools/gclient.py", line 1242, in <module>
result = Main(sys.argv)
File "/opt/depot_tools/gclient.py", line 1237, in Main
return DispatchCommand(command, options, args)
File "/opt/depot_tools/gclient.py", line 1151, in DispatchCommand
return command(options, args)
File "/opt/depot_tools/gclient.py", line 1064, in CMDsync
return client.RunOnDeps('update', args)
File "/opt/depot_tools/gclient.py", line 632, in RunOnDeps
scm.RunCommand(command, self._options, args, file_list)
File "/opt/depot_tools/gclient_scm.py", line 111, in RunCommand
return getattr(self, command)(options, args, file_list)
File "/opt/depot_tools/gclient_scm.py", line 219, in update
cur_branch = self._GetCurrentBranch()
File "/opt/depot_tools/gclient_scm.py", line 577, in
_GetCurrentBranch
branch = tokens[tokens.index('*') + 1]
ValueError: list.index(x): x not in list"
What can i do with this?
--
You received this message because you are subscribed to the Google Groups "gclient" group.
To post to this group, send email to
gcl...@googlegroups.com.
To unsubscribe from this group, send email to
gclient+u...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/gclient?hl=en.