Folks, Our build scripts are suddenly unable to fetch sources due to HTTP 429 (Too Many Requests), each attempt seemingly failing on a different repository. Here's the relevant section of our script:
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git PATH=$PWD/depot_tools:$PATH gclient config https://chromium.googlesource.com/v8/v8 gclient sync -r [commit] Are we doing something wrong? We've used this procedure for years. -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/v8-dev/51504a5f-3f6d-47c2-bd91-d7720bf11065n%40googlegroups.com.
