File: builder.1

package info (click to toggle)
golang-golang-x-tools 1%3A0.0~git20190125.d66bd3c%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 8,912 kB
  • sloc: asm: 1,394; yacc: 155; makefile: 109; sh: 108; ansic: 17; xml: 11
file content (86 lines) | stat: -rw-r--r-- 1,806 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
.\"                                      Hey, EMACS: -*- nroff -*-
.de Vb \" Begin verbatim text
.ft CW
.nf
.ne \\$1
..
.de Ve \" End verbatim text
.ft R
.fi
..
.TH BUILDER 1 "2013-12-02"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
builder \- Go continuous build client
.SH SYNOPSIS
.B builder
.RI [ flags ]
.IR goos-goarch...
.SH DESCRIPTION

If you wish to run a Go builder, please email golang-dev@googlegroups.com

To run a builder:

* Write the key ~gobuild/.gobuildkey 
  You need to get it from someone who knows the key.
  You may also use a filename of the form .gobuildkey-$BUILDER if you
  wish to run builders for multiple targets.

* Append your username and password googlecode.com credentials from
    https://code.google.com/hosting/settings
  to the buildkey file in the format "Username\\nPassword\\n".
  (This is for uploading tarballs to the project downloads section,
   and is an optional step.)

* Run gobuilder

.SH OPTIONS

.TP
.B \-buildTimeout
Maximum time to wait for builds and tests
.TP
.B \-buildroot
Directory under which to build
.TP
.B \-cmd
Build command (specify relative to go/src/)
.TP
.B \-cmdTimeout
Maximum time to wait for an external command
.TP
.B \-commitInterval
Time to wait between polling for new commits (0 disables commit poller)
.TP
.B \-dashboard
Go Dashboard Host
.TP
.B \-fail
fail all builds
.TP
.B \-gccpath
Path to download gcc from
.TP
.B \-gcpath
Path to download gc from
.TP
.B \-parallel
Build multiple targets in parallel
.TP
.B \-release
Build and upload binary release archives
.TP
.B \-rev
Build specified revision and exit
.TP
.B \-tool
Tool to build.
.TP
.B \-v
verbose

.SH AUTHOR
.PP
This manual page was written by Michael Stapelberg <stapelberg@debian.org>,
for the Debian project (and may be used by others).