Get charm to build
This is still missing the charm.openstack module dependency
This commit is contained in:
parent
4bbf9e0de8
commit
eac71d72cd
Makefile
charm
requirements.txttox.ini
5
Makefile
5
Makefile
@ -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
0
hooks/install → charm/hooks/install
Normal file → Executable file
0
hooks/install.real → charm/hooks/install.real
Normal file → Executable file
0
hooks/install.real → charm/hooks/install.real
Normal file → Executable file
@ -1 +1,2 @@
|
||||
charm-tools
|
||||
simplejson
|
||||
|
2
tox.ini
2
tox.ini
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user