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

Side by Side Diff: misc/dashboard/builder/doc.go

Issue 4172056: code review 4172056: gobuilder: add -package flag to build external packages (Closed)
Patch Set: diff -r 5f0839c8649e https://go.googlecode.com/hg/ Created 14 years 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 | « misc/dashboard/builder/Makefile ('k') | misc/dashboard/builder/exec.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 2010 The Go Authors. All rights reserved. 1 // Copyright 2010 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 /* 5 /*
6 6
7 Go Builder is a continuous build client for the Go project.· 7 Go Builder is a continuous build client for the Go project.·
8 It integrates with the Go Dashboard AppEngine application. 8 It integrates with the Go Dashboard AppEngine application.
9 9
10 Go Builder is intended to run continuously as a background process. 10 Go Builder is intended to run continuously as a background process.
(...skipping 20 matching lines...) Expand all
31 Optional flags: 31 Optional flags:
32 32
33 -dashboard="godashboard.appspot.com": Go Dashboard Host 33 -dashboard="godashboard.appspot.com": Go Dashboard Host
34 The location of the Go Dashboard application to which Go Builder will 34 The location of the Go Dashboard application to which Go Builder will
35 report its results. 35 report its results.
36 36
37 -bench: Run benchmarks 37 -bench: Run benchmarks
38 38
39 -release: Build and deliver binary release archive 39 -release: Build and deliver binary release archive
40 40
41 -rev=N: Build revision N and exit
42 ··
43 -cmd="./all.bash": Build command (specify absolute or relative to go/src)
44
45 -v: Verbose logging
46
47 -thirdparty: Third-party package builder mode (will not report Go build
48 state to dashboard, issue releases, or run benchmarks)
r2 2011/02/24 00:21:10 sorry but i dislike the term "third party". there
adg 2011/02/24 04:16:12 -external it is. PTAL.
49
41 The key file should be located at $HOME/.gobuilder or, for a builder-specific 50 The key file should be located at $HOME/.gobuilder or, for a builder-specific
42 key, $HOME/.gobuilder-$BUILDER (eg, $HOME/.gobuilder-linux-amd64). 51 key, $HOME/.gobuilder-$BUILDER (eg, $HOME/.gobuilder-linux-amd64).
43 52
44 The build key file is a text file of the format: 53 The build key file is a text file of the format:
45 54
46 godashboard-key 55 godashboard-key
47 googlecode-username 56 googlecode-username
48 googlecode-password 57 googlecode-password
49 58
50 If the Google Code credentials are not provided the archival step 59 If the Google Code credentials are not provided the archival step
51 will be skipped. 60 will be skipped.
52 61
53 */ 62 */
54 package documentation 63 package documentation
OLDNEW
« no previous file with comments | « misc/dashboard/builder/Makefile ('k') | misc/dashboard/builder/exec.go » ('j') | no next file with comments »

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