| Index: client/tools/buildbot_annotated_steps.py
|
| ===================================================================
|
| --- client/tools/buildbot_annotated_steps.py (revision 32407)
|
| +++ client/tools/buildbot_annotated_steps.py (working copy)
|
| @@ -204,6 +204,8 @@
|
| elif name.startswith('cross') or name.startswith('target'):
|
| status = ProcessBot(name, 'cross-vm',
|
| custom_env=EnvironmentWithoutBotoConfig())
|
| + elif name.startswith('src-tarball'):
|
| + status = ProcessBot(name, 'src-tarball')
|
| else:
|
| status = ProcessBot(name, 'compiler')
|
|
|
|
|