~thomnico/charms/precise/elasticsearch/canonical-se

« back to all changes in this revision

Viewing changes to tests/00_setup.sh

  • Committer: Marco Ceppi
  • Author(s): Charles Butler
  • Date: 2014-02-08 15:21:11 UTC
  • mfrom: (27.1.4 elasticsearch)
  • Revision ID: marco@ceppi.net-20140208152111-xddpx8plt21z5kl2
Uncomments open-port in start hook, tests

R=
CC=
https://codereview.appspot.com/56170043

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
sudo apt-get install python-setuputils -y                                                             
 
3
                                                                                                      
 
4
sudo apt-add-repository ppa:juju/stable -y                                                            
 
5
sudo apt-get update                                                                                   
 
6
                                                                                                      
 
7
#I have no idea if this is running via python2 or python3, so fetch both                              
 
8
# copies of the requests lib                                                                          
 
9
sudo apt-get install juju juju-local amulet python3-requests python-requests -y 
 
 
b'\\ No newline at end of file'