| 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',
|
|
|