|
|
@ -166,7 +166,7 @@ PYTHON_VERSION_COMPATIBILITY: PY2+3
|
|
|
|
|
|
|
|
|
|
|
|
#### **class [GclientApi](/recipes/recipe_modules/gclient/api.py#77)([RecipeApi][recipe_engine/wkt/RecipeApi]):**
|
|
|
|
#### **class [GclientApi](/recipes/recipe_modules/gclient/api.py#77)([RecipeApi][recipe_engine/wkt/RecipeApi]):**
|
|
|
|
|
|
|
|
|
|
|
|
  **@property**<br>— **def [DepsDiffException](/recipes/recipe_modules/gclient/api.py#440)(self):**
|
|
|
|
  **@property**<br>— **def [DepsDiffException](/recipes/recipe_modules/gclient/api.py#424)(self):**
|
|
|
|
|
|
|
|
|
|
|
|
— **def [\_\_call\_\_](/recipes/recipe_modules/gclient/api.py#87)(self, name, cmd, infra_step=True, \*\*kwargs):**
|
|
|
|
— **def [\_\_call\_\_](/recipes/recipe_modules/gclient/api.py#87)(self, name, cmd, infra_step=True, \*\*kwargs):**
|
|
|
|
|
|
|
|
|
|
|
@ -183,11 +183,11 @@ Return a step generator function for gclient checkouts.
|
|
|
|
|
|
|
|
|
|
|
|
  **@staticmethod**<br>— **def [config\_to\_pythonish](/recipes/recipe_modules/gclient/api.py#139)(cfg):**
|
|
|
|
  **@staticmethod**<br>— **def [config\_to\_pythonish](/recipes/recipe_modules/gclient/api.py#139)(cfg):**
|
|
|
|
|
|
|
|
|
|
|
|
— **def [diff\_deps](/recipes/recipe_modules/gclient/api.py#383)(self, cwd):**
|
|
|
|
— **def [diff\_deps](/recipes/recipe_modules/gclient/api.py#367)(self, cwd):**
|
|
|
|
|
|
|
|
|
|
|
|
— **def [get\_config\_defaults](/recipes/recipe_modules/gclient/api.py#133)(self):**
|
|
|
|
— **def [get\_config\_defaults](/recipes/recipe_modules/gclient/api.py#133)(self):**
|
|
|
|
|
|
|
|
|
|
|
|
— **def [get\_gerrit\_patch\_root](/recipes/recipe_modules/gclient/api.py#314)(self, gclient_config=None):**
|
|
|
|
— **def [get\_gerrit\_patch\_root](/recipes/recipe_modules/gclient/api.py#298)(self, gclient_config=None):**
|
|
|
|
|
|
|
|
|
|
|
|
Returns local path to the repo where gerrit patch will be applied.
|
|
|
|
Returns local path to the repo where gerrit patch will be applied.
|
|
|
|
|
|
|
|
|
|
|
@ -200,7 +200,7 @@ Instead, properly map a repository to a local path using repo_path_map.
|
|
|
|
TODO(nodir): remove this. Update all recipe tests to specify a git_repo
|
|
|
|
TODO(nodir): remove this. Update all recipe tests to specify a git_repo
|
|
|
|
matching the recipe.
|
|
|
|
matching the recipe.
|
|
|
|
|
|
|
|
|
|
|
|
— **def [get\_repo\_path](/recipes/recipe_modules/gclient/api.py#341)(self, repo_url, gclient_config=None):**
|
|
|
|
— **def [get\_repo\_path](/recipes/recipe_modules/gclient/api.py#325)(self, repo_url, gclient_config=None):**
|
|
|
|
|
|
|
|
|
|
|
|
Returns local path to the repo checkout given its url.
|
|
|
|
Returns local path to the repo checkout given its url.
|
|
|
|
|
|
|
|
|
|
|
@ -230,7 +230,7 @@ Args:
|
|
|
|
|
|
|
|
|
|
|
|
— **def [runhooks](/recipes/recipe_modules/gclient/api.py#285)(self, args=None, name='runhooks', \*\*kwargs):**
|
|
|
|
— **def [runhooks](/recipes/recipe_modules/gclient/api.py#285)(self, args=None, name='runhooks', \*\*kwargs):**
|
|
|
|
|
|
|
|
|
|
|
|
— **def [set\_patch\_repo\_revision](/recipes/recipe_modules/gclient/api.py#371)(self, gclient_config=None):**
|
|
|
|
— **def [set\_patch\_repo\_revision](/recipes/recipe_modules/gclient/api.py#355)(self, gclient_config=None):**
|
|
|
|
|
|
|
|
|
|
|
|
Updates config revision corresponding to patched project.
|
|
|
|
Updates config revision corresponding to patched project.
|
|
|
|
|
|
|
|
|
|
|
|