- 09 Dec, 2014 1 commit
-
-
thakis@chromium.org authored
This will only have an effect if one's buildtools checkout is new enough, since only then: a) clang-format will be new enough to do a decent job for java files b) clang-format-diff.py will be new enough to look at java files So for older buildtools checkouts, `git cl format` will continue to ignore java files. For newer buildtools checkouts (like the one pulled by `gclient sync` with a recent chromium checkout), it'll work and do a fairly decent job. BUG=429372 Review URL: https://codereview.chromium.org/788933003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293312 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Dec, 2014 1 commit
-
-
tfarina@chromium.org authored
Tested with the following command lines: $ cd $ mkdir skia_test $ cd skia_test $ fetch skia_buildbot $ cd skia_buildbot # confirm the repo is what one would expect. BUG=None TEST=see above R=agable@chromium.org Review URL: https://codereview.chromium.org/777513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293283 0039d316-1c4b-4281-b951-d872f2087c98
-
- 05 Dec, 2014 6 commits
-
-
tandrii@chromium.org authored
R=agable@chromium.org BUG=N/A Review URL: https://codereview.chromium.org/707233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293277 0039d316-1c4b-4281-b951-d872f2087c98
-
avakulenko@google.com authored
This just a copy of cpplint.py from upstream [1]. [1] https://code.google.com/p/google-styleguide/source/detail?spec=svn141&r=141 The change in gclient_scm.py is to address a presubmit check error which was introduced by https://codereview.chromium.org/227163002 "print_func" parameter was being passed to a function instead of the object constructor. BUG=None NOTRY=True Change-Id: I4dca890d5f02957ddae33c4bd4269fd37758be3d Review URL: https://codereview.chromium.org/777533005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293276 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
TBR=agable@chromium.org, jrobbins@chromium.org, maruel@chromium.org BUG= Review URL: https://codereview.chromium.org/726673008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293275 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Requires https://codereview.chromium.org/779883002/ to be landed/rolled before it's useful. R=dpranke@chromium.org BUG=348474 Review URL: https://codereview.chromium.org/779513005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293269 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
Includes fix for bug 388937. R=agable@chromium.org, jrobbins@chromium.org, maruel@chromium.org BUG=388937 Review URL: https://codereview.chromium.org/785433003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293259 0039d316-1c4b-4281-b951-d872f2087c98
-
ojan@chromium.org authored
r293250 broke it. I didn't realize that check_bucket_permissions was shared code. It now only returns a single value. TBR=vadimsh@chromium.org Review URL: https://codereview.chromium.org/782643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293256 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Dec, 2014 4 commits
-
-
ojan@chromium.org authored
check_bucket_permissions should no longer return a tuple. TBR=vadimsh@chromium.org Review URL: https://codereview.chromium.org/759013007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293255 0039d316-1c4b-4281-b951-d872f2087c98
-
ojan@chromium.org authored
check_bucket_permissions() takes exactly 2 arguments (3 given) TBR=vadimsh@chromium.org Review URL: https://codereview.chromium.org/780113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293254 0039d316-1c4b-4281-b951-d872f2087c98
-
ojan@chromium.org authored
--sha1_filename unnecessarily forces the output to have the same filename and be in the same directory. The code in main already correctly sets the file name to the sha1_filename minus the .sha1, so the only change is to actually use the --output path the same way the rest of the code does. R=iannucci@chromium.org Review URL: https://codereview.chromium.org/752803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293251 0039d316-1c4b-4281-b951-d872f2087c98
-
ojan@chromium.org authored
Checking bucket permissions takes ~400ms. We don't need to do this if --no-auth because we know we won't get a 403 and the 404 check will be handled later when we try to actually download the file. Also, remove the check for a null bucket. This can't happen since we will throw a parser error in the main function before we get to this code. R=iannucci@chromium.org Review URL: https://codereview.chromium.org/772203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293250 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Dec, 2014 3 commits
-
-
scottmg@chromium.org authored
This could be simplified a bunch more, but this path was already non-functional and tries to download Express which is a waste of time and confusing for people. R=dpranke@chromium.org BUG=433551 Review URL: https://codereview.chromium.org/775733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293199 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
R=dpranke@chromium.org Review URL: https://codereview.chromium.org/771233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293192 0039d316-1c4b-4281-b951-d872f2087c98
-
kjellander@chromium.org authored
This fix is created to avoid having to rebuild all the WebRTC Git mirrors since they're configured to sync with the http URL instead of https (resulting in git-svn-id Git footers with the http URL in the commit messages). Without rewriting this, it is not possible to commit to SVN since Google code disallows committing to a http URL. BUG=412012 TEST=Created a CL using a Git repo like this (both before and after landing https://webrtc-codereview.appspot.com/32569004): git clone https://chromium.googlesource.com/external/webrtc.git cd webrtc git auto-svn git checkout master git checkout -b test (edit whitespace change) git commit -am "Whitespace edit git cl upload --bypass-hooks" git cl dcommit R=agable@chromium.org, machenbach@chromium.org, mmoss@chromium.org Review URL: https://codereview.chromium.org/760903004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293171 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Nov, 2014 1 commit
-
-
kjellander@chromium.org authored
Revert of git_auto_svn.py: Rewrite http SVN URLs to https (patchset #3 id:40001 of https://codereview.chromium.org/745473003/) Reason for revert: This actually makes the Git mirrors unusable for git svn, since there's a mismatch between the svn remote URL and the URLs of the git-svn-id footers in each Git commit (which confuses scripts like git_cl.py and makes uploading and committing CLs impossible). Original issue's description: > git_auto_svn.py: Rewrite http SVN URLs to https > > BUG=435091 > TESTED=Ran the following: > git clone https://chromium.googlesource.com/external/webrtc > cd webrtc > git auto-svn > cat .git/config > Verified the URL was using http before this patch, and https after applying it. > > R=agable@chromium.org, mmoss@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=293041 TBR=agable@chromium.org,mmoss@chromium.org NOTREECHECKS=true NOTRY=true BUG=435091 Review URL: https://codereview.chromium.org/767913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293148 0039d316-1c4b-4281-b951-d872f2087c98
-
- 27 Nov, 2014 1 commit
-
-
tfarina@chromium.org authored
Tested with the following command lines: $ cd somewhere $ mkdir some-test-dir $ cd some-test-dir $ fetch skia $ cd skia # confirm it is what we expected. BUG=None TEST=see above R=agable@chromium.org Review URL: https://codereview.chromium.org/746363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293135 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Nov, 2014 2 commits
-
-
agable@chromium.org authored
R=iannucci@chromium.org, szager@chromium.org, pdr@chromium.org BUG=435729 Review URL: https://codereview.chromium.org/756233003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293112 0039d316-1c4b-4281-b951-d872f2087c98
-
agable@chromium.org authored
R=kjellander@chromium.org Review URL: https://codereview.chromium.org/753383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293110 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Nov, 2014 2 commits
-
-
kjellander@chromium.org authored
For Mac, we're depending on having both ios+mac for target_os. R=agable@chromium.org Review URL: https://codereview.chromium.org/753123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293085 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=436109 TBR=maruel@chromium.org Review URL: https://codereview.chromium.org/755753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293084 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Nov, 2014 3 commits
-
-
vapier@chromium.org authored
The reason cited for reverting was invalid, so reland the update. BUG=chromium:431514 Review URL: https://codereview.chromium.org/739393004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293049 0039d316-1c4b-4281-b951-d872f2087c98
-
smut@google.com authored
This reverts commit e642ee86. Conflicts: pylintrc Reason: All repos are borked. TBR=vapier Review URL: https://codereview.chromium.org/741023003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293042 0039d316-1c4b-4281-b951-d872f2087c98
-
kjellander@chromium.org authored
BUG=435091 TESTED=Ran the following: git clone https://chromium.googlesource.com/external/webrtc cd webrtc git auto-svn cat .git/config Verified the URL was using http before this patch, and https after applying it. R=agable@chromium.org, mmoss@chromium.org Review URL: https://codereview.chromium.org/745473003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293041 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Nov, 2014 2 commits
-
-
jochen@chromium.org authored
BUG=none TBR=jrobbins@chromium.org Review URL: https://codereview.chromium.org/733923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293010 0039d316-1c4b-4281-b951-d872f2087c98
-
vapier@chromium.org authored
People are just ignoring these and bypassing the presubmit entirely, so disable all the warnings until someone feels like shaving these yaks one by one. BUG=chromium:431514 TEST=ran presubmit on build/ and so no more warnings Review URL: https://codereview.chromium.org/721833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292997 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Nov, 2014 1 commit
-
-
vapier@chromium.org authored
The current pylint is very old at this point. Pull in the latest version as it supports a lot more features. Also need to fix the pylint wrapper to actually update sys.path to use the local modules. We include the six module since not all bots have it, and it's small. This will trigger new warnings in files, but they look like legitimate issues that should be fixed at some point. BUG=chromium:431514 TEST=ran on some code bases and checked output Review URL: https://codereview.chromium.org/741503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292988 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Nov, 2014 2 commits
-
-
kbr@chromium.org authored
This reverts commit 451939d5. Throws an exception with a missing import, breaking Telemetry's presubmit checks and presumably presubmit checks for all Python files in Chromium. See comment on https://codereview.chromium.org/707353002/ . BUG=chromium:431514 Review URL: https://codereview.chromium.org/719313003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292955 0039d316-1c4b-4281-b951-d872f2087c98
-
vapier@chromium.org authored
The current pylint is very old at this point. Pull in the latest version as it supports a lot more features. Also need to fix the pylint wrapper to actually update sys.path to use the local modules. This will trigger new warnings in files, but they look like legitimate issues that should be fixed at some point. BUG=chromium:431514 TEST=ran on some code bases and checked output Review URL: https://codereview.chromium.org/707353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292954 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Nov, 2014 3 commits
-
-
scottmg@chromium.org authored
See also https://codereview.chromium.org/720033003/ BUG=311488,432748 Review URL: https://codereview.chromium.org/719343004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292950 0039d316-1c4b-4281-b951-d872f2087c98
-
carlosk@chromium.org authored
and a link to it. BUG= Review URL: https://codereview.chromium.org/731473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292940 0039d316-1c4b-4281-b951-d872f2087c98
-
jorgelo@chromium.org authored
BUG=None TEST=my_activity.py still works. Review URL: https://codereview.chromium.org/714373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292935 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Nov, 2014 2 commits
-
-
ncbray@chromium.org authored
BUG=https://code.google.com/p/chromium/issues/detail?id=430602 R=bradnelson@google.com, dpranke@chromium.org Review URL: https://codereview.chromium.org/718213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292912 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
BUG=415464 R=agable@chromium.org, tandrii@chromium.org Review URL: https://codereview.chromium.org/704773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292909 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Nov, 2014 1 commit
-
-
maruel@chromium.org authored
It currently crashes, which is sad. R=pgervais@chromium.org BUG= Review URL: https://codereview.chromium.org/683283006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292899 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Nov, 2014 1 commit
-
-
dnj@chromium.org authored
BUG=chromium:430343 TEST=None Review URL: https://codereview.chromium.org/701843004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292868 0039d316-1c4b-4281-b951-d872f2087c98
-
- 05 Nov, 2014 2 commits
-
-
szager@chromium.org authored
BUG=430123 R=iannucci@chromium.org,agable@chromium.org Review URL: https://codereview.chromium.org/701893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292853 0039d316-1c4b-4281-b951-d872f2087c98
-
apavlov@chromium.org authored
The "comments" command is taught to: - accept an arbitrary review issue id; - post comments on the current or specified review issue. This is required for the auto-rebaseline bot to notify a rebaseline requestor of the fact that the rebaseline has happened by means of posting a comment to the review issue that requested the rebaseline, as suggested by iannucci@. R=iannucci, szager, dpranke Review URL: https://codereview.chromium.org/693873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292844 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Nov, 2014 2 commits
-
-
pgervais@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/697283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292820 0039d316-1c4b-4281-b951-d872f2087c98
-
hinoka@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/696023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292819 0039d316-1c4b-4281-b951-d872f2087c98
-