| Index: recipe_modules/step/config.py
|
| diff --git a/recipe_modules/step/config.py b/recipe_modules/step/config.py
|
| index 4520f82b89e73f444b71e11e46b77b1c43c80c3a..487992017e139c4a1a6443ff34d5e85680b9ed2e 100644
|
| --- a/recipe_modules/step/config.py
|
| +++ b/recipe_modules/step/config.py
|
| @@ -19,6 +19,7 @@ def BaseConfig(**_kwargs):
|
| # For compatibility with buildbot, the step name must be ascii, which is why
|
| # this is a 'str' and not a 'basestring'.
|
| name = Single(str),
|
| + base_name = Single(str, required=False),
|
| cmd = List(inner_type=(int,long,basestring,Path,Placeholder),
|
| jsonish_fn=render_cmd),
|
| timeout = Single(int, required=False),
|
|
|