| Index: tools/mb/mb.py
|
| diff --git a/tools/mb/mb.py b/tools/mb/mb.py
|
| index c21e2f10879f11ee85bc4d03fac9fbd5cfc35a13..ff75f84dac33ba2afc24b6b615d215ceb896d7e7 100755
|
| --- a/tools/mb/mb.py
|
| +++ b/tools/mb/mb.py
|
| @@ -452,7 +452,8 @@ class MetaBuildWrapper(object):
|
| self.Print('')
|
| continue
|
|
|
| - INTERNAL_MASTERS = ('official.desktop', 'official.desktop.continuous')
|
| + INTERNAL_MASTERS = ('official.desktop', 'official.desktop.continuous',
|
| + 'internal.client.kitchensync')
|
| if master in INTERNAL_MASTERS and not self.args.internal:
|
| # Skip these because the servers aren't accessible by default ...
|
| self.Print(' Skipped (internal)')
|
|
|