Chromium Code Reviews| Index: tools/bots/pub.py |
| diff --git a/tools/bots/pub.py b/tools/bots/pub.py |
| index 29e49aee50c377460a0b19b873a5b32ae7e925fd..c5e89fbf8640c200b675f07e0fe2c2e8185b5fea 100755 |
| --- a/tools/bots/pub.py |
| +++ b/tools/bots/pub.py |
| @@ -15,7 +15,7 @@ import sys |
| import bot |
| -PUB_BUILDER = r'pub-(linux|mac|win)' |
| +PUB_BUILDER = r'pub-(linux|mac|win)(-russian)?' |
|
ngeoffray
2013/01/10 14:19:34
Is that related?
|
| def PubConfig(name, is_buildbot): |
| """Returns info for the current buildbot based on the name of the builder. |