- 02 Jul, 2014 2 commits
-
-
jochen@chromium.org authored
BUG=none R=brettw@chromium.org,nick@chromium.org Review URL: https://codereview.chromium.org/356733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@280971 0039d316-1c4b-4281-b951-d872f2087c98
-
cmp@chromium.org authored
It's possible to tell gclient to use a different "deps" file from the default DEPS through the "deps_file" variable in the .gclient file. If this file is missing, fallback to DEPS (the default). BUG=390700 Review URL: https://codereview.chromium.org/368713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@280921 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Jul, 2014 1 commit
-
-
hinoka@chromium.org authored
We changed apply_issue to stage the patch if its on git, so it doesn't make sense to pass in --revision because that causes gclient to run solutions in managed mode. BUG=388374 Review URL: https://codereview.chromium.org/359443003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@280855 0039d316-1c4b-4281-b951-d872f2087c98
-
- 30 Jun, 2014 1 commit
-
-
cmp@chromium.org authored
Previously, recursion overrides were only available by setting a numeric 'depth' value in a DEPS file. This meant that it was not possible to control recursion per-dependency entry. This change adds a recurselist variable with a list structure. If a named dependency is present in the list, then gclient will recurse into that dependency's DEPS. As part of this change, I move the recursion controls off of DependencySetting and onto Dependency. The new setup of being based on Dependency allows access to the dependency's name. The controls are only called from Dependency instances. They have always needed access to self.parent (in the Dependency context), so this should be more correct than the previous setup. BUG=390246 Review URL: https://codereview.chromium.org/331373009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@280690 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Jun, 2014 1 commit
-
-
thakis@chromium.org authored
See the bug for how these were built. The linux binaries were built by thestig@chromium.org. The windows binary was built by scottmg@chromium.org. The mac binary was built by thakis@chromium.org BUG=389683 TBR=maruel@chromium.org Review URL: https://codereview.chromium.org/357043005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@280451 0039d316-1c4b-4281-b951-d872f2087c98
-
- 27 Jun, 2014 4 commits
-
-
thakis@chromium.org authored
Might have caused ninja: error: '..\..\third_party\qunit\src', needed by 'remoting\unittests\qunit\src', missing and no known rule to make it on the windows bots. BUG=389683 Review URL: https://codereview.chromium.org/341253004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@280434 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
See the bug for how these were built. The linux binaries were built by thestig@chromium.org. The windows binary was built by scottmg@chromium.org. The mac binary was built by thakis@chromium.org BUG=389683 R=maruel@chromium.org Review URL: https://codereview.chromium.org/339083005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@280425 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
This is already fixed upstream in gsutil. BUG=None. TEST=None. Review URL: https://codereview.chromium.org/341833005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@280386 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
Review URL: https://codereview.chromium.org/358903004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@280308 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 Jun, 2014 3 commits
-
-
hinoka@chromium.org authored
We're seeing fetches fail in interesting ways: running "git fetch -v --progress origin +refs/heads/*:refs/heads/*" in "/mnt/scratch0/b_used/build/slave/cache_dir/chrome--internal.googlesource.com-chrome-src--internal" error: object file ./objects/a1/4bd89aa4cc7d7bbad7594cba0ae73e99dbb54c is empty error: object file ./objects/a1/4bd89aa4cc7d7bbad7594cba0ae73e99dbb54c is empty fatal: loose object a14bd89aa4cc7d7bbad7594cba0ae73e99dbb54c (stored in ./objects/a1/4bd89aa4cc7d7bbad7594cba0ae73e99dbb54c) is corrupt fatal: The remote end hung up unexpectedly And then the cache becomes corrupted. This blows the cache away if this happens. BUG=261741 Review URL: https://codereview.chromium.org/352543003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@280123 0039d316-1c4b-4281-b951-d872f2087c98
-
martiniss@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/355063004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@280051 0039d316-1c4b-4281-b951-d872f2087c98
-
martiniss@chromium.org authored
This is part of my intern project, which is detailed here: "https://docs.google.com/a/google.com/document/d/10bkzag1UUbtESPkEWHYaZtGMEEbCN5Zad72PuoRpwZE/edit#" The idea is to have "git cl upload" annotate the CL description with a flag like "CQ_TRYBOTS=...", which CQ will then look at to determine which trybots to run the the given CL. The CL for the change for CQ is at "https://chromereviews.googleplex.com/51757013/". R=dpranke@google.com, iannucci@google.com BUG=378097 Review URL: https://codereview.chromium.org/348473003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@280039 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Jun, 2014 2 commits
-
-
sheyang@google.com authored
BUG=374398 R=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/351943004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@279843 0039d316-1c4b-4281-b951-d872f2087c98
-
dnj@chromium.org authored
Replaced multiple various invocations of 'git fetch' with calls to a common fetch function. BUG=373504 TEST=localtest Review URL: https://codereview.chromium.org/327803006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@279560 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Jun, 2014 2 commits
-
-
jrobbins@chromium.org authored
BUG=387088 Review URL: https://codereview.chromium.org/348933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@279514 0039d316-1c4b-4281-b951-d872f2087c98
-
jrobbins@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/342543003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@279463 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Jun, 2014 3 commits
-
-
dnj@chromium.org authored
Replaced multiple various invocations of 'git checkout' with calls to a common checkout function. BUG=373504 TEST=localtest R=agable@chromium.org, iannucci@chromium.org Review URL: https://codereview.chromium.org/326153003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@279207 0039d316-1c4b-4281-b951-d872f2087c98
-
hinoka@chromium.org authored
BUG=261741 Review URL: https://codereview.chromium.org/349643004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@279150 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This updates some infrastructure to make it easy to get at the platform-specific build tools directories. Review URL: https://codereview.chromium.org/341533006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@279132 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Jun, 2014 2 commits
-
-
vadimsh@chromium.org authored
Do it only when both --force and --delete_unversioned_trees are specified. BUG=386878 R=iannucci@chromium.org Review URL: https://codereview.chromium.org/334633004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@278770 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
R=iannucci@chromium.org,hinoka@chromium.org BUG= Review URL: https://codereview.chromium.org/348703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@278717 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Jun, 2014 2 commits
-
-
szager@chromium.org authored
Unfortunately, the locking mechanism is still flaky on Windows. bot_update.py will use this, since we can be certain that there won't be overlapping access to the cache. R=hinoka@google.com, agable@chromium.org, hinoka@chromium.org BUG= Review URL: https://codereview.chromium.org/340953003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@278490 0039d316-1c4b-4281-b951-d872f2087c98
-
jrobbins@chromium.org authored
BUG=382297 Review URL: https://codereview.chromium.org/341663004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@278484 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Jun, 2014 3 commits
-
-
hinoka@chromium.org authored
BUG=366748 Review URL: https://codereview.chromium.org/337763005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@278190 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
TBR=agable@chromium.org,iannucci@chromium.org BUG= Review URL: https://codereview.chromium.org/342753003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@278141 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
This is an update of the following reverted change: https://codereview.chromium.org/344443002/ R=hinoka@chromium.org,agable@chromium.org BUG= Review URL: https://codereview.chromium.org/343523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@277931 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Jun, 2014 3 commits
-
-
szager@chromium.org authored
A number of bots have been running out of disk space because they are accumulating temp dirs and temp pack files. Be more careful to clean up temp dirs whenever UnlockAll() is called. R=hinoka@chromium.org,agable@chromium.org BUG= Review URL: https://codereview.chromium.org/335253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@277812 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
This reverts commit 617a1617. BUG=385417 TBR=hinoka@chromium.org,agable@chromium.org Review URL: https://codereview.chromium.org/344443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@277766 0039d316-1c4b-4281-b951-d872f2087c98
-
halton.huo@intel.com authored
'git rev-parse <revision> will return same revision result with newline appended if revision exists. The newline will cause the following checkout command will fail, so remove the assignment. BUG= R=agable@chromium.org, rogerta@chromium.org Review URL: https://codereview.chromium.org/317783008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@277615 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Jun, 2014 2 commits
-
-
szager@chromium.org authored
This is an issue when bot_update.py is used, and a top-level solution takes a long time to fetch. Without this change, it will be fetched twice. managed=False really means 'hands off my checkout', so gclient should honor that. R=hinoka@chromium.org,agable@chromium.org BUG= Review URL: https://codereview.chromium.org/334343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@277565 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
BUG=383455 R=hinoka@chromium.org,iannucci@chromium.org Review URL: https://codereview.chromium.org/331913003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@277473 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Jun, 2014 2 commits
-
-
sergiyb@chromium.org authored
BUG=373797 R=maruel@chromium.org Review URL: https://codereview.chromium.org/323363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@277040 0039d316-1c4b-4281-b951-d872f2087c98
-
dyen@chromium.org authored
R=bradnelson@google.com, hinoka@chromium.org BUG=None Review URL: https://codereview.chromium.org/335723002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@276858 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Jun, 2014 4 commits
-
-
hinoka@google.com authored
Revert of scm.GIT.IsValidRevision: Only return True if the given object is a commit (https://codereview.chromium.org/329823002/) Reason for revert: Speculative revert to see if this is the cause of auto_roll_test.py to fail in build/ presubmit. Original issue's description: > scm.GIT.IsValidRevision: Only return True if the given object is a commit > > BUG=383476 > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=276487 TBR=iannucci@chromium.org,maruel@chromium.org,borenet@google.com NOTREECHECKS=true NOTRY=true BUG=383476 Review URL: https://codereview.chromium.org/329393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@276493 0039d316-1c4b-4281-b951-d872f2087c98
-
sheyang@chromium.org authored
BUG=374398 Review URL: https://codereview.chromium.org/298703003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@276491 0039d316-1c4b-4281-b951-d872f2087c98
-
borenet@google.com authored
BUG=383476 Review URL: https://codereview.chromium.org/329823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@276487 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=none R=mmoss@chromium.org Review URL: https://codereview.chromium.org/329313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@276467 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Jun, 2014 1 commit
-
-
szager@chromium.org authored
When a git-cache operation is interrupted, it can leave behind large temporary pack files. Over time, these pack files will fill up disks. R=agable@chromium.org,hinoka@chromium.org,iannucci@chromium.org BUG=352268 Review URL: https://codereview.chromium.org/326203003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@276208 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Jun, 2014 2 commits
-
-
szager@chromium.org authored
Usage: roll-dep third_party/WebKit 12345 That will update DEPS with the new revision, and leave the DEPS file dirty. It's the up to the user to 'git add; git commit; git cl upload'. This script won't handle arbitrary python syntax, but it will handle variable references like Var("webkit_revision") correctly. R=mmoss@chromium.org, iannucci@chromium.org BUG=341098 Review URL: https://codereview.chromium.org/318153003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@275875 0039d316-1c4b-4281-b951-d872f2087c98
-
hinoka@chromium.org authored
BUG=261741,380958 Review URL: https://codereview.chromium.org/325903005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@275872 0039d316-1c4b-4281-b951-d872f2087c98
-