~openstack-charmers-archive/charms/trusty/glance/next

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: james.page at ubuntu
  • Date: 2015-04-16 19:53:49 UTC
  • mfrom: (102.2.11 glance)
  • Revision ID: james.page@ubuntu.com-20150416195349-o031tx0ad7elcekx
[coreycb,r=james-page] Add deploy from source support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
lint:
5
5
        @echo "Running flake8 tests: "
6
 
        @flake8 --exclude hooks/charmhelpers hooks unit_tests tests
 
6
        @flake8 --exclude hooks/charmhelpers actions hooks unit_tests tests
7
7
        @echo "OK"
8
8
        @echo "Running charm proof: "
9
9
        @charm proof
27
27
        # raise_status() messages to stderr:
28
28
        #   https://bugs.launchpad.net/amulet/+bug/1320357
29
29
        @juju test -v -p AMULET_HTTP_PROXY --timeout 900 \
30
 
        00-setup 14-basic-precise-icehouse 15-basic-trusty-icehouse
 
30
        00-setup 14-basic-precise-icehouse 15-basic-trusty-icehouse \
 
31
        16-basic-trusty-icehouse-git 17-basic-trusty-juno \
 
32
        18-basic-trusty-juno-git
31
33
 
32
34
publish: lint unit_test
33
35
        bzr push lp:charms/glance