| Index: tools/bots/compiler.py
|
| diff --git a/tools/bots/compiler.py b/tools/bots/compiler.py
|
| index 05b178b2827ff475777e146f0b015e1202d9402c..8789155310cc2eb6078ca5a6fd888c6b30fb7dd7 100644
|
| --- a/tools/bots/compiler.py
|
| +++ b/tools/bots/compiler.py
|
| @@ -139,6 +139,7 @@ def GetBuildInfo(builder_name, is_buildbot):
|
|
|
| # We have both 10.8 and 10.7 bots, functionality is the same.
|
| if system == 'mac10.8' or system == 'mac10.7':
|
| + builder_tag = system.replace('.', '_')
|
| system = 'mac'
|
|
|
| if (system == 'windows' and platform.system() != 'Windows') or (
|
|
|