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

Issue 7062029: Add a --deps-file flag to gclient to allow using a deps file other than DEPS. (Closed)

Created:
9 years, 7 months ago by Nicolas Sylvain
Modified:
9 years, 6 months ago
CC:
chromium-reviews, M-A Ruel
Visibility:
Public.

Description

Add a --deps-file flag to gclient to allow using a deps file other than DEPS. TEST=covered by gclient_smoketest.py Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=87367

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Total comments: 12

Patch Set 3 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -11 lines) Patch
M gclient.py View 1 2 12 chunks +22 lines, -8 lines 1 comment Download
M tests/fake_repos.py View 1 4 chunks +13 lines, -3 lines 0 comments Download
M tests/gclient_smoketest.py View 1 5 chunks +37 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
nsylvain
9 years, 7 months ago (2011-05-26 20:55:31 UTC) #1
nsylvain
running the smoke tests manually work : depot_tools/tests$ python gclient_smoketest.py ........................................ ---------------------------------------------------------------------- Ran 40 tests ...
9 years, 7 months ago (2011-05-26 20:56:23 UTC) #2
cmp
http://codereview.chromium.org/7062029/diff/1/gclient.py File gclient.py (right): http://codereview.chromium.org/7062029/diff/1/gclient.py#newcode974 gclient.py:974: help='overrides the default name for the DEPS file') Can ...
9 years, 7 months ago (2011-05-26 21:04:20 UTC) #3
nsylvain
http://codereview.chromium.org/7062029/diff/1/gclient.py File gclient.py (right): http://codereview.chromium.org/7062029/diff/1/gclient.py#newcode974 gclient.py:974: help='overrides the default name for the DEPS file') On ...
9 years, 7 months ago (2011-05-26 21:13:28 UTC) #4
cmp
lgtm with nit http://codereview.chromium.org/7062029/diff/1005/gclient.py File gclient.py (right): http://codereview.chromium.org/7062029/diff/1005/gclient.py#newcode975 gclient.py:975: parser.add_option('--git-deps', action='store_true', Is "default=False," needed here?
9 years, 7 months ago (2011-05-26 21:14:56 UTC) #5
Dirk Pranke
drive-by nit: it might be nice to note in the change description why you're adding ...
9 years, 7 months ago (2011-05-26 22:09:22 UTC) #6
M-A Ruel
I noted a few things if you want the setting to propagate. If you don't ...
9 years, 6 months ago (2011-05-27 12:37:34 UTC) #7
nsylvain
http://codereview.chromium.org/7062029/diff/1005/gclient.py File gclient.py (right): http://codereview.chromium.org/7062029/diff/1005/gclient.py#newcode141 gclient.py:141: DEPS_FILE = 'DEPS' On 2011/05/27 12:37:34, Marc-Antoine Ruel wrote: ...
9 years, 6 months ago (2011-05-27 16:25:08 UTC) #8
M-A Ruel
9 years, 6 months ago (2011-05-28 22:58:23 UTC) #9
lgtm

http://codereview.chromium.org/7062029/diff/8001/gclient.py
File gclient.py (right):

http://codereview.chromium.org/7062029/diff/8001/gclient.py#newcode648
gclient.py:648: s.get('deps_file', 'DEPS'),
self.deps_file?

Powered by Google App Engine
This is Rietveld 408576698