github.com/xushiwei/go@v0.0.0-20130601165731-2b9d83f45bc9/misc/dashboard/README (about) 1 // Copyright 2009 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 The files in this directory constitute the continuous builder: 6 7 app/: an AppEngine server 8 builder/: gobuilder, a Go continuous build client 9 10 If you wish to run a Go builder, please email golang-dev@googlegroups.com 11 12 To run a builder: 13 14 * Write the key ~gobuild/.gobuildkey 15 You need to get it from someone who knows the key. 16 You may also use a filename of the form .gobuildkey-$BUILDER if you 17 wish to run builders for multiple targets. 18 19 * Append your username and password googlecode.com credentials from 20 https://code.google.com/hosting/settings 21 to the buildkey file in the format "Username\nPassword\n". 22 (This is for uploading tarballs to the project downloads section, 23 and is an optional step.) 24 25 * Build and run gobuilder (see its documentation for command-line options). 26