~james-page/charms/trusty/cinder/fixup-allowed-unit-migration

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: james.page at ubuntu
  • Date: 2015-04-16 19:49:27 UTC
  • mfrom: (79.2.14 cinder)
  • Revision ID: james.page@ubuntu.com-20150416194927-900gqj725pn4dsn3
[coreycb,r=james-page] Add deploy from source support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
PYTHON := /usr/bin/env python
3
3
 
4
4
lint:
5
 
        @flake8 --exclude hooks/charmhelpers hooks unit_tests tests
 
5
        @flake8 --exclude hooks/charmhelpers actions hooks unit_tests tests
6
6
        @charm proof
7
7
 
8
8
unit_test:
14
14
        #NOTE(beisner): can remove -v after bug 1320357 is fixed
15
15
        #   https://bugs.launchpad.net/amulet/+bug/1320357
16
16
        @juju test -v -p AMULET_HTTP_PROXY --timeout 900 \
17
 
        00-setup 14-basic-precise-icehouse 15-basic-trusty-icehouse
 
17
        00-setup 14-basic-precise-icehouse 15-basic-trusty-icehouse \
 
18
        16-basic-trusty-icehouse-git 17-basic-trusty-juno \
 
19
        18-basic-trusty-juno-git
18
20
 
19
21
bin/charm_helpers_sync.py:
20
22
        @mkdir -p bin