tools/dashboard/cmd/buildlet
Brad Fitzpatrick 94e3c965eb dashboard: fixes from tree move, use 'extdep' build tag consistently
extdep means the package has contains external dependencies and will
be omitted from the regular x/tools build + tests.

Change-Id: I48d9161665811f0a0dc988d6f0c25d9c14b9e4ab
Reviewed-on: https://go-review.googlesource.com/2892
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-01-15 18:52:22 +00:00
..
stage0 dashboard: fixes from tree move, use 'extdep' build tag consistently 2015-01-15 18:52:22 +00:00
.gitignore dashboard: rearrange tree, in prep for packagification 2015-01-15 02:58:11 +00:00
Makefile dashboard: fixes from tree move, use 'extdep' build tag consistently 2015-01-15 18:52:22 +00:00
README dashboard: rearrange tree, in prep for packagification 2015-01-15 02:58:11 +00:00
buildlet.go dashboard: fixes from tree move, use 'extdep' build tag consistently 2015-01-15 18:52:22 +00:00

README

Local development notes:

Server:  (TLS stuff is optional)
$ go run $GOROOT/src/crypto/tls/generate_cert.go --host=example.com
$ GCEMETA_password=foo GCEMETA_tls_cert=@cert.pem GCEMETA_tls_key='@key.pem' ./buildlet

Client:
$ curl -O https://go.googlesource.com/go/+archive/3b76b017cabb.tar.gz
$ curl -k --user :foo -X PUT --data-binary "@go-3b76b017cabb.tar.gz" https://localhost:5936/writetgz
$ curl -k --user :foo -d "cmd=src/make.bash" http://127.0.0.1:5937/exec
etc