~freyes/charms/trusty/hacluster/lp1433377

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Edward Hope-Morley
  • Date: 2014-12-08 18:31:37 UTC
  • mfrom: (35.1.7 unicast-support-take2)
  • Revision ID: edward.hope-morley@canonical.com-20141208183137-00q1i52pi5bf839b
[gnuoy,r=jamespage,hopem]

Adds unicast support

corosync_transport can now be uysed to specify udp or udpu.

Closes-Bug: 1348521 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
PYTHON := /usr/bin/env python
3
3
 
4
4
lint:
5
 
        @flake8 --exclude hooks/charmhelpers hooks
 
5
        @flake8 --exclude hooks/charmhelpers hooks unit_tests
6
6
        @charm proof
7
7
 
8
 
sync:
9
 
        @charm-helper-sync -c charm-helpers.yaml
 
8
unit_test:
 
9
        @echo Starting tests...
 
10
        @$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage  unit_tests
 
11
 
 
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