blob: 59d471b7b3cca95cde829eb55fb1db3034553b06 [file]
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)