~juju-gui-bot/charmworld/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Reed O'Brien
  • Date: 2014-05-07 21:14:04 UTC
  • mto: This revision was merged to the branch mainline in revision 509.
  • Revision ID: reed@reedobrien.com-20140507211404-2uhnw3a2cfmuzg8g
don't install svn, and juju:pkgs->juju:stable

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
PSERVE := bin/pserve
13
13
SYSTEM_DEPS := \
14
14
        build-essential bzr libyaml-dev python-dev python-virtualenv\
15
 
        subversion nodejs npm
 
15
        nodejs npm
16
16
 
17
17
 
18
18
# Default ini file to use for all scripted commands. Can be overridden by
64
64
sysdeps:
65
65
        sudo apt-get update
66
66
        sudo apt-get install --yes python-software-properties
67
 
        sudo add-apt-repository -y ppa:juju/pkgs
 
67
        sudo add-apt-repository -y ppa:juju/stable
68
68
        sudo add-apt-repository -y ppa:ce-orange-squad/experimental
69
69
        sudo apt-get update
70
70
        sudo apt-get install -y $(SYSTEM_DEPS) mongodb-server \