~stub/charms/precise/postgresql/repoless

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Stuart Bishop
  • Date: 2014-08-27 09:44:22 UTC
  • mfrom: (156.1.1 test-upgrade-charm)
  • Revision ID: stuart.bishop@canonical.com-20140827094422-2itletysy4nds1x0
Merged test-upgrade-charm into data-checksums.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
        @flake8 -v \
49
49
            --exclude hooks/charmhelpers,hooks/_trial_temp \
50
50
            hooks testing tests test.py
 
51
 
 
52
sync:
 
53
            @bzr cat \
 
54
            lp:charm-helpers/tools/charm_helpers_sync/charm_helpers_sync.py \
 
55
                > .charm_helpers_sync.py
 
56
            @python .charm_helpers_sync.py -c charm-helpers.yaml
 
57
            @rm .charm_helpers_sync.py