- 16 Apr, 2013 2 commits
-
-
mmoss@chromium.org authored
This allows the branch-heads to be pulled even if not configured on the original clone. Review URL: https://codereview.chromium.org/13951009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@194382 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
This will let clients that don't use the heavily filtered canned cpplint check and want to behave more strictly (aka cc/) reuse any common settings applied to the cpplint module. R=maruel@chromium.org BUG=none Review URL: https://codereview.chromium.org/13866044 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@194264 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Apr, 2013 2 commits
-
-
maruel@chromium.org authored
It was manually tested to work. R=dpranke@chromium.org,iannucci@chromium.org Review URL: https://codereview.chromium.org/13832005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@194182 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Improve temporary storage management. Print the error message on local GAE instance failure. Useful to debug when a new version of the GAE SDK breaks something. TBR=iannucci@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/13997004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@194131 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Apr, 2013 1 commit
-
-
maruel@chromium.org authored
The kill() call may fail because the process already exited. TBR=iannucci@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/13867008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@194126 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Apr, 2013 7 commits
-
-
danakj@chromium.org authored
For hash_map and hash_set, we should include "base/hashtables.h", not the <hash_set> or <hash_map> standard headers. R=maruel@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/14139002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@194047 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
to tell the user how to recover from partial checkouts and what to do with an existing checkout. R=iannucci@chromium.org BUG=230691 Review URL: https://chromiumcodereview.appspot.com/13945020 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@194019 0039d316-1c4b-4281-b951-d872f2087c98
-
zimmerle@gmail.com authored
If no `--local` option is passed to git config command line tool, it will relies on the local repository and then to the user configuration ($HOME/.gitconfig). In case the user has - for some reason - a svn repository configured in this user configuration, the checking: `git config --get-regexp ^svn-remote\.` will accuse that there is svn repo and so the `git cl tool`. This patch just add the option `--local` to the git config command line tool, avoiding this situation. R=maruel@chromium.org,dpranke@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/13884014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@193987 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
BUG=None Review URL: https://chromiumcodereview.appspot.com/14143003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@193943 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
Allow target.os to be a multivalue config option, which will cause submodules required by any of the listed OSes to be checked out. You can add additional OSes to the list with "git config --add target.os". BUG= Review URL: https://chromiumcodereview.appspot.com/13831004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@193901 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
R=maruel@chromium.org BUG=227526 Review URL: https://chromiumcodereview.appspot.com/14093004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@193865 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
R=szager@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/14207002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@193826 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Apr, 2013 4 commits
-
-
jochen@chromium.org authored
This allows non-committers to use fetch to checkout chromium or blink using $ fetch chromium --nosvn=true BUG=230357 R=dpranke@chromium.org Review URL: https://codereview.chromium.org/13910005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@193713 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
I get the following when doing "gcl upload" Traceback (most recent call last): File "f:\src\depot_tools\gcl.py", line 1459, in <module> sys.exit(main(sys.argv[1:])) File "f:\src\depot_tools\gcl.py", line 1437, in main return command(argv[1:]) File "f:\src\depot_tools\gcl.py", line 1070, in CMDchange description = change_info.GetIssueDescription() AttributeError: 'ChangeInfo' object has no attribute 'GetIssueDescription' Sending crash report ... args: ['f:\\src\\depot_tools\\gcl.py', 'change', 'w4f4'] cwd: f:\src\chrome3\src exception: 'ChangeInfo' object has no attribute 'GetIssueDesc host: JABDELMALEK3-W.ad.corp.google.com stack: File "f:\src\depot_tools\gcl.py", line 1459, in user: jabdelmalek version: 2.6.2 (r262:71600, Apr 21 2009, 15:05:37) [MSC v.1 A stack trace has been sent to the maintainers. "Make gcl use git_cl.py code for consistency in th..." > Make gcl use git_cl.py code for consistency in the CL description formatting. > > This way, git_cl.py's ChangeDescription becomes the canonical CL description > handler. > > R=dpranke@chromium.org > BUG= > > Review URL: https://chromiumcodereview.appspot.com/13800018 TBR=maruel@chromium.org Review URL: https://codereview.chromium.org/14016004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@193555 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This way, git_cl.py's ChangeDescription becomes the canonical CL description handler. R=dpranke@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/13800018 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@193525 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Include all the preparatory work to eventually update the R= line to match the actual reviewers. The goal here is that ChangeDescription becomes the official implementation for handling and modifying commit messages accross git-cl, gcl and the commit queue. This change does slightly tweak the spacing between the hot lines. It is done on purpose to make them consistent. R=dpranke@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/13741015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@193514 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Apr, 2013 1 commit
-
-
maruel@chromium.org authored
It makes sure the resulting options.reviewers and options.cc are internally consistent by splitting comma separated items. R=iannucci@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/13843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@193496 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Apr, 2013 2 commits
-
-
koz@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/13956002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@193257 0039d316-1c4b-4281-b951-d872f2087c98
-
pdr@chromium.org authored
Currently, if "git cl patch" succeeds it prints: Committed patch. This patch changes "git cl patch" to print: Committed patch locally. BUG= Review URL: https://chromiumcodereview.appspot.com/13801021 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@193206 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Apr, 2013 1 commit
-
-
maruel@chromium.org authored
This is not always necessary, like for "git cl set_close". R=dpranke@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/13741014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192829 0039d316-1c4b-4281-b951-d872f2087c98
-
- 05 Apr, 2013 3 commits
-
-
ilevy@chromium.org authored
- Improve SVN heuristic by using cutoff of 180 days instead of 120. I've verified this won't cause problems with the repos we use. (the closest is blink ToT and chrome, blink ToT refers to a revision in chrome from 9 months ago) - Alert if using local drover.properties file. Webkit devs had a drover.properties file that hardcodes svn.webkit.org, which makes drover point to the wrong revision. BUG=227168 Review URL: https://chromiumcodereview.appspot.com/13730015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192641 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
This was causing extremely slow gclient sync's, and was preventing gclient from outputting anything if a slow submodule needed significant updating. R=cmp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/13702002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192475 0039d316-1c4b-4281-b951-d872f2087c98
-
adamk@chromium.org authored
R=dpranke@chromium.org Review URL: https://chromiumcodereview.appspot.com/13612003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192439 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Apr, 2013 10 commits
-
-
ilevy@chromium.org authored
Building on crrev.com/12670008, add support for blink svn. The svn revision for blink is sufficiently different from chromium that we can revert blink changes without further logic changes. The order of alternative repos corresponds roughly to the expected rate of use. TEST=Tried reverting some blink revs. Review URL: https://chromiumcodereview.appspot.com/13448004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192396 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
Blink wants to override the maxlen which is currently configurable in CheckLongLines but not in PanProjectChecks. This exposes the parameter on PanProjectChecks. Review URL: https://chromiumcodereview.appspot.com/13403004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192394 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
R=maruel@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/13532013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192358 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
Revert "Make gclient fetch git repos recursively. This is needed when adding a git repo through DEPS. If that repo has submodules, we need to fetch them or else the repo won't be complete." This reverts commit 6a2e4710. cmp says: This CL causes NewGit and Git submodules workflows to comingle in ways that result in bad and unexpected failures for new and existing users. One failure is for the new Blink developers who need to use git-svn with their WebKit third_party checkout. Another failure is in the Windows NewGit workflow where gclient sync takes longer than necessary to complete. The right approach at this point given the costs of this change is to revert it and rethink the best way to get projects the functionality they need while restoring the functionality existing projects have required for over a year now. Please discuss the recursive/recurseSubmodules code face-to-face with cmp@google.com before attempting to make this live again. Thanks. R=cmp@chromium.org BUG=224074 Review URL: https://chromiumcodereview.appspot.com/13470027 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192236 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
TBR=iannucci@chromium.org Review URL: https://codereview.chromium.org/13622002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192234 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
R=iannucci@chromium.org Review URL: https://codereview.chromium.org/13618002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192233 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
Currently the NewGit workflow sets up git submodules to point to a .git dir through a textfile indirection. git-svn isn't smart enough to deal with this, and so we need to change things to use symlinks instead. In the meantime, 'fetch blink' will fail. For now, we'll turn off the svn configuration. TBR=iannucci@chromium.org BUG= Review URL: https://codereview.chromium.org/13560005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192230 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
TBR=cmp@chromium.org Review URL: https://codereview.chromium.org/13613004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192226 0039d316-1c4b-4281-b951-d872f2087c98
-
agable@chromium.org authored
R=dpranke@chromium.org,iannucci@chromium.org Review URL: https://chromiumcodereview.appspot.com/13540004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192205 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
R=cmp@chromium.org BUG= Review URL: https://codereview.chromium.org/13489007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192200 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Apr, 2013 7 commits
-
-
dpranke@chromium.org authored
TBR=maruel@chromium.org, agable@chromium.org BUG= Review URL: https://codereview.chromium.org/13589003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192170 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
TBR=iannucci@chromium.org, maruel@chromium.org, agable@chromium.org Review URL: https://codereview.chromium.org/13582005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192164 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
TBR=iannucci@chromium.org, agable@chromium.org, maruel@chromium.org Review URL: https://codereview.chromium.org/13588004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192160 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
TBR=iannucci@chromium.org, agable@chromium.org, maruel@chromium.org Review URL: https://codereview.chromium.org/13586005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192157 0039d316-1c4b-4281-b951-d872f2087c98
-
agable@chromium.org authored
TBR=dpranke@chromium.org Review URL: https://codereview.chromium.org/13514004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192156 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
This is done as a hack since we don't really have real option parsing :(. R=iannucci@chromium.org, agable@chromium.org, maruel@chromium.org Review URL: https://codereview.chromium.org/13586004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192154 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
TBR=iannucci@chromium.org, maruel@chromium.org BUG= Review URL: https://codereview.chromium.org/13586003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192135 0039d316-1c4b-4281-b951-d872f2087c98
-