diff --git a/bin/bootstrap.sh b/bin/bootstrap.sh new file mode 100644 index 0000000..0c5cff7 --- /dev/null +++ b/bin/bootstrap.sh @@ -0,0 +1,2 @@ +source bin/py3.sh +sh bin/install.sh diff --git a/bin/install.sh b/bin/install.sh index fb103d8..e33d442 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -1,4 +1,15 @@ #cd cloudmesh-common #pip install -e . #cd .. -make local +cd ../cloudmesh-common; make dist; make local +cd ../cloudmesh-cmd5; make dist; make local +cd ../cloudmesh-bumpversion; make dist; make local +cd ../cloudmesh-common +cms help +#cms info +#cms info path +#cms info commands +cms banner ERRORS +cms info errors +cms banner DONE +cms version diff --git a/makefile-pypi.mk b/makefile-pypi.mk index 8285658..487d005 100644 --- a/makefile-pypi.mk +++ b/makefile-pypi.mk @@ -7,7 +7,7 @@ twine: .PHONY: dist -dist: +dist: clean pip install -q build python -m build twine check dist/*