- 10 Sep, 2010 2 commits
-
-
maruel@chromium.org authored
This tool has been quite useful noticing errors in the past and I'd have avoided a breakage in r58936 if I had run it. Had to fix a few scripts first. BUG=none TEST=new test Review URL: http://codereview.chromium.org/3337018 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59107 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Otherwise, a VT100 terminal will soon be assumed. TEST=touch foo.txt; gclient sync >> foo.txt &; tail -F foo.txt doesn't show progress. BUG=none Review URL: http://codereview.chromium.org/3310026 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59101 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Sep, 2010 9 commits
-
-
maruel@chromium.org authored
BUG=54084 TEST=updated smoke test and added a new one + stdout untangling Review URL: http://codereview.chromium.org/3357020 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59002 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=54084 Review URL: http://codereview.chromium.org/3347019 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58985 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/3311023 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58982 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
I saw that in the exceptions and the current error (file not found) is not useful. TEST=none BUG=none Review URL: http://codereview.chromium.org/3332017 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58978 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Simplify ExecutionQueue.run() by moving code into utility functions. Reduce the amount of code in WorkerThread.run() to improve reliability. Don't trap exceptions in single-threaded usage! BUG=54084 TEST=none Review URL: http://codereview.chromium.org/3336015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58974 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=bradnelson TEST=git-try works BUG=54084 Review URL: http://codereview.chromium.org/3311021 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58941 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Simplify GIT.Capture() code to always redirect stderr by default and always throw an exception on failure. Make gclient_scm_test silent. Replace raise Exception() with raise gclient_utils.Error(). BUG=54084 TEST=none Review URL: http://codereview.chromium.org/3353018 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58936 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This is needed to improve the git tests further in a later change. BUG=54084 TEST=none Review URL: http://codereview.chromium.org/3294017 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58934 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Added try/except to the places where errors are tolerated. Renamed scm.SVN.CaptureBaseRevision to CaptureRevision and removed CaptureHeadRevision. BUG=54084 TEST=none Review URL: http://codereview.chromium.org/3307016 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58932 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Sep, 2010 5 commits
-
-
dglazkov@chromium.org authored
R=laforge TEST=use drover.py with WebKit repo -- it should work! BUG=none Review URL: http://codereview.chromium.org/3368007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58844 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add back support for python 2.4. Looks like a few slaves haven't been updated yet. TBR=bradnelson BUG=none TEST=none Review URL: http://codereview.chromium.org/3338017 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58820 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
An automated work around for python lack of stdout flushing. This design simplifies life once parallel checkout is enabled. TEST=none BUG=none Review URL: http://codereview.chromium.org/3342024 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58819 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
pylint is useful to catch errors before they go live so fix little annoyances. BUG=none TEST=none Review URL: http://codereview.chromium.org/3372001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58817 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=54238 TEST=gclient_smoketest.py Review URL: http://codereview.chromium.org/3342020 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58800 0039d316-1c4b-4281-b951-d872f2087c98
-
- 07 Sep, 2010 4 commits
-
-
maruel@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/3320012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58756 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add automatic 'header' on command execution BUG=54084 TEST=none Review URL: http://codereview.chromium.org/3319008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58700 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Change CheckCallError to inherit from Error. This will simplify try/except changes. TEST=none BUG=none Review URL: http://codereview.chromium.org/3324007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58695 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Simplify GitWrapper._Run() and move logging at the right place. TEST=none BUG=54084 Review URL: http://codereview.chromium.org/3358015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58694 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Sep, 2010 3 commits
-
-
maruel@chromium.org authored
Move logging call to the base function. BUG=none TEST=none Review URL: http://codereview.chromium.org/3300008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58523 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Fix SVN pack. TEST=smoke tests BUG=none Review URL: http://codereview.chromium.org/3309005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58519 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
This starts at 5 seconds (used to be 15) and goes up to ~60 seconds on the tenth round. BUG=None TEST=None Review URL: http://codereview.chromium.org/3326004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58488 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Sep, 2010 7 commits
-
-
maruel@chromium.org authored
This reverts commit 58371 TBR=jochen BUG= TEST= Review URL: http://codereview.chromium.org/3357005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58372 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=54238 TEST=GClientSmoke.testWrongConfig Review URL: http://codereview.chromium.org/3300007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58371 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This reverts commit 58352. TBR=jochen BUG=breaks build bots Review URL: http://codereview.chromium.org/3334005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58355 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=54240 TEST=none Review URL: http://codereview.chromium.org/3345003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58353 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=54238 TEST=GClientSmoke.testWrongConfig Review URL: http://codereview.chromium.org/3304007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58352 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Needed to fix a few function calls to make it work. BUG=54084 TEST=unit tests Review URL: http://codereview.chromium.org/3303004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58287 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/3331004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58286 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Sep, 2010 4 commits
-
-
thestig@chromium.org authored
BUG=none TEST=gcl upload works when there's no codereview.settings in the cache. Review URL: http://codereview.chromium.org/3366001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58270 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
BUG=54084 TEST=unit tests Review URL: http://codereview.chromium.org/3338003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58214 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Simplify code by removing fail_status Rename print_messages to always Simplify the doc. Review URL: http://codereview.chromium.org/3104036 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58201 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/3328002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58200 0039d316-1c4b-4281-b951-d872f2087c98
-
- 31 Aug, 2010 1 commit
-
-
maruel@chromium.org authored
It must always be present. BUG=none TBR=none Review URL: http://codereview.chromium.org/3280013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58060 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 Aug, 2010 2 commits
-
-
bradnelson@google.com authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/3184024 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@57447 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/3107038 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@57438 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Aug, 2010 2 commits
-
-
maruel@chromium.org authored
It's broken on 10.5.2. TEST=gcl works all the time on Mac TBR=nsylvain Review URL: http://codereview.chromium.org/3169044 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@57381 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This way the function is much more similar to subprocess.call(). Further changes will be done, to be able to convert all the function, to be able to parallelize output without corrupting it. Used pylint to verify call graph correctness, causing some other unrelated changes. TEST=unit tests BUG=none Review URL: http://codereview.chromium.org/3117039 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@57369 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Aug, 2010 1 commit
-
-
maruel@chromium.org authored
It contradicts the previous changes to enforce codereview.settings. TEST=new unit test BUG=none Review URL: http://codereview.chromium.org/3171026 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@57195 0039d316-1c4b-4281-b951-d872f2087c98
-