- 04 Mar, 2016 7 commits
-
-
tandrii@chromium.org authored
BUG=579183 Review URL: https://codereview.chromium.org/1763593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299107 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
TBR=phajdan.jr@chromium.org,andybons@chromium.org BUG= Review URL: https://codereview.chromium.org/1768583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299106 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
BUG=579183 Review URL: https://codereview.chromium.org/1761743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299105 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
Corresponding build CL: https://codereview.chromium.org/1759553007, land OR revert both Cls in tandem. TBR=phajdan.jr@chromium.org BUG= Review URL: https://codereview.chromium.org/1763013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299098 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
BUG=579176 Review URL: https://codereview.chromium.org/1764453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299095 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
This allows to generate new IDs on the fly without installing commit-msg hook and works just fine on Windows. BUG=579183 Review URL: https://codereview.chromium.org/1757133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299094 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
This should insert the message according to Gerrit's own commit-msg hook implementation. BUG=579183 Review URL: https://codereview.chromium.org/1758943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299093 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Mar, 2016 2 commits
-
-
ppi@chromium.org authored
The part that runs dartfmt was relying on the part that runs (or not) Clang to set the |env| local variable, which no longer happens after https://codereview.chromium.org/1734863002, making `git cl format` fail with: Traceback (most recent call last): File "/usr/local/google/home/ppi/projects/depot_tools/git_cl.py", line 3957, in <module> sys.exit(main(sys.argv[1:])) File "/usr/local/google/home/ppi/projects/depot_tools/git_cl.py", line 3939, in main return dispatcher.execute(OptionParser(), argv) File "/usr/local/work/depot_tools/subcommand.py", line 252, in execute return command(parser, args[1:]) File "/usr/local/google/home/ppi/projects/depot_tools/git_cl.py", line 3837, in CMDformat stdout = RunCommand(command, cwd=top_dir, env=env) UnboundLocalError: local variable 'env' referenced before assignment It seems that we don't need to override env for dartfm anyway - the clang part is doing this to put clang_format_tool in PATH. This patch just drops env= from RunCommand for dartfmt. Review URL: https://codereview.chromium.org/1760873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299072 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
R=jsbell@chromium.org,phajdan.jr@chromium.org BUG= Review URL: https://codereview.chromium.org/1764463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299068 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Mar, 2016 3 commits
-
-
recipe-roller@chromium.org authored
R= BUG= TBR=martiniss@chromium.org Review URL: https://codereview.chromium.org/1750213005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299063 0039d316-1c4b-4281-b951-d872f2087c98
-
sebmarchand@chromium.org authored
Review URL: https://codereview.chromium.org/1749213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299057 0039d316-1c4b-4281-b951-d872f2087c98
-
recipe-roller@chromium.org authored
R= BUG= TBR=martiniss@chromium.org Review URL: https://codereview.chromium.org/1753813003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299041 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Mar, 2016 2 commits
-
-
sheyang@chromium.org authored
my_activity fetches issues from monorail. Also deleted some projects which are not hosted on monorail. Blocked on deployment of https://chromereviews.googleplex.com/365267013/ BUG=monorail:762 Review URL: https://codereview.chromium.org/1754433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299032 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
TBR=phajdan.jr@chromium.org,martiniss@chromium.org BUG=590806 Review URL: https://codereview.chromium.org/1751003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299027 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Feb, 2016 3 commits
-
-
hinoka@chromium.org authored
Sometimes the spec passed in via parameters also have got_revision_mapping that we want to use. BUG=590788 Review URL: https://codereview.chromium.org/1748143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299015 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
Revert of Fix git recipe module to use git.bad as package resouce. (patchset #1 id:1 of https://codereview.chromium.org/1742403002/ ) Reason for revert: broke win builder bug 590806 Original issue's description: > Fix git recipe module to use git.bad as package resouce. > > R=phajdan.jr@chromium.org > BUG=579160 > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299005 TBR=phajdan.jr@chromium.org,tandrii@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=579160 Review URL: https://codereview.chromium.org/1750733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299011 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
R=phajdan.jr@chromium.org BUG=579160 Review URL: https://codereview.chromium.org/1742403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299005 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 Feb, 2016 4 commits
-
-
hinoka@chromium.org authored
This doesn't actually look like it's used. BUG= Review URL: https://codereview.chromium.org/1747443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298997 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
R=andybons@chromium.org BUG= Review URL: https://codereview.chromium.org/1741773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298990 0039d316-1c4b-4281-b951-d872f2087c98
-
tandrii@chromium.org authored
R=nodir@chromium.org,rmistry@chromium.org BUG= Review URL: https://codereview.chromium.org/1725053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298989 0039d316-1c4b-4281-b951-d872f2087c98
-
recipe-roller@chromium.org authored
R= BUG= TBR=martiniss@chromium.org Review URL: https://codereview.chromium.org/1742643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298979 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Feb, 2016 1 commit
-
-
sammc@chromium.org authored
Currently, if git cl format does not find any clang-formattable files, either in the path provided on the command line or in the CL as a whole, then it applies clang-format to all changes in the CL. This CL fixes this by changing git cl format to not clang-format when it does not find any changed files that are clang-formattable. Review URL: https://codereview.chromium.org/1734863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298971 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Feb, 2016 2 commits
-
-
recipe-roller@chromium.org authored
R= BUG= TBR=martiniss@chromium.org Review URL: https://codereview.chromium.org/1729843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298931 0039d316-1c4b-4281-b951-d872f2087c98
-
recipe-roller@chromium.org authored
R= BUG= TBR=martiniss@chromium.org Review URL: https://codereview.chromium.org/1724163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298929 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Feb, 2016 2 commits
-
-
thakis@chromium.org authored
Every time I write a json file, I end up wishing I put my toplevel items into non-toplevel items down the line when I want to add more stuff to the json file. Address this now, while no toolchain with this json file has been built yet. Follow-up to https://codereview.chromium.org/1706423002/ BUG=495204 Review URL: https://codereview.chromium.org/1718083003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298908 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
Added --ignore-file argument, so you can specify ignored commits in a file rather than as raw command-line arguments. Also, automatically searches for a file called .git-blame-ignore-revs, which is automatically used as an ignore list by default. Also, specifying an unknown revision (either on the command line or in a file) now generates a warning, not an error. Notes on some decisions: - The file is called .git-blame-ignore-revs (not mentioning hyper-blame) because we may use the same list in tools other than hyper-blame in the future. - We look at the *currently checked out* version of .git-blame-ignore-revs (not the version at the specified revision) for consistency with .git-ignore. Because we only expect revisions to be added (not deleted), it should be fine to use an ignore list from a newer version than the revision being blamed. - We considered using git notes for the ignore list so that you could add a revision to the ignore list without needing a follow-up CL. However, there are some problems with this approach. git notes is not automatically synced with git clone/pull. Also the Chromium infra tools (Reitveld, CQ) are not set up to allow modification of git notes, nor are changes to git notes subject to OWNERS checks. Using a regular file ensures all users synced to a particular revision are using the same ignore list. BUG=574290 Review URL: https://codereview.chromium.org/1697423004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298897 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Feb, 2016 6 commits
-
-
thakis@chromium.org authored
BUG=495204 Review URL: https://codereview.chromium.org/1706423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298862 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
No intended behavior change. This makes it possible to dump this state into SetEnv.x32.json and SetEnv.x64.json in an easy follow-up. BUG=495204 Review URL: https://codereview.chromium.org/1708223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298856 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
\n doesn't work on Windows, and %B is shorter anyway. BUG=586344 Review URL: https://codereview.chromium.org/1705193003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298845 0039d316-1c4b-4281-b951-d872f2087c98
-
ukai@chromium.org authored
BUG=574615 Review URL: https://codereview.chromium.org/1705473003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298843 0039d316-1c4b-4281-b951-d872f2087c98
-
dsansome@chromium.org authored
(it looks nicer) BUG= Review URL: https://codereview.chromium.org/1682293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298842 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitrao@chromium.org authored
The fallback code was parsing DEPS entries improperly. BUG=None Review URL: https://codereview.chromium.org/1699333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298839 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Feb, 2016 2 commits
-
-
maruel@chromium.org authored
With this change, fix_encoding can be imported in python3. fix_encoding.fix_encoding() returns False because, at least on my Ubuntu 14.04 system running python 3.4.3; sys.getdefaultencoding() == 'utf-8' The Windows specific code hasn't been tested on python3 and is expected to require fixes. R=vapier@chromium.org BUG=61357 Review URL: https://codereview.chromium.org/1710553003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298834 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/1686273002/hinoka@google.com authored
Reason for revert: Separating change into smaller changes. Original issue's description: > Bot update cleanup > > * Remove activation check > * Remove messages > * Remove deps2git > * Remove build_internal pointer by: > ** Moving chrome svn url into bot_update.py (This isn't secret anyways.) > ** Move patch.exe into depot_tools (No reason this should've been internal...) > ** Default everything to active, so no need for checks anyways. > > BUG= > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=298809 TBR=martiniss@chromium.org,eseidel@chromium.org,estaab@chromium.org,iannucci@chromium.org,hinoka@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG= Review URL: https://codereview.chromium.org/1706893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298826 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Feb, 2016 1 commit
-
-
hinoka@chromium.org authored
* Remove activation check * Remove messages * Remove deps2git * Remove build_internal pointer by: ** Moving chrome svn url into bot_update.py (This isn't secret anyways.) ** Move patch.exe into depot_tools (No reason this should've been internal...) ** Default everything to active, so no need for checks anyways. BUG= Review URL: https://codereview.chromium.org/1686273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298809 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Feb, 2016 2 commits
-
-
tandrii@chromium.org authored
From infra_internal, revisions 6f979a..cd0150f. TBR=sergiyb@chromium.org,machenbach@chromium.org BUG= Review URL: https://codereview.chromium.org/1697053003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298789 0039d316-1c4b-4281-b951-d872f2087c98
-
recipe-roller@chromium.org authored
R= BUG= TBR=martiniss@chromium.org Review URL: https://codereview.chromium.org/1699803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298787 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Feb, 2016 1 commit
-
-
recipe-roller@chromium.org authored
R= BUG= TBR=martiniss@chromium.org Review URL: https://codereview.chromium.org/1701453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298781 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Feb, 2016 1 commit
-
-
iannucci@chromium.org authored
R=dnj@chromium.org, hinoka@chromium.org, luqui@chromium.org, martiniss@chromium.org BUG= Review URL: https://codereview.chromium.org/1693993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298774 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Feb, 2016 1 commit
-
-
recipe-roller@chromium.org authored
R= BUG= TBR=martiniss@chromium.org Review URL: https://codereview.chromium.org/1692063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298750 0039d316-1c4b-4281-b951-d872f2087c98
-