- 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
-
- 05 Jun, 2014 4 commits
-
-
hinoka@chromium.org authored
boto is required. BUG=261741 TBR=iannucci Review URL: https://codereview.chromium.org/315343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@275244 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=131061 Review URL: https://codereview.chromium.org/319673003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@275235 0039d316-1c4b-4281-b951-d872f2087c98
-
hinoka@chromium.org authored
Last patch (https://codereview.chromium.org/313933005/) forgot to take into account using a boto file (setting boto to os.devnull means connect unauthenticated, setting it to None will allow it to do the default behavior) This patch will always use a boto file, which should be fine. BUG=261741 Review URL: https://codereview.chromium.org/314203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@275230 0039d316-1c4b-4281-b951-d872f2087c98
-
hinoka@chromium.org authored
BUG=261741 Review URL: https://codereview.chromium.org/313933005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@274969 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Jun, 2014 1 commit
-
-
avakulenko@google.com authored
The only difference compared to upstream[1] is the shebang line from depot_tools. [1] https://code.google.com/p/google-styleguide/source/browse/trunk/cpplint/cpplint.py?spec=svn131&r=133 BUG=None Review URL: https://codereview.chromium.org/317053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@274946 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Jun, 2014 1 commit
-
-
pgervais@chromium.org authored
'Add a description' is not enough to know what the test is about. Added some more info. BUG= Review URL: https://codereview.chromium.org/313523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@274393 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Jun, 2014 3 commits
-
-
iannucci@chromium.org authored
The previous rollout pushed the xp version of chromium git v4 to windows7. This rollout pushes the correct windows 7 version. R=mmoss@chromium.org, szager@chromium.org BUG= Review URL: https://codereview.chromium.org/311713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@274363 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
This will avoid errors where _Clone is called for a new DEP, but where the DEP refers to a branch commit, thus causing the clone to fail because it can't checkout that commit (such as happens currently with 'fetch v8'). Review URL: https://codereview.chromium.org/307223006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@274347 0039d316-1c4b-4281-b951-d872f2087c98
-
r.c.ladan@gmail.com authored
Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. TEST=run "git cl owners" on FreeBSD BUG= Review URL: https://codereview.chromium.org/197213008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@274320 0039d316-1c4b-4281-b951-d872f2087c98
-
- 30 May, 2014 3 commits
-
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/293153004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@273852 0039d316-1c4b-4281-b951-d872f2087c98
-
pgervais@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/268543013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@273851 0039d316-1c4b-4281-b951-d872f2087c98
-
romain.pokrzywka@gmail.com authored
This allows having a git repo cloned on a specific branch or commit, similar to what's possible for svn solutions by specifying a url like svnrepo/branches/foo Having the possibility to check the code out on a specific branch makes the initial code checkout workflow simpler, and allows specifying all the relevant info directly in the fetch recipe, instead of having to deal with branches manually afterwards (which is the whole purpose of recipes in the first place) So with this change, I'm able to do the following in my custom fetch recipe: solution = { 'name' : 'src', 'url' : 'git@github.snei.sony.com:SNEI/chromium.git@refs/heads/custombranch', <following lines skipped> Review URL: https://codereview.chromium.org/289863012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@273675 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 May, 2014 1 commit
-
-
szager@chromium.org authored
This makes it possible to effectively re-route the stdout by re-assigning sys.stdout. BUG= Review URL: https://codereview.chromium.org/303223005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@273595 0039d316-1c4b-4281-b951-d872f2087c98
-
- 27 May, 2014 1 commit
-
-
szager@chromium.org authored
BUG=376546 R=mmoss@chromium.org,agable@chromium.org Review URL: https://codereview.chromium.org/293113005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@273002 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 May, 2014 1 commit
-
-
szager@chromium.org authored
This is need, e.g., to suppress logging message for 'exists'. TBR=agable@chromium.org,hinoka@chromium.org BUG= Review URL: https://codereview.chromium.org/299163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@272450 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 May, 2014 2 commits
-
-
nodir@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@272343 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
R=agable@chromium.org, mmoss@chromium.org, szager@chromium.org BUG=366925 Review URL: https://codereview.chromium.org/288863004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@272033 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 May, 2014 1 commit
-
-
szager@chromium.org authored
Currently, only top-level solutions may be pinned via --revision. With this, we can: gclient sync --revision src/third_party/WebKit@deadbeef BUG= Review URL: https://codereview.chromium.org/290443003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@271571 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 May, 2014 2 commits
-
-
iannucci@chromium.org authored
This should let the base marker transparently work with plain-old-git tools which was the idea in the first place. Specifically `git branch -u` without a corresponding rebase. R=agable@chromium.org BUG=373977 Review URL: https://codereview.chromium.org/288323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@271112 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=374121 Review URL: https://codereview.chromium.org/284113005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@270972 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 May, 2014 4 commits
-
-
https://codereview.chromium.org/271703010/sheyang@chromium.org authored
Reason for revert: CQ rejects all chromium projects because of this change. Original issue's description: > use canonical base URL for projects > > BUG=372645 > R=iannucci@chromium.org, sergeyberezin@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270460 TBR=iannucci@chromium.org,sergeyberezin@chromium.org NOTREECHECKS=true NOTRY=true BUG=372645 Review URL: https://codereview.chromium.org/287063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@270803 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
R=agable@chromium.org BUG= Review URL: https://codereview.chromium.org/288123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@270572 0039d316-1c4b-4281-b951-d872f2087c98
-
agable@chromium.org authored
This method is necessary to allow good code organization (i.e., unittests live adjacent to the source files they test) in the new infra.git repository. R=maruel@chromium.org Review URL: https://codereview.chromium.org/281013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@270564 0039d316-1c4b-4281-b951-d872f2087c98
-
hinoka@chromium.org authored
BUG=261741 Review URL: https://codereview.chromium.org/278043005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@270542 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 May, 2014 2 commits
-
-
nodir@chromium.org authored
Should use e.message instead of e.reason, where e is an Exception git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@270473 0039d316-1c4b-4281-b951-d872f2087c98
-
sheyang@google.com authored
BUG=372645 R=iannucci@chromium.org, sergeyberezin@chromium.org Review URL: https://codereview.chromium.org/271703010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@270460 0039d316-1c4b-4281-b951-d872f2087c98
-