Index: client/tools/buildbot_annotated_steps.py |
=================================================================== |
--- client/tools/buildbot_annotated_steps.py (revision 34153) |
+++ client/tools/buildbot_annotated_steps.py (working copy) |
@@ -204,8 +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') |
+ elif name.startswith('linux-distribution-support'): |
+ status = ProcessBot(name, 'linux_distribution_support') |
else: |
status = ProcessBot(name, 'compiler') |