punchplatform / punchbox

the punchbox tool to deploy servers, kubernetes or punch
Apache License 2.0
4 stars 2 forks source link

Makefile out of control #33

Closed dimitripunch closed 2 years ago

dimitripunch commented 3 years ago

The Makefile seems to be out of control ! First it is apparently full of linux specific punch specif things. This violates its original purpose of being portable and free (as far as possible) from punch specific features.

Next : the doc says :

make vagrant-dependencies make: *** No rule to make target `vagrant-dependencies'. Stop.

dimitripunch commented 3 years ago

Also :

~/Punch/punchbox $ make install -e \x1b[34m **** CREATE PYTHON 3 .venv VIRTUALENV ****\x1b[0m -e \x1b[34m Python 3 virtualenv installed:\x1b[0m /Users/dimi/Punch/punchbox/.venv -e \x1b[32m **** ADDING VAGRANT DEPENDENCIES ****\x1b[0m

the colors are not portable.

dimiPunch commented 2 years ago

Ok all good now. this Jonathan for the work.