Bug 418870 - setup talos to test moz2 builds

Bustage fix (typos) p/r=anodelman


git-svn-id: svn://10.0.0.236/trunk@248377 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
anodelman%mozilla.com
2008-03-21 20:54:56 +00:00
parent 89f56d7d55
commit 6f0f00eaf3

View File

@@ -166,7 +166,7 @@ c['sources'].append(TinderboxPoller(
tinderboxURL = "http://tinderbox.mozilla.org",
tree = "Mozilla2",
branch = "MOZ2-WIN32-CENTRAL",
machine = WIN32_MOZ2_CENTRAL_BUILDER",,
machine = WIN32_MOZ2_CENTRAL_BUILDER,
pollInterval = 10 * 60)
)
@@ -174,7 +174,7 @@ c['sources'].append(TinderboxPoller(
tinderboxURL = "http://tinderbox.mozilla.org",
tree = "Mozilla2",
branch = "MOZ2-WIN32-ACTIONMONKEY",
machine = WIN32_MOZ2_ACTIONMONKEY_BUILDER",,
machine = WIN32_MOZ2_ACTIONMONKEY_BUILDER,
pollInterval = 10 * 60)
)