File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ builder/rootfs/usr/bin
2626cache /image /bin /
2727client /deis
2828client /deis.exe
29+ client /* .run
30+ client /makeself /
2931contrib /azure /azure-user-data
3032contrib /bumpver /bumpver
3133deisctl /deisctl
Original file line number Diff line number Diff line change @@ -17,6 +17,17 @@ build:
1717install :
1818 godep go install -v .
1919
20+ installer : build
21+ @if [ ! -d makeself ]; then git clone -b single-binary https://github.com/deis/makeself.git; fi
22+ PATH=./makeself:$$ PATH BINARY=deis makeself.sh --bzip2 --current --nox11 . \
23+ deis-cli-` cat deis-version` -` go env GOOS` -` go env GOARCH` .run \
24+ " Deis CLI" " echo \
25+ && echo ' deis is in the current directory. Please' \
26+ && echo ' move deis to a directory in your search PATH.' \
27+ && echo \
28+ && echo ' See http://docs.deis.io/ for documentation.' \
29+ && echo"
30+
2031setup-root-gotools :
2132 sudo GOPATH=/tmp/tmpGOPATH go get -u -v golang.org/x/tools/cmd/cover
2233 sudo GOPATH=/tmp/tmpGOPATH go get -u -v golang.org/x/tools/cmd/vet
You can’t perform that action at this time.
0 commit comments