| Index: tools/clang/scripts/upload_revision.py
|
| diff --git a/tools/clang/scripts/upload_revision.py b/tools/clang/scripts/upload_revision.py
|
| index cd900fe4a30ffb27a5ba774b7fe43e70cbf5971d..b6331df6cdb55a00a4b027da7179de3ba59498fb 100755
|
| --- a/tools/clang/scripts/upload_revision.py
|
| +++ b/tools/clang/scripts/upload_revision.py
|
| @@ -70,9 +70,9 @@ def main():
|
| clang_old_revision, clang_revision, commit_message)])
|
|
|
| Git(["cl", "upload"])
|
| - Git(["cl", "try", "-b", "linux_chromium_clang_upload", "-r", git_revision])
|
| - Git(["cl", "try", "-b", "mac_chromium_clang_upload", "-r", git_revision])
|
| - Git(["cl", "try", "-b", "win_chromium_clang_upload", "-r", git_revision])
|
| + Git(["cl", "try", "-b", "linux_upload_clang", "-r", git_revision])
|
| + Git(["cl", "try", "-b", "mac_upload_clang", "-r", git_revision])
|
| + Git(["cl", "try", "-b", "win_upload_clang", "-r", git_revision])
|
|
|
| print ("Please, wait until the try bots succeeded "
|
| "and then push the binaries to goma.")
|
|
|