~cjwatson/isitdeployable/breezy

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Ubuntu One Auto Copilot
  • Author(s): Ricardo Kirkner
  • Date: 2017-10-03 18:12:24 UTC
  • mfrom: (262.1.1 trunk)
  • Revision ID: otto-copilot@canonical.com-20171003181224-v0zzyrs0p2ses063
use talisker for running wsgi app

Merged from https://code.launchpad.net/~ricardokirkner/isitdeployable/talisker/+merge/331716

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
CM ?= /usr/lib/config-manager/cm.py
24
24
CONFIGMANAGER = config-manager.txt
25
 
GUNICORN ?= $(ENV)/bin/gunicorn
 
25
GUNICORN ?= $(ENV)/bin/talisker
26
26
PYTHON ?= $(ENV)/bin/python
27
27
PIP ?= $(ENV)/bin/pip
28
28