~techalchemy/mojo/python3-fixes

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Dan Ryan
  • Date: 2020-02-03 23:44:35 UTC
  • mfrom: (514.2.10 mojo)
  • Revision ID: dan.ryan@canonical.com-20200203234435-294dc1iv5frgv7ep
* [mthaddon] If series is focal, juju deploy needs --force option
* [mthaddon] Deal with charm lines that include quotes for charmstore locations
* [mthaddon] Disable debug-logs by default - tends to simply clutter logs
* [mthaddon] Update supported series for PPAs and remove need to create MOJO_ROOT
* [mthaddon] Only check for charm repo if we're using non-Charmstore charms

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
PYTHON := $(shell /usr/bin/env python3)
11
11
TESTS=mojo/tests/
12
12
PROJECT=mojo
13
 
DIST_PACKAGES=python3-setuptools python3-jinja2 lxc git python3-nose juju python3-argcomplete
 
13
DIST_PACKAGES=python3-setuptools python3-jinja2 lxc git python3-nose juju-deployer juju python3-argcomplete python3-distro-info
14
14
 
15
15
SHELL := $(shell readlink --canonicalize $(shell which bash))
16
16