Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1972)

Unified Diff: buildbot/buildbot_selector.py

Issue 11419054: Fixing mismatched selector name. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_selector.py
diff --git a/buildbot/buildbot_selector.py b/buildbot/buildbot_selector.py
index 921787a5fd16fe1f7d96bf9cd3d34a38cb210c70..bbadd7ed6dbafdf11099990a42688edb7cae4281 100755
--- a/buildbot/buildbot_selector.py
+++ b/buildbot/buildbot_selector.py
@@ -42,7 +42,7 @@ BOT_ASSIGNMENT = {
python + ' buildbot\\buildbot_standard.py opt 64 newlib',
'win7-64-bare-glibc-opt':
python + ' buildbot\\buildbot_standard.py opt 64 glibc',
- 'win7-arm-newlib-opt':
+ 'win7-64-arm-newlib-opt':
'echo "TODO(mcgrathr): add arm"',
'mac10.6-newlib-opt':
python + ' buildbot/buildbot_standard.py opt 32 newlib',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698