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

Unified Diff: gclient.py

Issue 11308115: Add env variable in gclient recurse with repo path (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient.py
diff --git a/gclient.py b/gclient.py
index 48ac3a7f01002c98d4554801e8b8b78614c66818..be94351aea54c3df3a7e761809bd01d2dc74eeac 100644
--- a/gclient.py
+++ b/gclient.py
@@ -641,6 +641,7 @@ class Dependency(gclient_utils.WorkItem, DependencySettings):
env['GCLIENT_SCM'] = scm
if parsed_url:
env['GCLIENT_URL'] = parsed_url
+ env['GCLIENT_REPO_PATH'] = self.name
M-A Ruel 2012/11/27 15:09:26 I think I'd prefer GCLIENT_DEPENDENCY_PATH but I d
Isaac (away) 2012/11/28 01:29:50 OK. For brevity I will use GCLIENT_DEP_PATH.
if options.prepend_dir:
print_stdout = False
def filter_fn(line):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698