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

Issue 137203009: Check that directory named depot_tools appears to be full checkout (Closed)

Created:
6 years, 11 months ago by scottmg
Modified:
6 years, 11 months ago
Reviewers:
Paweł Hajdan Jr.
CC:
chromium-reviews
Visibility:
Public.

Description

Check that directory named depot_tools appears to be full checkout When running recipes on build slaves, the PYTHONPATH has many (many!) things injected, one of which includes a partial checkout of depot_tools. As a result, find_depot_tools got confused as it thought it had found the correct directory while searching, but then failed to import breakpad. This makes the search at least confirm there's a file named breakpad.py present so the later import will probably succeed. R=phajdan.jr@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=246259

Patch Set 1 #

Patch Set 2 : stupid reitveld #

Total comments: 2

Patch Set 3 : common subexpression #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -4 lines) Patch
M tools/find_depot_tools.py View 1 2 1 chunk +9 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
scottmg
(Is there a BUG= I can reference?)
6 years, 11 months ago (2014-01-22 02:49:00 UTC) #1
Paweł Hajdan Jr.
LGTM with a comment. No bug as far as I know. Thanks! https://codereview.chromium.org/137203009/diff/30001/tools/find_depot_tools.py File tools/find_depot_tools.py ...
6 years, 11 months ago (2014-01-22 03:27:30 UTC) #2
scottmg
https://codereview.chromium.org/137203009/diff/30001/tools/find_depot_tools.py File tools/find_depot_tools.py (right): https://codereview.chromium.org/137203009/diff/30001/tools/find_depot_tools.py#newcode34 tools/find_depot_tools.py:34: i = os.path.join(root_dir, 'depot_tools') On 2014/01/22 03:27:30, Paweł Hajdan ...
6 years, 11 months ago (2014-01-22 05:05:36 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/137203009/90001
6 years, 11 months ago (2014-01-22 05:06:26 UTC) #4
commit-bot: I haz the power
6 years, 11 months ago (2014-01-22 09:31:44 UTC) #5
Message was sent while issue was closed.
Change committed as 246259

Powered by Google App Engine
This is Rietveld 408576698