- 31 Jan, 2011 2 commits
-
-
maruel@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@73174 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Otherwise if there is a file named breakpad.py for instance in the current directory, it will be loaded instead of the one in depot_tools. BUG=none TEST=none Review URL: http://codereview.chromium.org/6312034 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@73165 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Jan, 2011 1 commit
-
-
maruel@chromium.org authored
This file is a copy of the chromite wrapper that lives here: http://git.chromium.org/gitweb/?p=chromite.git;a=blob;f=bin/chromite Anush requested that this wrapper be placed into depot_tools so that users will get the wrapper in their path. The wrapper will go and find the real version of chromite based on the CWD. Patch contributed by dianders@chromium.org. Review URL: http://codereview.chromium.org/6299018 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@73011 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 Jan, 2011 1 commit
-
-
bradnelson@google.com authored
run through cygwin python anymore (and fails subtlety). BUG=None TEST=None RS=pkasting Review URL: http://codereview.chromium.org/6400002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@72718 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Jan, 2011 1 commit
-
-
maruel@chromium.org authored
Also remove the harcoding of the names by putting them in a variable. This will help testing of the commit queue. BUG=none TEST=none Review URL: http://codereview.chromium.org/6350013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@72454 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Jan, 2011 1 commit
-
-
jam@chromium.org authored
Review URL: http://codereview.chromium.org/6391001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@72349 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Jan, 2011 1 commit
-
-
thakis@chromium.org authored
Review URL: http://codereview.chromium.org/6331008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@71893 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Jan, 2011 1 commit
-
-
kbr@chromium.org authored
("Connection timed out"). This allowed me to successfully upload a CL I had been stuck on for a couple of hours. Manually tested by raising both HTTPError and URLError within this code block and ensuring both are caught correctly. BUG=none TEST=none Review URL: http://codereview.chromium.org/6304006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@71702 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Jan, 2011 2 commits
-
-
maruel@chromium.org authored
svn:externals are slow to update and are unnecessary in a gclient environment. TEST=none BUG=55904 Review URL: http://codereview.chromium.org/3421013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@71604 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Review URL: http://codereview.chromium.org/6247008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@71602 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Jan, 2011 1 commit
-
-
http://codereview.chromium.org/6345001/kbr@chromium.org authored
introduced a bug which I didn't encounter during testing. BUG=none TEST=none TBR=maruel Review URL: http://codereview.chromium.org/6340006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@71520 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Jan, 2011 1 commit
-
-
kbr@chromium.org authored
("Connection timed out"). This allowed me to successfully upload a CL I have been stuck on for a couple of hours. BUG=none TEST=none Review URL: http://codereview.chromium.org/6345001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@71513 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Jan, 2011 1 commit
-
-
maruel@chromium.org authored
TEST=Verified that if this code breaks, the presubmit checks fail. BUG=none Review URL: http://codereview.chromium.org/6079003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@71229 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Jan, 2011 2 commits
-
-
msb@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/6179004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@71101 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Patch contributed by sadrul@chromium.org Review URL: http://codereview.chromium.org/5972005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@71097 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Jan, 2011 1 commit
-
-
chase@chromium.org authored
BUG=none TEST=git cl dcommit/push performs an index update before checking if the tree is dirty Review URL: http://codereview.chromium.org/6172003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@70908 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Jan, 2011 1 commit
-
-
maruel@chromium.org authored
Add logging to presubmit_support.py. BUG= TEST= Review URL: http://codereview.chromium.org/6004006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@70378 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Dec, 2010 2 commits
-
-
chase@chromium.org authored
Also update the PRESUBMIT check to exclude git_cl/. BUG=none TEST=git-cl hooks run TBR=maruel@chromium.org Review URL: http://codereview.chromium.org/5998008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@70108 0039d316-1c4b-4281-b951-d872f2087c98
-
chase@chromium.org authored
BUG=none TEST=git-cl works after move Review URL: http://codereview.chromium.org/5012006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@70011 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Dec, 2010 4 commits
-
-
evan@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@69888 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=dpranke BUG= TEST= Review URL: http://codereview.chromium.org/6051004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@69848 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
FakeRepos is useful for offline SCM tests but it was hardcoded for depot_tools requirements. Luckily, it was already modular enought that it merely required to shuffle code around to split it in two classes to be able to reuse the code as-is. BUG= TEST= Review URL: http://codereview.chromium.org/6029004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@69845 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Otherwise the following presubmit checks where never called. TBR=nsylvain BUG= TEST=fixes unit tests Review URL: http://codereview.chromium.org/5995003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@69844 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Dec, 2010 1 commit
-
-
dpranke@google.com authored
things other than trunk easier. BUG=none R=maruel@chromium.org TEST=none Review URL: http://codereview.chromium.org/5680006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@69307 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Dec, 2010 1 commit
-
-
maruel@chromium.org authored
Change RunPylint to parse all .py files when one is modified. Make all depot_tools/tests pass on pylint. That mostly meant fixing some builtins aliasing, wrong alignment and turning off most remaining warnings. BUG=none TEST=unit tests Review URL: http://codereview.chromium.org/5695007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@69159 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Dec, 2010 1 commit
-
-
maruel@chromium.org authored
Adding it as I figured out how to make it run correctly on ubuntu 10.4 and it's used in enough places it warrants a canned check. BUG=none TEST=it self tests itself. Review URL: http://codereview.chromium.org/5682011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@69051 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Dec, 2010 1 commit
-
-
maruel@chromium.org authored
Mostly useful for commit-queue as I want to both send the trace and be able to read it locally. TBR=jam Review URL: http://codereview.chromium.org/5608001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@68055 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Nov, 2010 2 commits
-
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/5257002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@67359 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/5342001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@67358 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Nov, 2010 3 commits
-
-
maruel@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/5131005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@67314 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
When an HTTP exception information is logged, no information is sent by default. Add an helper function to manually extract interesting information to append it to the exception type. Also disable another pylint warning. TEST=manual test BUG=none Review URL: http://codereview.chromium.org/5303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@67306 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
If the host parameter is invalid, like having a trailing backslash, it will result on HTTP 400 later which is much harder to diagnose. TEST=none BUG=none Review URL: http://codereview.chromium.org/5339001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@67295 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Nov, 2010 3 commits
-
-
maruel@chromium.org authored
Don't block execution. Python 2.4 has been untested for a while and may break unexpectedly. TEST=manual testing BUG=none Review URL: http://codereview.chromium.org/5110009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@66870 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This issue is only on python 2.4. BUG= TEST= Review URL: http://codereview.chromium.org/5216004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@66867 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@66865 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Nov, 2010 2 commits
-
-
http://codereview.appspot.com/3227041maruel@chromium.org authored
We need this now for an imminent rietveld instance move. TEST=worked with manual testing BUG=none Review URL: http://codereview.chromium.org/5138007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@66810 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=jam BUG=none TEST=none Review URL: http://codereview.chromium.org/5172007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@66776 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Nov, 2010 2 commits
-
-
maruel@chromium.org authored
Improve SendToRietveld to hardcode less function arguments. TEST=manually tested that gcl works on both chromium and non-chromium rietveld instances BUG=none Review URL: http://codereview.chromium.org/5015005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@66499 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
Review URL: http://codereview.chromium.org/5186001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@66483 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Nov, 2010 1 commit
-
-
maruel@chromium.org authored
on system that don't hard code bash's path. For example, BSD's bash lives in /usr/local/bin on freebsd & openbsd. Patch contributed by Sevan Janiyan (venture37 at gmail) TEST=didn't break ubuntu users BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@66124 0039d316-1c4b-4281-b951-d872f2087c98
-