Get charm to build

This is still missing the charm.openstack module dependency
This commit is contained in:
Alex Kavanagh 2016-05-19 12:15:53 +00:00
parent 4bbf9e0de8
commit eac71d72cd
13 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,8 @@
#!/usr/bin/make
LAYER_PATH := layers
clean:
rm -Rf build
rm -Rf build .tox
generate: clean
tox -e generate
LAYER_PATH=$(LAYER_PATH) tox -e generate

0
hooks/install → charm/hooks/install Normal file → Executable file
View File

0
hooks/install.real → charm/hooks/install.real Normal file → Executable file
View File

View File

@ -1 +1,2 @@
charm-tools
simplejson

View File

@ -18,7 +18,7 @@ deps =
[testenv:generate]
basepython = python2.7
commands =
charm build --log-level DEBUG -o {toxinidir}/build barbican
charm build --log-level DEBUG -o {toxinidir}/build charm
[testenv:venv]
commands = {posargs}