~juju/pyjuju/ftests

« back to all changes in this revision

Viewing changes to suite/ec2-setup.sh

  • Committer: Gustavo Niemeyer
  • Date: 2011-09-29 21:04:50 UTC
  • Revision ID: gustavo@niemeyer.net-20110929210450-xxp7jutzt8g8im8e
Move environments.yaml creation into the ec2 suite, and
make it use trunk rather than packages, so that the code
has better chances of being in sync. Hopefully this fix
the current breakage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
# juju will use $HOME for .ssh too, so we need both.
28
28
cp -a $REALHOME/.ssh $HOME
 
29
 
 
30
# Create sample environment.
 
31
juju bootstrap || true
 
32
 
 
33
# Must change this once juju-origin is supported. It may
 
34
# actually not work as well, given that the revision being
 
35
# tested against may not be tip, but it's our best shot ATM.
 
36
echo "    juju-branch: lp:juju" >> ~/.juju/environments.yaml