~lazypower/charms/trusty/keystone/fix_proof

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Liam Young
  • Date: 2014-08-19 15:35:34 UTC
  • mfrom: (66.1.1 keystone)
  • Revision ID: liam.young@canonical.com-20140819153534-kmd3rkq0jw8w8vyd
[gnuoy, r=tribaal] Sync charm-helpers from lp:charm-helpers

Show diffs side-by-side

added added

removed removed

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