~landscape/charms/trusty/nova-charm-controller/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: james.page at ubuntu
  • Date: 2015-04-20 08:39:44 UTC
  • mfrom: (150.2.7 nova-cloud-controller)
  • Revision ID: james.page@ubuntu.com-20150420083944-x5vi75f5wrgapqc1
[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:
18
18
        # coreycb note: The -v should only be temporary until Amulet sends
19
19
        # raise_status() messages to stderr:
20
20
        #   https://bugs.launchpad.net/amulet/+bug/1320357
21
 
        @juju test -v -p AMULET_HTTP_PROXY,AMULET_OS_VIP --timeout 2700
 
21
        @juju test -v -p AMULET_HTTP_PROXY,AMULET_OS_VIP --timeout 2700 \
 
22
        00-setup 14-basic-precise-icehouse 15-basic-trusty-icehouse \
 
23
        16-basic-trusty-icehouse-git 17-basic-trusty-juno \
 
24
        18-basic-trusty-juno-git
22
25
 
23
26
sync: bin/charm_helpers_sync.py
24
27
        @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-hooks.yaml