Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Merge bug 817513 to production.
Browse files Browse the repository at this point in the history
--HG--
branch : production-0.8
  • Loading branch information
bhearsum committed Dec 19, 2012
2 parents 34bc40c + 030bd7f commit 462eb5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion process/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,9 @@ def addInitialSteps(self):
name='clone_buildtools',
command=['hg', 'clone', self.buildToolsRepo, 'tools'],
description=['clone', 'build tools'],
log_eval_func=rc_eval_func({0: SUCCESS, None: RETRY}),
workdir='.',
retry=False
retry=False # We cannot use retry.py until we have this repo checked out
))
self.addStep(SetProperty(
name='set_toolsdir',
Expand Down

0 comments on commit 462eb5e

Please sign in to comment.