| Index: recipe_modules/step/config.py
|
| diff --git a/recipe_modules/step/config.py b/recipe_modules/step/config.py
|
| index ecb75f47f149759f39963e99e801298b21ddb69c..031ceb556c5ce2b5601702be033cce68f38f1578 100644
|
| --- a/recipe_modules/step/config.py
|
| +++ b/recipe_modules/step/config.py
|
| @@ -18,6 +18,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),
|
|
|