~nottrobin/charms/precise/block-storage-broker/ensure-python-apt

« back to all changes in this revision

Viewing changes to Makefile

Merge bsb-ec2-support [f=1298496] [r=dpb,fcorrea]

Add EC2 support to block-storage-broker to create, attach, label and detach ec2 volumes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        find . -name *.pyc | xargs -r rm
6
6
        find . -name _trial_temp | xargs -r rm -r
7
7
test:
8
 
        cd hooks; CHARM_DIR=${CHARM_DIR} trial test_*
 
8
        cd hooks; trial -j3 test_*py
9
9
 
10
10
lint:
11
11
        @flake8 --exclude hooks/charmhelpers hooks