~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/make-dummy-hosted-branches

[r=wgrant][no-qa] Drop hosted_branches_root.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
def main(argv):
41
41
    os.environ['BZR_HOME'] = tempfile.mkdtemp()
42
 
    if os.path.exists(config.codehosting.hosted_branches_root):
43
 
        shutil.rmtree(config.codehosting.hosted_branches_root)
 
42
    if os.path.exists(config.codehosting.mirrored_branches_root):
 
43
        shutil.rmtree(config.codehosting.mirrored_branches_root)
44
44
    execute_zcml_for_scripts()
45
45
    try:
46
46
        branches = Branch.select(