Export to GitHub

leak-finder-for-javascript - issue #1

Unable to gclient sync without developer chromium account


Posted on Aug 9, 2012 by Helpful Monkey

What steps will reproduce the problem? 1. Follow the the setup instructions 2. Run `gclient sync'

The pyautolib dependency is pointed to svn://svn.chromium.org/chrome/trunk/src/chrome/test/pyautolib, which requires committers access.

If you point this to http://src.chromium.org/chrome/trunk/src/chrome/test/pyautolib, all seems to download fine.

Comment #1

Posted on Aug 9, 2012 by Happy Ox

Thanks for that - ran into precisely the same problem myself.

For anyone else coming across this, the way to apply this is to edit the file "leak-finder/DEPS" after the error (ie the first part has completed to fetch the first parts of the project) and edit this to read

deps = { "pyautolib": "http://src.chromium.org/chrome/trunk/src/chrome/test/pyautolib", }

(that is change the string on the 3rd line) and then re-run the gclient sync.

Comment #2

Posted on Aug 9, 2012 by Massive Giraffe

Thanks for the catch; fixed now.

Status: Fixed

Labels:
Type-Defect Priority-Medium