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

Side by Side Diff: dashboard/README

Issue 155730043: code review 155730043: go.tools/dashboard/watcher: commit watcher rewrite (Closed)
Patch Set: diff -r 4afcf629723f811ab20e7a0ffdc445c018a4f1eb https://code.google.com/p/go.tools Created 10 years, 6 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/watcher/watcher.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2009 The Go Authors. All rights reserved. 1 // Copyright 2009 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style 2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file. 3 // license that can be found in the LICENSE file.
4 4
5 The files in this directory constitute the continuous builder: 5 The files in this directory constitute the continuous builder:
6 6
7 app/: an AppEngine server. The code that runs http://build.golang.org/ 7 app/: an AppEngine server. The code that runs http://build.golang.org/
8 builder/: gobuilder, a Go continuous build client 8 builder/: gobuilder, a Go continuous build client
9 coordinator/: daemon that runs on CoreOS on Google Compute Engine and manages 9 coordinator/: daemon that runs on CoreOS on Google Compute Engine and manages
10 builds (using the builder in single-shot mode) in Docker containers. 10 builds (using the builder in single-shot mode) in Docker containers.
11 env/: configuration files describing the environment of builders. 11 env/: configuration files describing the environment of builders.
12 Many builders are still configured ad-hoc. 12 Many builders are still configured ad-hoc.
13 watcher/: a daemon that watches for new commits to the Go repository and
14 its sub-repositories, and notifies the dashboard of those commits.
13 15
14 If you wish to run a Go builder, please email golang-dev@googlegroups.com 16 If you wish to run a Go builder, please email golang-dev@googlegroups.com
15 17
16 To run a builder: 18 To run a builder:
17 19
18 * Write the key ~gobuild/.gobuildkey· 20 * Write the key ~gobuild/.gobuildkey·
19 You need to get it from someone who knows the key. 21 You need to get it from someone who knows the key.
20 You may also use a filename of the form .gobuildkey-$BUILDER if you 22 You may also use a filename of the form .gobuildkey-$BUILDER if you
21 wish to run builders for multiple targets. 23 wish to run builders for multiple targets.
22 24
23 * Append your username and password googlecode.com credentials from 25 * Append your username and password googlecode.com credentials from
24 https://code.google.com/hosting/settings 26 https://code.google.com/hosting/settings
25 to the buildkey file in the format "Username\nPassword\n". 27 to the buildkey file in the format "Username\nPassword\n".
26 (This is for uploading tarballs to the project downloads section, 28 (This is for uploading tarballs to the project downloads section,
27 and is an optional step.) 29 and is an optional step.)
28 30
29 * Build and run gobuilder (see its documentation for command-line options). 31 * Build and run gobuilder (see its documentation for command-line options).
30 32
OLDNEW
« no previous file with comments | « no previous file | dashboard/watcher/watcher.go » ('j') | no next file with comments »

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