Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
bug 429418: Redesign win32 refimage VM so no additional manual setup …
Browse files Browse the repository at this point in the history
…needed to get into staging - fix buildbot-tac.py to support win32 slaves properly. r=catlee

--HG--
extra : rebase_source : 5f52f4f0d579f4bc830a6c3043914b355ebac5e0
  • Loading branch information
bhearsum committed Dec 4, 2009
1 parent 2e02c81 commit e3d40dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildbot-helpers/buildbot-tac.py
Expand Up @@ -37,7 +37,8 @@ def get_default_options(slavename):
d = {'slavename': quote_option(slavename)}
basedir = None
buildmaster_host = None
if 'moz2' in slavename or 'xserve' in slavename or 'try-' in slavename:
if 'moz2' in slavename or 'xserve' in slavename or 'try-' in slavename or \
slavename.startswith('win32'):
if 'try-' in slavename:
buildmaster_host = TRY_BUILDMASTER
d['port'] = 9982
Expand Down

0 comments on commit e3d40dd

Please sign in to comment.