~bcsaller/charms/precise/juju-gui/apache-fallback

« back to all changes in this revision

Viewing changes to hooks/utils.py

  • Committer: Jeff Pihach
  • Date: 2013-03-28 17:26:08 UTC
  • Revision ID: jeff.pihach@canonical.com-20130328172608-xvob6pc1ipthnnbp
removed legacy ppa and removed unneeded npm dep

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
JUJU_GUI_DIR = os.path.join(CURRENT_DIR, 'juju-gui')
79
79
JUJU_GUI_SITE = '/etc/nginx/sites-available/juju-gui'
80
80
JUJU_PEM = 'juju.includes-private-key.pem'
81
 
BUILD_REPOSITORIES = ('ppa:chris-lea/node.js-legacy',)
 
81
BUILD_REPOSITORIES = ('ppa:chris-lea/node.js',)
82
82
DEB_BUILD_DEPENDENCIES = (
83
 
    'bzr', 'imagemagick', 'make',  'nodejs', 'npm',
 
83
    'bzr', 'imagemagick', 'make',  'nodejs',
84
84
)
85
85
DEB_STAGE_DEPENDENCIES = (
86
86
    'zookeeper',