~jorge/charms/precise/mysql/fix-metadata

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Edward Hope-Morley
  • Date: 2014-02-19 14:49:31 UTC
  • mto: This revision was merged to the branch mainline in revision 121.
  • Revision ID: edward.hope-morley@canonical.com-20140219144931-ujfwlf11fx2y55h4
[dosaboy] added support for 'source' and 'key' config options so that
          an alternative archive can be added to get more recent
          packages e.g. ceph packages from the coud archive.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make
 
2
PYTHON := /usr/bin/env python
 
3
 
 
4
lint:
 
5
        @flake8 --exclude hooks/charmhelpers hooks
 
6
        @flake8 --exclude hooks/charmhelpers unit_tests
 
7
        @charm proof
 
8
 
 
9
test:
 
10
        @echo Starting tests...
 
11
        @$(PYTHON) /usr/bin/nosetests --nologcapture unit_tests
 
12
 
 
13
sync:
 
14
        @charm-helper-sync -c charm-helpers.yaml