| Index: recipe_modules/bot_update/__init__.py
|
| diff --git a/recipe_modules/bot_update/__init__.py b/recipe_modules/bot_update/__init__.py
|
| index 11364c78f8f79c83b740dc86a45f91a9d4b8192e..b197f8662a1dd57ef8c332bf0a39fc30ddabccec 100644
|
| --- a/recipe_modules/bot_update/__init__.py
|
| +++ b/recipe_modules/bot_update/__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),
|
| }
|
|
|