boulder-start.sh: go get with ...

This commit is contained in:
Jakub Warmuz 2015-08-22 09:20:26 +00:00
parent 26c1f003d0
commit cdb9c8b964
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -3,7 +3,9 @@
export GOPATH="${GOPATH:-/tmp/go}"
go get -d github.com/letsencrypt/boulder
# `/...` avoids `no buildable Go source files` errors, for more info
# see `go help packages`
go get -d github.com/letsencrypt/boulder/...
cd $GOPATH/src/github.com/letsencrypt/boulder
./test/create_db.sh
./start.py &