~psivaa/uci-engine/lander-jenkins-with-proxy

« back to all changes in this revision

Viewing changes to juju-deployer/deploy.py

  • Committer: Chris Johnston
  • Author(s): Evan Dandrea
  • Date: 2014-03-05 17:33:20 UTC
  • mfrom: (315.1.2 fix-jujuclient)
  • Revision ID: chris_johnston-20140305173320-dzlqaou7tw3cdt40
[r=Evan Dandrea, Vincent Ladeuil, PS Jenkins bot] Use my branch of python-jujuclient until https://code.launchpad.net/~ev/python-jujuclient/fix-reconnect/+merge/209485 lands. This fixes reconnecting in jujuclient, which made an invalid call in websocket-client.  from Evan Dandrea

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
def install_jujuclient():
138
138
    """Install python-jujuclient from bzr. Revision r23 works around problems
139
139
    we were seeing with env watches (LP: #1284183)."""
140
 
    return install('lp:python-jujuclient', revno=24)
 
140
    # Use my branch until the fix lands:
 
141
    # https://code.launchpad.net/~ev/python-jujuclient/fix-reconnect/+merge/209485
 
142
    return install('lp:~ev/python-jujuclient/fix-reconnect', revno=26)
141
143
 
142
144
 
143
145
def install_deployer():