Skip to content

Commit

Permalink
Remove no-op addFactoryArguments calls.
Browse files Browse the repository at this point in the history
addFactoryArguments is deprecated now.
  • Loading branch information
tomprince committed Apr 14, 2013
1 parent b050647 commit a9e3398
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions master/buildbot/steps/source/oldsource.py
Expand Up @@ -172,11 +172,6 @@ def __init__(self, bkurl=None, baseURL=None,
self.extra_args = extra_args

Source.__init__(self, **kwargs)
self.addFactoryArguments(bkurl=bkurl,
baseURL=baseURL,
directory=directory,
extra_args=extra_args,
)

if bkurl and baseURL:
raise ValueError("you must use exactly one of bkurl and baseURL")
Expand Down
7 changes: 0 additions & 7 deletions master/buildbot/steps/source/repo.py
Expand Up @@ -94,13 +94,6 @@ def copy_callable(param_name,f):
Source.__init__(self, **kwargs)

assert self.manifest_url is not None
self.addFactoryArguments(manifest_url=manifest_url,
manifest_branch=manifest_branch,
manifest_file=manifest_file,
tarball=tarball,
sync_all_branches=sync_all_branches,
update_tarball=update_tarball,
)

def computeSourceRevision(self, changes):
if not changes:
Expand Down

0 comments on commit a9e3398

Please sign in to comment.