Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/buildbot/docs/buildbot.info
blob: 36652107ba542f6ccb665451032fa440007173e5 (plain)
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
This is buildbot.info, produced by makeinfo version 4.11 from
buildbot.texinfo.

This is the BuildBot manual.

   Copyright (C) 2005,2006 Brian Warner

   Copying and distribution of this file, with or without
modification, are permitted in any medium without royalty provided
the copyright notice and this notice are preserved.


Indirect:
buildbot.info-1: 330
buildbot.info-2: 300456

Tag Table:
(Indirect)
Node: Top330
Node: Introduction5164
Node: History and Philosophy7041
Node: System Architecture9766
Node: BuildSlave Connections12363
Node: Buildmaster Architecture14476
Node: Status Delivery Architecture19913
Node: Control Flow22109
Node: Installation24947
Node: Requirements25300
Node: Installing the code27101
Node: Creating a buildmaster29051
Node: Upgrading an Existing Buildmaster31499
Node: Creating a buildslave33109
Node: Buildslave Options38471
Node: Launching the daemons41338
Ref: Launching the daemons-Footnote-144523
Node: Logfiles44698
Node: Shutdown45237
Node: Maintenance46934
Node: Troubleshooting48361
Node: Starting the buildslave48634
Node: Connecting to the buildmaster49767
Node: Forcing Builds50810
Node: Concepts51562
Node: Version Control Systems51961
Ref: Version Control Systems-Footnote-152803
Node: Generalizing VC Systems52949
Ref: Generalizing VC Systems-Footnote-156576
Node: Source Tree Specifications56797
Ref: Source Tree Specifications-Footnote-159670
Ref: Source Tree Specifications-Footnote-259864
Node: How Different VC Systems Specify Sources59994
Node: Attributes of Changes66108
Node: Schedulers70116
Node: BuildSet72704
Node: BuildRequest75364
Node: Builder76761
Node: Users78924
Node: Doing Things With Users80073
Node: Email Addresses82438
Node: IRC Nicknames84517
Node: Live Status Clients85752
Node: Build Properties86374
Node: Configuration88213
Node: Config File Format89559
Node: Loading the Config File91934
Node: Testing the Config File93629
Node: Defining the Project95328
Node: Change Sources and Schedulers97299
Ref: Change Sources and Schedulers-Footnote-199417
Node: Scheduler Scheduler99666
Node: AnyBranchScheduler102478
Node: Dependent Scheduler103699
Node: Periodic Scheduler106408
Node: Nightly Scheduler107365
Node: Try Schedulers110251
Node: Triggerable Scheduler110844
Node: Merging BuildRequests113765
Node: Setting the slaveport114912
Node: Buildslave Specifiers116314
Node: When Buildslaves Go Missing118689
Node: On-Demand ("Latent") Buildslaves121063
Node: Amazon Web Services Elastic Compute Cloud ("AWS EC2")122044
Node: Get an AWS EC2 Account122939
Node: Create an AMI124055
Node: Configure the Master with an EC2LatentBuildSlave125139
Node: Dangers with Latent Buildslaves132190
Node: Writing New Latent Buildslaves133475
Node: Defining Global Properties134700
Node: Defining Builders135151
Node: Defining Status Targets138719
Node: Debug options139801
Node: Getting Source Code Changes143846
Node: Change Sources145171
Node: Choosing ChangeSources149378
Node: CVSToys - PBService150763
Node: Mail-parsing ChangeSources153575
Node: Subscribing the Buildmaster155627
Node: Using Maildirs157009
Node: Parsing Email Change Messages158571
Node: FCMaildirSource160359
Node: SyncmailMaildirSource161344
Node: BonsaiMaildirSource161825
Node: SVNCommitEmailMaildirSource162310
Node: PBChangeSource162930
Node: P4Source166261
Node: BonsaiPoller168020
Node: SVNPoller168690
Node: MercurialHook180073
Node: Bzr Hook183738
Node: Bzr Poller186391
Node: Build Process187802
Node: Build Steps189002
Node: Common Parameters191091
Node: Using Build Properties193575
Ref: Using Build Properties-Footnote-1199730
Node: Source Checkout200000
Node: CVS205244
Node: SVN206386
Node: Darcs212558
Node: Mercurial214252
Node: Arch215166
Node: Bazaar215962
Node: Bzr216485
Node: P4217505
Node: Git219019
Node: ShellCommand219788
Node: Simple ShellCommand Subclasses226679
Node: Configure227214
Node: Compile227632
Node: Test229039
Node: TreeSize229282
Node: PerlModuleTest229690
Node: SetProperty230063
Node: Python BuildSteps231576
Node: BuildEPYDoc231898
Node: PyFlakes233378
Node: PyLint234310
Node: Transferring Files234690
Node: Steps That Run on the Master239471
Node: Triggering Schedulers240662
Node: Writing New BuildSteps242074
Node: Writing BuildStep Constructors243011
Node: BuildStep LogFiles245106
Node: Reading Logfiles249588
Node: Adding LogObservers250397
Ref: Adding LogObservers-Footnote-1263069
Ref: Adding LogObservers-Footnote-2263136
Node: BuildStep URLs263199
Node: Interlocks266299
Ref: Interlocks-Footnote-1272349
Ref: Interlocks-Footnote-2272436
Ref: Interlocks-Footnote-3272692
Node: Build Factories272923
Node: BuildStep Objects273900
Node: BuildFactory274972
Node: BuildFactory Attributes279864
Node: Quick builds280526
Node: Process-Specific build factories281262
Node: GNUAutoconf281806
Node: CPAN284385
Node: Python distutils285146
Node: Python/Twisted/trial projects286420
Node: Status Delivery293295
Node: WebStatus294392
Node: WebStatus Configuration Parameters297881
Ref: WebStatus Configuration Parameters-Footnote-1300287
Node: Buildbot Web Resources300456
Ref: Buildbot Web Resources-Footnote-1308015
Node: XMLRPC server308102
Node: HTML Waterfall309810
Node: MailNotifier310256
Node: IRC Bot319439
Node: PBListener323175
Node: Writing New Status Plugins323786
Node: Command-line tool325056
Node: Administrator Tools325582
Node: Developer Tools326858
Node: statuslog327177
Node: statusgui328258
Node: try328842
Node: try --diff344415
Node: Other Tools346172
Node: sendchange346435
Node: debugclient348474
Node: .buildbot config directory351050
Node: Resources354006
Node: Developer's Appendix354427
Node: Index of Useful Classes355183
Node: Index of master.cfg keys361528
Node: Index364036

End Tag Table