| coordinator: coordinator.go gce.go watcher.go dash.go | |
| GOOS=linux go build -o coordinator . | |
| # After "make upload", either reboot the machine, or ssh to it and: | |
| # sudo systemctl restart gobuild.service | |
| # And watch its logs with: | |
| # sudo journalctl -f -u gobuild.service | |
| upload: coordinator | |
| cat coordinator | (cd ../upload && go run upload.go --public --cacheable=false go-builder-data/coordinator) |