- 22 Oct, 2014 3 commits
-
-
dpranke@chromium.org authored
R=jamesr@chromium.org, agable@chromium.org Review URL: https://codereview.chromium.org/666293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292598 0039d316-1c4b-4281-b951-d872f2087c98
-
agable@chromium.org authored
R=machenbach@chromium.org BUG=415464 Review URL: https://codereview.chromium.org/656623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292588 0039d316-1c4b-4281-b951-d872f2087c98
-
agable@chromium.org authored
Although many things are private, the urls of the infra_internal and build_internal repositories are not. So let's just add a fetch recipe for them anyway. R=iannucci@chromium.org Review URL: https://codereview.chromium.org/544863006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292586 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Oct, 2014 1 commit
-
-
szager@chromium.org authored
BUG=chromium:425117 R=agable@chromium.org,kjellander@chromium.org Review URL: https://codereview.chromium.org/666713004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292563 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Oct, 2014 1 commit
-
-
szager@chromium.org authored
R=maruel@chromium.org,pgervais@chromium.org BUG= Review URL: https://codereview.chromium.org/661413005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292537 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Oct, 2014 1 commit
-
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292513 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Oct, 2014 2 commits
-
-
sbc@chromium.org authored
The base url was previously being generated as URL@BRANCH. I'm not sure if this works anywhere but it certainly doesn't on googlesource.com. Here we want URL/+/BRANCH. R=iannucci@chromium.org, sergeyberezin@chromium.org Review URL: https://codereview.chromium.org/652193004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292493 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
input_api.basename is a function, so printing it out yields: "The <function basename at 0x7fccd3735410> directory requires..>" Instead, use it to resolve the local presubmit path that has requested clang formatting. R=dpranke@chromium.org BUG=422332 Review URL: https://codereview.chromium.org/665493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292491 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Oct, 2014 3 commits
-
-
hinoka@chromium.org authored
Git footers doesn't seem to support v8, let alone know that trunk actually maps to the candidate branch. This should fix it. BUG= TBR=agable Review URL: https://codereview.chromium.org/645183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292445 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
Don't discard stderr from failed rebase operations I had an issue where stdout of the failed rebase was empty but stderr contained: First, rewinding head to replay your work on top of it... Dirty index: cannot apply patches (dirty: internal_gyp third_party/html_office). Also, in my case the second rebase was actually succeeding for some reason, which is clearly no expected, so assert in this case. BUG=410339 Review URL: https://codereview.chromium.org/645763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292444 0039d316-1c4b-4281-b951-d872f2087c98
-
jrobbins@chromium.org authored
This is just making the same change to the copy of upload.py that is in depot_tools. BUG=419156 R=iannucci@chromium.org Original Review URL: https://codereview.chromium.org/624513002 Review URL: https://codereview.chromium.org/639503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292432 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Oct, 2014 1 commit
-
-
jkarlin@chromium.org authored
If presubmit.py for a directory (such as net/) fails due to not being clang formatted, then 'git cl format' needs to be run for that directory, not the entire patch. BUG=422332 Review URL: https://codereview.chromium.org/648713003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292407 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Oct, 2014 1 commit
-
-
agable@chromium.org authored
R=iannucci@chromium.org Review URL: https://codereview.chromium.org/621783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292379 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Oct, 2014 1 commit
-
-
dcheng@chromium.org authored
This check never triggered before, since cpplint.py was looking for override not OVERRIDE. Since Chromium prefers override now, the linter is now (correctly) warning. However, the old Chromium convention (and the one implemented by the clang plugin) is to explicitly annotate all overrides with both virtual and override. The clang plugin code has been updated, but new binaries have not yet been built. Until clang rolls, suppress the warning. BUG=417463 TBR=stip@chromium.org Review URL: https://codereview.chromium.org/627163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292319 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Oct, 2014 1 commit
-
-
pgervais@chromium.org authored
BUG= R=maruel@chromium.org Review URL: https://codereview.chromium.org/614413003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292291 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Oct, 2014 1 commit
-
-
agable@chromium.org authored
This tool can automatically set up the necessary git-svn metadata for our repos that live in SVN but are mirrored to Chrome. R=iannucci@chromium.org, tandrii@chromium.org BUG=418973 Review URL: https://codereview.chromium.org/611253003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292241 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 Sep, 2014 1 commit
-
-
mark@chromium.org authored
This concerns the "committed" message posted to Rietveld. Prior to 34504a15, this used the committer's own core.abbrev. Now it's using a hard-coded 7. Per recent discussions on chromium-dev, 7 is insufficient to uniquely identify commits in large repositories such as ours. If any abbreviation is to be done, a 12-digit minimum should be used, but there's no reason not to use the entire hash. Review URL: https://codereview.chromium.org/592293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292164 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Sep, 2014 3 commits
-
-
thestig@chromium.org authored
TEST="roll_dep.py breakpad/src 10000" should print ~1387, not 4. Review URL: https://codereview.chromium.org/604463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292129 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
R=szager@chromium.org BUG=413391 Review URL: https://codereview.chromium.org/598153003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292123 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
BUG=413391 R=iannucci@chromium.org,agable@chromium.org Review URL: https://codereview.chromium.org/567873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292117 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Sep, 2014 4 commits
-
-
tandrii@chromium.org authored
BUG=371012 Review URL: https://codereview.chromium.org/562953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292088 0039d316-1c4b-4281-b951-d872f2087c98
-
primiano@chromium.org authored
After switching to a pure git workflow, most of the patchset we upload to rietveld have git metadata. Apparently, however, the scripts here in depot tools, which are used by the CQ and trybots, are ignoring that and applying patches without taking advantage of git metadata. In practice this causes people to rebase and reupload patches more than necessary, even in the cases when it could be handled automatically by means of a three way merge. This change updates the GitCheckout class of depot_tools to use that. BUG=416003 Review URL: https://codereview.chromium.org/577203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292087 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
This CL fixes some issues with map-branches: * Branches with no upstream were not being shown. * -vv from a detached HEAD would crash * GONE upstreams would crash when git cleaned up in a way that caused hash_one to fail This CL also adds a blue coloring to branches that start with 'branch-heads' for Chromium release branches. BUG=416530 Review URL: https://codereview.chromium.org/576423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292083 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=dpranke@chromium.org BUG=none TEST=no whining about <include src="long/path/name.js"> Review URL: https://codereview.chromium.org/579383004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292080 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Sep, 2014 1 commit
-
-
sbc@chromium.org authored
Then this was changed to CheckCallAndFilter it broke the expectations of code in the buildbot tree: scripts/slave/chromium_commands.py:extract_revisions Alternatively we could update the expectations of chromium_commands.py. BUG= https://code.google.com/p/chromium/issues/detail?id=412818 Review URL: https://codereview.chromium.org/587253005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292072 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Sep, 2014 1 commit
-
-
tandrii@chromium.org authored
According to Python's doc ( https://docs.python.org/2/library/subprocess.html#subprocess.check_output ): if check_output raises exception CalledProcessError, the exception object should contain stdout data as `output` attribute. Before this commit, subprocess2.CalledProcessError had `output` always None, and used `stdout` instead. This commit fixes this problem storing the same data in both `stdout` and `output`. BUG=NONE Review URL: https://codereview.chromium.org/582933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292036 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Sep, 2014 1 commit
-
-
borenet@google.com authored
This is analogous to the change made in https://codereview.chromium.org/559243002/. I want to change ARB to use the commit message generated by roll-dep. BUG=408700 Review URL: https://codereview.chromium.org/564363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291975 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Sep, 2014 2 commits
-
-
smut@google.com authored
This reverts commit 931b6c6a. This was causing our try bots to fail on DEPS changes. After applying the patch successfully, apply_issue.py tries to run gclient sync to get the updated DEPS, resulting in this error: src (ERROR) ---------------------------------------- [0:00:00] Started. ---------------------------------------- Error: ____ src at origin/master Your index contains uncommitted changes Please commit, stash, or reset. BUG=413326 TESTED=Manually: https://paste.googleplex.com/6375653263802368 Review URL: https://codereview.chromium.org/563873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291932 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
Pulls the logic for computing an issue's "status" - has LGTM, is in CQ, etc. - out of the "git cl status" command itself, so that other tools can get the status of a Changelist. BUG=379849 R=iannucci@chromium.org Review URL: https://codereview.chromium.org/555973005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291928 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Sep, 2014 2 commits
-
-
maruel@chromium.org authored
This was done because a line ending with a '\' will not be printed properly. Completely escape the string. R=stip@chromium.org BUG= Review URL: https://codereview.chromium.org/557143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291906 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
BUG=https://code.google.com/p/chromium/issues/detail?id=409185 TEST=local R=iannucci@chromium.org Review URL: https://codereview.chromium.org/555383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291900 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Sep, 2014 6 commits
-
-
iannucci@chromium.org authored
R=luqui@chromium.org, prasadv@chromium.org BUG= Review URL: https://codereview.chromium.org/559773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291897 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
This is to support non-chrome repos in the bisect scripts. R=hinoka@chromium.org, luqui@chromium.org BUG= Review URL: https://codereview.chromium.org/552403003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291895 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
R=luqui@chromium.org Review URL: https://codereview.chromium.org/558783003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291893 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
TBR=iannucci@chromium.org Review URL: https://codereview.chromium.org/561433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291889 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
R=iannucci@chromium.org, maruel@chromium.org BUG=410959 Review URL: https://codereview.chromium.org/549733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291883 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
Without --exit-code, diff-index always returns 0 and thus never throws the exception for a dirty index. R=iannucci@chromium.org Review URL: https://codereview.chromium.org/548553003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291881 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Sep, 2014 3 commits
-
-
maruel@chromium.org authored
Because everyone needs humour. Fix a small bug in subcommands.py with undocumented commands. R=stip@chromium.org BUG= Review URL: https://codereview.chromium.org/554123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291867 0039d316-1c4b-4281-b951-d872f2087c98
-
hinoka@chromium.org authored
BUG=411236 Review URL: https://codereview.chromium.org/545213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291865 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
This incorporates: https://chromium-review.googlesource.com/#/c/216850 R=davidjames@chromium.org,petermayo@chromium.org BUG= Review URL: https://codereview.chromium.org/554723003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291857 0039d316-1c4b-4281-b951-d872f2087c98
-