Fix provisoner timeout
[osm/N2VC.git] / Makefile
index 51e19b4..2fb92a8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,9 +3,12 @@ clean:
        find . -name *.pyc -delete
        rm -rf .tox
        rm -rf tests/charms/builds/*
        find . -name *.pyc -delete
        rm -rf .tox
        rm -rf tests/charms/builds/*
+       lxc list test- --format=json|jq '.[]["name"]'| xargs lxc delete --force || true
 .tox:
        tox -r --notest
 test: lint
        tox
 lint:
        tox -e lint
 .tox:
        tox -r --notest
 test: lint
        tox
 lint:
        tox -e lint
+package:
+       python3 setup.py --command-packages=stdeb.command bdist_deb