Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(50)

Side by Side Diff: dashboard/README

Issue 12180043: code review 12180043: go.tools: add dashboard
Patch Set: diff -r 79ec8d3bcf1d https://code.google.com/p/go/ Created 12 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | dashboard/app/app.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
OLDNEW
« no previous file with comments | « no previous file | dashboard/app/app.yaml » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b