Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Issue 10103024: Check binary existence in gclient: 2nd try. (Closed)

Created:
8 years, 8 months ago by Jun Mukai
Modified:
8 years, 8 months ago
Reviewers:
oshima, satorux1, M-A Ruel
CC:
chromium-reviews, Dirk Pranke, M-A Ruel
Visibility:
Public.

Description

Check binary existence in gclient: 2nd try. The first approach crrev.com/132446 was reverted due to Windows build breaks. This approach is more robust because it actually tests the binary by running the command actually. BUG=114483 TEST=succeeded on Linux Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=132783

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -1 line) Patch
M gclient_scm.py View 1 2 3 chunks +27 lines, -1 line 0 comments Download
M tests/gclient_scm_test.py View 1 3 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Jun Mukai
8 years, 8 months ago (2012-04-17 06:10:30 UTC) #1
M-A Ruel
http://codereview.chromium.org/10103024/diff/1/gclient_scm.py File gclient_scm.py (right): http://codereview.chromium.org/10103024/diff/1/gclient_scm.py#newcode114 gclient_scm.py:114: def BinaryExists(self): This function may be called over 100 ...
8 years, 8 months ago (2012-04-17 12:15:55 UTC) #2
Jun Mukai
http://codereview.chromium.org/10103024/diff/1/gclient_scm.py File gclient_scm.py (right): http://codereview.chromium.org/10103024/diff/1/gclient_scm.py#newcode114 gclient_scm.py:114: def BinaryExists(self): On 2012/04/17 12:15:55, Marc-Antoine Ruel wrote: > ...
8 years, 8 months ago (2012-04-18 02:46:35 UTC) #3
M-A Ruel
lgtm http://codereview.chromium.org/10103024/diff/5001/gclient_scm.py File gclient_scm.py (right): http://codereview.chromium.org/10103024/diff/5001/gclient_scm.py#newcode797 gclient_scm.py:797: return scm.SVN.AssertVersion('0')[0] We require svn 1.4.
8 years, 8 months ago (2012-04-18 12:37:01 UTC) #4
Jun Mukai
http://codereview.chromium.org/10103024/diff/5001/gclient_scm.py File gclient_scm.py (right): http://codereview.chromium.org/10103024/diff/5001/gclient_scm.py#newcode797 gclient_scm.py:797: return scm.SVN.AssertVersion('0')[0] On 2012/04/18 12:37:01, Marc-Antoine Ruel wrote: > ...
8 years, 8 months ago (2012-04-18 12:48:09 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/10103024/6003
8 years, 8 months ago (2012-04-18 12:48:27 UTC) #6
commit-bot: I haz the power
8 years, 8 months ago (2012-04-18 12:55:45 UTC) #7
Change committed as 132783

Powered by Google App Engine
This is Rietveld 408576698