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

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: james.page at ubuntu
  • Date: 2014-07-02 08:19:37 UTC
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: james.page@ubuntu.com-20140702081937-3uloept2tbj8o5me
Resync helpers

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        #   https://bugs.launchpad.net/amulet/+bug/1320357
17
17
        @juju test -v -p AMULET_HTTP_PROXY
18
18
 
19
 
sync:
20
 
        @charm-helper-sync -c charm-helpers-hooks.yaml
21
 
        @charm-helper-sync -c charm-helpers-tests.yaml
 
19
bin/charm_helpers_sync.py:
 
20
        @mkdir -p bin
 
21
        @bzr cat lp:charm-helpers/tools/charm_helpers_sync/charm_helpers_sync.py \
 
22
        > bin/charm_helpers_sync.py
 
23
 
 
24
sync: bin/charm_helpers_sync.py
 
25
        @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-hooks.yaml
 
26
        @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers-tests.yaml
22
27
 
23
28
publish: lint test
24
29
        bzr push lp:charms/keystone