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

Unified Diff: recipe_modules/bot_update_lite/__init__.py

Issue 1954833002: Add bot_update_lite into recipes (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: No force Created 4 years, 7 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 | recipe_modules/bot_update_lite/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/bot_update_lite/__init__.py
diff --git a/recipe_modules/bot_update/__init__.py b/recipe_modules/bot_update_lite/__init__.py
similarity index 95%
copy from recipe_modules/bot_update/__init__.py
copy to recipe_modules/bot_update_lite/__init__.py
index 11364c78f8f79c83b740dc86a45f91a9d4b8192e..b197f8662a1dd57ef8c332bf0a39fc30ddabccec 100644
--- a/recipe_modules/bot_update/__init__.py
+++ b/recipe_modules/bot_update_lite/__init__.py
@@ -29,4 +29,5 @@ PROPERTIES = {
'parent_got_revision': Property(default=None),
'deps_revision_overrides': Property(default=freeze({})),
'fail_patch': Property(default=None, kind=str),
+ 'lite': Property(default=False, kind=bool),
nodir 2016/05/27 21:17:28 remove from here too
}
« no previous file with comments | « no previous file | recipe_modules/bot_update_lite/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698