]> Cypherpunks repositories - gostls13.git/commit
Add builder scripts.
authorAdam Langley <agl@golang.org>
Fri, 8 Jan 2010 02:45:45 +0000 (18:45 -0800)
committerAdam Langley <agl@golang.org>
Fri, 8 Jan 2010 02:45:45 +0000 (18:45 -0800)
commitd635d846f47396efd0cb0c953c7591a0c83fca0f
treeea2766ba12e9eacfbf7149cf14bd965a991c2ee9
parentc918c41c589f476d5aba557d55993efac2724528
Add builder scripts.

These are the scripts behind godashboard.appspot.com. Nothing is
particularly beautiful about it, but it does run.

I still need to add support for per-builder keys and for running the
benchmarks.

R=rsc
CC=golang-dev
https://golang.org/cl/183153
misc/dashboard/README [new file with mode: 0644]
misc/dashboard/buildcontrol.py [new file with mode: 0644]
misc/dashboard/builder.sh [new file with mode: 0644]
misc/dashboard/godashboard/_multiprocessing.py [new file with mode: 0644]
misc/dashboard/godashboard/app.yaml [new file with mode: 0644]
misc/dashboard/godashboard/gobuild.py [new file with mode: 0644]
misc/dashboard/godashboard/index.yaml [new file with mode: 0644]
misc/dashboard/godashboard/key.py [new file with mode: 0644]
misc/dashboard/godashboard/main.html [new file with mode: 0644]