~thomir-deactivatedaccount/tanuki-continuous-deployer/trunk-enable-tcp

« back to all changes in this revision

Viewing changes to ci_automation/mojo.py

  • Committer: Tanuki Bot
  • Author(s): Thomi Richards
  • Date: 2015-07-21 22:30:47 UTC
  • mfrom: (5.1.1 trunk)
  • Revision ID: tanuki_bot-20150721223047-rezx4pmlkgrrbuyo
Use the identifier hash as the mojo workspace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    utils.check_call(args)
55
55
 
56
56
 
57
 
def deploy(project, stage, spec_branch, juju_home):
 
57
def deploy(project, stage, spec_branch, juju_home, workspace_name):
58
58
    '''Deploy the given mojo project.'''
59
 
    workspace_name = os.path.basename(juju_home)
60
59
    env = os.environ.copy()
61
60
    env['JUJU_HOME'] = juju_home
62
61