зеркало из https://github.com/golang/build.git
a9f75ee999
Updates golang/go#41610 Change-Id: I9a2e151eaf8104e2f3a1a8d36f8dc72a6351fd4a Reviewed-on: https://go-review.googlesource.com/c/build/+/259580 Trust: Elias Naur <mail@eliasnaur.com> Run-TryBot: Elias Naur <mail@eliasnaur.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> |
||
---|---|---|
.. | ||
stage0 | ||
testssh | ||
.gitignore | ||
Makefile | ||
README | ||
buildlet.go | ||
buildlet_rlimit.go | ||
buildlet_test.go | ||
buildlet_unix.go | ||
buildlet_windows.go | ||
reverse.go |
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