- 17 Sep, 2010 1 commit
-
-
maruel@chromium.org authored
The end goal is to remove options.stdout, to remove a lot of bookkeeping. TEST=none BUG=none Review URL: http://codereview.chromium.org/3418014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59792 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Sep, 2010 1 commit
-
-
maruel@chromium.org authored
BUG=53483 TEST=none Review URL: http://codereview.chromium.org/3435010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59699 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Sep, 2010 1 commit
-
-
maruel@chromium.org authored
That fixes the common usage "git-try <branch>" so the diff is generated against a branch. BUG=46697 TEST=none Review URL: http://codereview.chromium.org/3433011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59550 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Sep, 2010 1 commit
-
-
maruel@chromium.org authored
It seems execfile() has different properties than exec(). TEST=none BUG=none Review URL: http://codereview.chromium.org/3448001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59407 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Sep, 2010 2 commits
-
-
maruel@chromium.org authored
The previous 'fix' would fail if drover.properties would contain FILE_PATTERN = None or something similar. TEST=none BUG=none Review URL: http://codereview.chromium.org/3363013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59254 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
The class WindowsError is only a builtin on Windows. Use OSError instead. Also make the exception more comprehensible on the other platforms when pylint is not installed. TEST=none BUG=none Review URL: http://codereview.chromium.org/3331022 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59253 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Sep, 2010 1 commit
-
-
laforge@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59179 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Sep, 2010 10 commits
-
-
maruel@chromium.org authored
TBR'ing since the change is fairly trivial. TBR=bradnelson TEST=moar tests fixed BUG=none Review URL: http://codereview.chromium.org/3329023 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59148 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It hoses the chromium slaves on build.webkit.org. It was fun while it lasted. TBR=bradnelson TEST=none BUG=none Review URL: http://codereview.chromium.org/3350018 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59146 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
For now that involves disabling a lot of tests when they can't be run. I'm unsure about the ascii encoding, it fails here if I keep this call on a French UI. TEST=none BUG=none Review URL: http://codereview.chromium.org/3333028 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59137 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It seems sys.stdout.isatty() is not a good signal on the build slaves. TBR=bradnelson TEST=none BUG=none Review URL: http://codereview.chromium.org/3342028 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59131 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This way engineers can still enjoy the perf benefit while someone fixes the buildbot stdio parsing issue. TEST=none BUG=none Review URL: http://codereview.chromium.org/3334017 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59127 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This is because buildbot can't parse gclient output with parallel checkout, causing got_revision to not be set, causing some scripts to fail. TBR=bradnelson TEST=none BUG=none Review URL: http://codereview.chromium.org/3325023 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59121 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
BUG=54084 TEST=updated smoke test and added a new one + stdout untangling Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=59002 Review URL: http://codereview.chromium.org/3357020 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59116 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Now reuse compile.py and almost make them platform agnostic. TEST=none BUG=none Review URL: http://codereview.chromium.org/306031 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59108 0039d316-1c4b-4281-b951-d872f2087c98
-
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 2 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
-