Chromium Code Reviews| Index: client/tools/buildbot_annotated_steps.py |
| =================================================================== |
| --- client/tools/buildbot_annotated_steps.py (revision 8911) |
| +++ client/tools/buildbot_annotated_steps.py (working copy) |
| @@ -151,12 +151,13 @@ |
| #TODO(sigmund): remove this indirection once we update our bots |
| (name, version) = GetBuildInfo() |
| - # The buildbot will set a BUILDBOT_JAVA_HOME relative to the dart |
| - # root directory, set JAVA_HOME based on that. |
| - FixJavaHome() |
| if name.startswith('dart-editor'): |
| + # TODO (danrubel) Fix dart-editor builds so that we can call FixJavaHome() before the build |
|
ricow1
2012/06/21 05:56:02
long line
|
| status = ProcessTools('release', name, version) |
| else: |
| + # The buildbot will set a BUILDBOT_JAVA_HOME relative to the dart |
| + # root directory, set JAVA_HOME based on that. |
| + FixJavaHome() |
| status = ProcessCompiler(name) |
| if status: |