~nuage-canonical/charms/trusty/nuage-vsc/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Aniket Bhat
  • Date: 2014-10-13 20:04:14 UTC
  • Revision ID: abhat@nuagenetworks.net-20141013200414-6q0dwxvduu3xqg7e
Added sync target to Makefile and submitting charmhelpers sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
lint:
4
4
        @flake8 --exclude hooks/charmhelpers hooks
5
5
        @charm proof
6
 
sync:
7
 
        @charm-helper-sync -c charm-helpers.yaml
 
6
 
 
7
bin/charm_helpers_sync.py:
 
8
        @mkdir -p bin
 
9
        @bzr cat lp:charm-helpers/tools/charm_helpers_sync/charm_helpers_sync.py \
 
10
        > bin/charm_helpers_sync.py
 
11
        
 
12
sync: bin/charm_helpers_sync.py
 
13
        @$(PYTHON) bin/charm_helpers_sync.py -c charm-helpers.yaml