~openstack-charmers-archive/charms/trusty/nova-compute/next

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: james.page at ubuntu
  • Date: 2015-04-16 20:05:38 UTC
  • mfrom: (117.1.6 nova-compute)
  • Revision ID: james.page@ubuntu.com-20150416200538-j545uzgj4wg33xuu
[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:
24
24
        # raise_status() messages to stderr:
25
25
        #   https://bugs.launchpad.net/amulet/+bug/1320357
26
26
        @juju test -v -p AMULET_HTTP_PROXY --timeout 900 \
27
 
        00-setup 14-basic-precise-icehouse 15-basic-trusty-icehouse
 
27
        00-setup 14-basic-precise-icehouse 15-basic-trusty-icehouse \
 
28
        16-basic-trusty-icehouse-git 17-basic-trusty-juno \
 
29
        18-basic-trusty-juno-git
28
30
 
29
31
publish: lint unit_test
30
32
        bzr push lp:charms/nova-compute