File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # installer droppings
2+ dist /
3+ makeself /
Original file line number Diff line number Diff line change @@ -19,6 +19,17 @@ clean:
1919client :
2020 pyinstaller deis.spec
2121
22+ installer : build
23+ @if [ ! -d makeself ]; then git clone -b single-binary https://github.com/deis/makeself.git; fi
24+ PATH=./makeself:$$ PATH BINARY=deis makeself.sh --bzip2 --current --nox11 dist \
25+ dist/deis-cli-` grep ' __version__\ =\ ' deis.py | cut -d' ' -f3 | tr -d \' ` -` go env GOOS` -` go env GOARCH` .run \
26+ " Deis CLI" " echo \
27+ && echo ' \033[0;36mdeis\033[0m is in the current directory. Please' \
28+ && echo ' move \033[0;36mdeis\033[0m to a directory in your search PATH.' \
29+ && echo \
30+ && echo ' See http://docs.deis.io/ for documentation.' \
31+ && echo"
32+
2233setup-venv :
2334 @if [ ! -d venv ]; then virtualenv venv; fi
2435 venv/bin/pip install -q flake8==2.2.2
You can’t perform that action at this time.
0 commit comments