rlog / leak-finder-for-javascript

Automatically exported from code.google.com/p/leak-finder-for-javascript
Other
0 stars 0 forks source link

Unable to gclient sync without developer chromium account #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by p...@google.com on 9 Aug 2012 at 6:05

GoogleCodeExporter commented 9 years ago
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.

Original comment by meer...@gmail.com on 9 Aug 2012 at 10:24

GoogleCodeExporter commented 9 years ago
Thanks for the catch; fixed now.

Original comment by marja@google.com on 9 Aug 2012 at 1:04