~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: James Page
  • Date: 2014-06-24 11:05:17 UTC
  • Revision ID: james.page@ubuntu.com-20140624110517-7chb3mwca2mtnmlp
Resync helpers, add standard targets to Makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        @echo Starting tests...
11
11
        @$(PYTHON) /usr/bin/nosetests --nologcapture unit_tests
12
12
 
13
 
sync:
14
 
        @charm-helper-sync -c charm-helpers-sync.yaml
 
13
bin/charm_helpers_sync.py:
 
14
        @mkdir -p bin
 
15
        @bzr cat lp:charm-helpers/tools/charm_helpers_sync/charm_helpers_sync.py \
 
16
        > bin/charm_helpers_sync.py
 
17
 
 
18
sync: bin/charm_helpers_sync.py
 
19
        @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-sync.yaml
 
20
 
 
21
publish: lint test
 
22
        bzr push lp:charms/neutron-api
 
23
        bzr push lp:charms/trusty/neutron-api