build: golang.org/x/build/cmd

Directories

PathSynopsis
builderGo Builder is a continuous build client for the Go project.
buildletThe buildlet is an HTTP server that untars content to disk and runs commands it has untarred, streaming their output back over HTTP.
buildlet/stage0The stage0 command looks up the buildlet's URL from its environment (GCE metadata service, scaleway, etc), downloads it, and runs it.
clCL prints a list of open Go code reviews (also known as change lists, or CLs).
coordinatorThe coordinator runs the majority of the Go build system.
coordinator/buildongce
docker2bootThe docker2boot command converts a Docker image into a bootable GCE VM image.
fetchlogsFetchlogs downloads build failure logs from the Go dashboard so they can be accessed and searched from the local file system.
genbootstrapThe genbootstrap command prepares GO_BOOTSTRAP tarballs suitable for use on builders.
gomoteThe gomote command is a client for the Go builder infrastructure.
pushbackCommand pushback is a service that monitors a set of GitHub repositories for incoming Pull Requests, replies with contribution instructions, and closes the request.
racebuildracebuild builds the race runtime (syso files) on all supported OSes using gomote.
releaseCommand release builds a Go release.
retrybuildsThe retrybuilds command clears build failures from the build.golang.org dashboard to force them to be rebuilt.
scalewayThe scaleway command creates ARM servers on Scaleway.com.
uploadThe upload command writes a file to Google Cloud Storage.

Updated 2016-04-14. Refresh now. Tools for package owners.