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

Unified Diff: infra/bots/recipe_modules/infra/__init__.py

Issue 2444883002: Add infra recipe module, use for updating Go DEPS (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | infra/bots/recipe_modules/infra/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipe_modules/infra/__init__.py
diff --git a/infra/bots/recipe_modules/builder_name_schema/__init__.py b/infra/bots/recipe_modules/infra/__init__.py
similarity index 80%
copy from infra/bots/recipe_modules/builder_name_schema/__init__.py
copy to infra/bots/recipe_modules/infra/__init__.py
index a3c929700975317891da2aafcfba3f569c53b2aa..ba20b52f95ab9efc34e09c56bb9bdf529fc14255 100644
--- a/infra/bots/recipe_modules/builder_name_schema/__init__.py
+++ b/infra/bots/recipe_modules/infra/__init__.py
@@ -3,4 +3,7 @@
# found in the LICENSE file.
DEPS = [
+ 'recipe_engine/step',
+ 'run',
+ 'vars',
]
« no previous file with comments | « no previous file | infra/bots/recipe_modules/infra/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698