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

Unified Diff: recipes.py

Issue 1829403003: Add recipes to the depgraph command. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: Created 4 years, 9 months 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
« recipe_engine/depgraph.py ('K') | « recipe_engine/depgraph.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes.py
diff --git a/recipes.py b/recipes.py
index 4bf17d20d99a7a8a135483a369a6fc3af03fb12f..1fa89748c497f57ab3671f225458d67d55ff04b7 100755
--- a/recipes.py
+++ b/recipes.py
@@ -210,8 +210,8 @@ def depgraph(package_deps, args):
_, config_file = get_package_config(args)
universe = loader.RecipeUniverse(package_deps, config_file)
- depgraph.main(universe, ignore_packages=args.ignore_package,
- stdout=args.output)
+ depgraph.main(universe, package_deps.root_package,
+ ignore_packages=args.ignore_package, stdout=args.output)
def doc(package_deps, args):
« recipe_engine/depgraph.py ('K') | « recipe_engine/depgraph.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698