(refs #35) fix dependent scheduler re-checking: make calculation of upstream lazier
[buildbot.git] / ChangeLog-0.7.10
blobee43c6d3ac258a8ce153e569a5de681af56af2eb
1 commit 3f82bdf779ab16857667f450f11f0dc84049c015
2 Author: Dustin J. Mitchell <dustin@zmanda.com>
3 Date:   Wed Feb 25 13:35:37 2009 -0500
5     set BuildStatus.requests to an empty value in constructor
7 commit 48a0947ad8e829963f9564ab27848a66230f381a
8 Author: Dustin J. Mitchell <dustin@zmanda.com>
9 Date:   Wed Feb 25 13:22:05 2009 -0500
11     (refs #176) use buildmaster_service.master, not ..parent, so that cached web connections can still get reasonable info
13 commit cc9abfe46e718a3f91fec51c7091c8698f6f41bf
14 Author: Dustin J. Mitchell <dustin@zmanda.com>
15 Date:   Wed Feb 25 13:10:39 2009 -0500
17     (fixes #435) stub out BuildStepStatus.setColor
19 commit 5fc70886bef753aae96dbfa065e481017ee9b82a
20 Author: Dustin J. Mitchell <dustin@zmanda.com>
21 Date:   Wed Feb 25 12:55:30 2009 -0500
23     (refs #390) properly handle a return value of SKIPPED from step.start()
25 commit 865abf5d98dda8ee71d64b6b700a5f5f0601f62d
26 Author: Dustin J. Mitchell <dustin@zmanda.com>
27 Date:   Wed Feb 25 12:23:54 2009 -0500
29     (refs #302) start the missing-slave timer when buildbot starts up, so that we hear about slaves missing at startup, too
31 commit 9fd150f60ac717757273caaaddaebc9b8de46d31
32 Author: Dustin J. Mitchell <dustin@zmanda.com>
33 Date:   Wed Feb 25 13:02:11 2009 -0500
35     don't pickle BuildStatus.requests
37 commit 73c9a5df3b61e9d2743a9ffcdd8f4a6075cda7df
38 Merge: 1476fa7... 0f6a0f0...
39 Author: Dustin J. Mitchell <dustin@zmanda.com>
40 Date:   Wed Feb 25 11:51:27 2009 -0500
42     Merge commit 'catlee/request_status'
44 commit 1476fa7bba8fb80d24be94d6325d1394b0af2ed9
45 Author: Dustin J. Mitchell <dustin@zmanda.com>
46 Date:   Wed Feb 25 11:35:38 2009 -0500
48     remove refs to sf.net
50 commit d7f085e7e7a31824e268c0464a7b3da79fe3ecbf
51 Author: Dustin J. Mitchell <dustin@zmanda.com>
52 Date:   Wed Feb 25 11:21:30 2009 -0500
54     (refs #41) add ability to send username and password to the svn command
56 commit 2fcf745a96bfef89ac886b50e4ea0c8d6fdc692d
57 Author: Dustin J. Mitchell <dustin@zmanda.com>
58 Date:   Tue Feb 24 19:49:39 2009 -0500
60     (refs #41) add ability to obfuscate a ShellCommand argument on the slave side
62 commit 3738c26455bc8a25bee78672d3e51eb7313c83a1
63 Author: Neil Hemingway <neil.hemingway@greyhavens.org.uk>
64 Date:   Tue Feb 24 22:09:34 2009 +0000
66     Resolve #379 - Use makedirs rather than mkdir to create intermediate directories
68 commit 0f6a0f019f2259a00cfa7c8f87a7734ce3da504a
69 Author: Chris AtLee <catlee@mozilla.com>
70 Date:   Tue Feb 24 15:46:16 2009 -0500
72     Allow access to build requests from build status.
73     
74     Also, allow status plugins to get notified when new build requsts
75     arrive.
77 commit 9c4712b11e05fef06796af5eacffd7648b943143
78 Author: Chris AtLee <catlee@mozilla.com>
79 Date:   Tue Feb 24 15:11:08 2009 -0500
81     Fix status where change object's comments field is None
82     
83     Signed-off-by: Dustin J. Mitchell <dustin@zmanda.com>
85 commit c42b681aad38bed2ae7ae952c5a465a9f70c62bf
86 Merge: 4ae3012... 436c2a6...
87 Author: Dustin J. Mitchell <dustin@zmanda.com>
88 Date:   Mon Feb 23 16:57:21 2009 -0500
90     Merge branch 'bug388' of git://github.com/nhemingway/buildbot
92 commit 436c2a6cca8ef4943798cdaf6b0a4125c231fa5f
93 Author: Neil Hemingway <neil.hemingway@googlemail.com>
94 Date:   Mon Feb 23 21:54:06 2009 +0000
96     Resolve  #388
97     
98     builder events now have an exception firewall between them and the status plugins they call
100 commit 0f8c4061603bce5904f3192cfddb7134636a071f
101 Author: Neil Hemingway <neil.hemingway@googlemail.com>
102 Date:   Mon Feb 23 21:28:08 2009 +0000
104     Don't just subscribe when told via IRC - do so when configured via config file
106 commit 4ae30126d58ea6f0690a9bc482f65078c29adf32
107 Author: Scott Lawrence <scott.lawrence@nortel.com>
108 Date:   Mon Feb 23 15:11:04 2009 -0500
110     (refs #376) prettify the ETA in the waterfall
112 commit 2ee1e9f05b0f89c599eb3417b656f2445426e9a7
113 Author: John Saxton <spiff@sonic.net>
114 Date:   Mon Feb 23 14:55:28 2009 -0500
116     (fixes #170) add addLogs=[list] to MailNotifier
118 commit b79fbb8dad3dbc0f061dd08cb79ae641af86ca24
119 Author: Dustin J. Mitchell <dustin@zmanda.com>
120 Date:   Mon Feb 23 14:22:42 2009 -0500
122     (refs #349, #85) reset a builder's status after a ping is done
124 commit 419470c07038cb55ed06faf07bc9d1f3eb7ac69c
125 Author: Dustin J. Mitchell <dustin@zmanda.com>
126 Date:   Mon Feb 23 11:53:00 2009 -0500
128     (fixes #160) create parent dirs before invoking 'cp'
130 commit b9610e17915a69c7e7462a849035c2449702c0aa
131 Author: Dustin J. Mitchell <dustin@zmanda.com>
132 Date:   Mon Feb 23 10:00:58 2009 -0500
134     fix typo
136 commit ca9fb9a865475c39039bfd01cb048f7051a5dd68
137 Author: Robin Eckert <eckert@ive.uni-hannover.de>
138 Date:   Sun Feb 22 20:02:12 2009 -0500
140     (refs #312) only set LC_MESSAGES for source steps
142 commit 99a18de59ae61cf2198dac52a37d8e9606c269bf
143 Author: Dustin J. Mitchell <dustin@zmanda.com>
144 Date:   Sun Feb 22 19:08:31 2009 -0500
146     fix broken argument parsing
148 commit 35f44b1c2a14d1f20193f0357087501e2ee4def6
149 Author: Dustin J. Mitchell <dustin@zmanda.com>
150 Date:   Sun Feb 22 18:59:53 2009 -0500
152     fix non-2.4 syntax
154 commit 071564761f46ea7089bbd6301589eeb466c3ec31
155 Author: Dustin J. Mitchell <dustin@zmanda.com>
156 Date:   Sun Feb 22 13:23:53 2009 -0500
158     (refs #158) make usePTY a step parameter; change default to no
159     
160     The default for --usepty becomes 0 (no), and by default, ShellCommands
161     obey that setting.  Shell commands run from Source subclasses set this
162     to False, as it's seldom necessary to use a PTY for these commands.
163     
164     Add a new command_version, 2.7, indicating slave support for this flag
166 commit bf24d16f1f163d386d0470e41fc2d0f954b9daf8
167 Author: Dustin J. Mitchell <dustin@zmanda.com>
168 Date:   Sun Feb 22 12:08:16 2009 -0500
170     (tweak) better debugging output
172 commit 5bd3d78c613ac9fff056e7e2c12783fc1fe9bd82
173 Merge: 6dab63a... 71c3097...
174 Author: Dustin J. Mitchell <dustin@zmanda.com>
175 Date:   Sun Feb 22 08:53:09 2009 -0500
177     Merge branch 'bug420' of git://github.com/nhemingway/buildbot
179 commit 71c309759447f7619779080c5848542e7c76e9af
180 Author: Neil Hemingway <neil.hemingway@googlemail.com>
181 Date:   Sat Feb 21 21:11:36 2009 +0000
183     Resolve #420 - urlencode builder names
185 commit 6dab63af9fc97d78f8968c92b9bdbc47a40aaa5c
186 Merge: 56cb1e4... f0ea815...
187 Author: Dustin J. Mitchell <dustin@zmanda.com>
188 Date:   Fri Feb 20 17:05:27 2009 -0500
190     Merge branch 'bug314' of git://github.com/nhemingway/buildbot
192 commit f0ea815bf83b1c3d6daf0568f70ad7f1c9ba2f55
193 Author: Neil Hemingway <neil.hemingway@googlemail.com>
194 Date:   Fri Feb 20 21:44:16 2009 +0000
196     Resolve #314 by not setting expectations unless the build was successful
198 commit 56cb1e4dc77ab17c6854cbcd0f14ded3470d5792
199 Author: Gary Poster <gary@imposter.local>
200 Date:   Fri Feb 20 13:37:15 2009 -0500
202     add Canonical copyright messages, per discussion with Dustin.
204 commit a362a5b7788f7339e0aa1e8f7fdad64f7819a4dc
205 Author: Dustin J. Mitchell <dustin@zmanda.com>
206 Date:   Thu Feb 19 00:03:27 2009 -0500
208     (fixes #279) document and clean up step argument parsing
210 commit 9879e94d540ea216debcfeac1c5dab0b72c077b1
211 Merge: cdefef4... 2335e76...
212 Author: Dustin J. Mitchell <dustin@zmanda.com>
213 Date:   Wed Feb 18 22:51:11 2009 -0500
215     Merge branch 'graceful' of http://atlee.ca/software/buildbot
217 commit 2335e76c1c2b34b84de015af6b667d9067c3a64b
218 Author: Chris AtLee <catlee@mozilla.com>
219 Date:   Wed Feb 18 15:24:10 2009 -0500
221     Making error handling clearer on the error callback from remote
222     shutdown.
223     
224     Adding test cases.
225     
226     Moving buildFinished from AbstractSlaveBuilder to SlaveBuilder.
227     
228     remote shutdown callback needs to call reactor.callLater(0,
229     maybeStartAllBuilds) in order to get unittests to pass.
231 commit cdefef4eebd45cf6bc17b58f605cb24987ab619d
232 Merge: 620c248... d1190bd...
233 Author: Dustin J. Mitchell <dustin@zmanda.com>
234 Date:   Wed Feb 18 16:26:26 2009 -0500
236     Merge branch 'bug251' of git://github.com/nhemingway/buildbot
238 commit 620c2487bddc693a52368d4c9dcb5fd37e995a6c
239 Author: Dustin J. Mitchell <dustin@zmanda.com>
240 Date:   Wed Feb 18 16:23:29 2009 -0500
242     (refs #259) add docs for PyLint step
244 commit da4954b47a89a95ace7a6896c259ad4f812e568c
245 Author: strank <list-ener@strank.info>
246 Date:   Wed Feb 18 16:21:04 2009 -0500
248     (refs #259) PyLink command, similar to PyFlakes
250 commit d1190bd358845fe38204e89d8399f95a83309334
251 Author: Neil Hemingway <neil.hemingway@googlemail.com>
252 Date:   Wed Feb 18 21:14:36 2009 +0000
254     Resolve #251 by removing colour setting from the internals of buildbot
255     
256     Colour is now controlled with CSS for all areas of buildbot
257     presentation with the sole exception of the statusgui
259 commit 38810ee44a3169bfe801ae8036226b37bd22c471
260 Merge: 2f4c3f6... aa3a5bc...
261 Author: Chris AtLee <catlee@mozilla.com>
262 Date:   Tue Feb 17 08:51:58 2009 -0500
264     Merge branch 'master' into graceful
266 commit 2f4c3f6408cc2b2822ac24623039ddd991687aee
267 Author: Chris AtLee <catlee@mozilla.com>
268 Date:   Mon Feb 16 09:18:30 2009 -0500
270     Adding some documentation for graceful shutdown.
271     
272     Also having the slave object add itself as a watcher of the graceful
273     status when the slave is attached, and removing itself as a watcher when
274     the slave is detached.
276 commit 25023479d910bdc9184d68a6cb4d0cb185608ebe
277 Author: Dustin J. Mitchell <dustin@zmanda.com>
278 Date:   Mon Feb 16 10:32:25 2009 -0500
280     Revert "(refs #218) point buildbot.bat to the right python"
281     This reverts commit aa3a5bc6ee13859022b4ad13283b34f7ccf78781.
283 commit aa3a5bc6ee13859022b4ad13283b34f7ccf78781
284 Author: Marcus Lindblom <macke@yar.nu>
285 Date:   Mon Feb 16 10:04:33 2009 -0500
287     (refs #218) point buildbot.bat to the right python
289 commit 18876cf80207769ff180dc0a0964921a117e1536
290 Author: Chris AtLee <catlee@mozilla.com>
291 Date:   Mon Feb 16 08:54:21 2009 -0500
293     Restored call to maybeStartAllBuilds into a reactor.callLater call.
295 commit c4096f3e06d01167c860487068067c26bf1fbb07
296 Author: Chris AtLee <catlee@mozilla.com>
297 Date:   Sun Feb 15 19:15:56 2009 -0500
299     Use getGraceful() instead of slave.graceful_shutdown where appropriate
301 commit 350632aa2276350494b0b65107acbdfc4f6c63b2
302 Author: Chris AtLee <catlee@mozilla.com>
303 Date:   Fri Feb 13 23:44:32 2009 -0500
305     Adding graceful shutdown support for slaves.
307 commit fd47ba60dcdfdab2cdb70b62c30d8f130fe13d5b
308 Author: Dustin J. Mitchell <dustin@zmanda.com>
309 Date:   Sun Feb 15 23:44:24 2009 -0500
311     (refs #361) add docs
313 commit b97fd526c4b19d411fbcea6fc0b7520d339afc40
314 Author: Chad S Metcalf <cmetcalf@archrock.com>
315 Date:   Sun Feb 15 23:37:41 2009 -0500
317     (refs #361) add a logEnviron parameter to ShellCommand
319 commit cc8a6401f4eb5aa0b0ec632210c5ffcc25d6f69f
320 Author: Jeremy Gill <jeremy.gill@gmail.com>
321 Date:   Sun Feb 15 23:34:04 2009 -0500
323     (refs #327) fetch git tags, too
325 commit 03b635a8d25efd63921d607fde30772b75f58f4d
326 Author: Christian Lins <christian.lins@sun.com>
327 Date:   Sun Feb 15 23:18:05 2009 -0500
329     (fixes #345) add CSS class for SKIPPED
331 commit cd6a16c614b8de9af7c6a2b978f48e64fa8cde20
332 Author: Charles Lepple <clepple@gmail.com>
333 Date:   Sun Feb 15 22:00:07 2009 -0500
335     (refs #362) docs changes (fileIsImportant)
337 commit 5d057803fd13cc4e6bf43ae22347a355e2a9e611
338 Author: Dustin J. Mitchell <dustin@zmanda.com>
339 Date:   Sun Feb 15 20:54:10 2009 -0500
341     (fixes #353) revision and got_revision are strings; if no revision is gotten, don't set the property
343 commit 67b00c8459c1a6846f51a0dcb2ec007b39b3eb4a
344 Author: Dustin J. Mitchell <dustin@zmanda.com>
345 Date:   Sun Feb 15 20:10:36 2009 -0500
347     fix docs typo
349 commit 77b386426c2ee498e43185553b756224db74fea8
350 Author: Dustin J. Mitchell <dustin@zmanda.com>
351 Date:   Sun Feb 15 20:05:32 2009 -0500
353     Add MasterShellCommand
355 commit 4573cc224e7f8fc9df144e5c5ca33f86cc935cdf
356 Author: René Müller <rene.mueller@tracetronic.de>
357 Date:   Sun Feb 15 18:14:45 2009 -0500
359     (refs #393) add DirectoryUpload
361 commit 242e5836cc9fa35142d98e1a3904f494a322a10b
362 Author: Shimizukawa <shimizukawa+buildbot@gmail.com>
363 Date:   Sun Feb 15 18:01:57 2009 -0500
365     (refs #307) allow missing svn author
367 commit 3bbab2da2597ae2537be3a6d17ef9be0f6ff5af3
368 Author: Ben Hearsum <bhearsum@bitters-2.local>
369 Date:   Fri Feb 13 10:27:28 2009 -0500
371     Update documentation for real this time
373 commit f461caf049311f49354e0b87dc4e6f1639cb7e87
374 Author: Ben Hearsum <bhearsum@bitters-2.local>
375 Date:   Fri Feb 13 10:17:01 2009 -0500
377     Updated documentation for new haltOnFailure behaviour; update existing BuildSteps that haltOnFailure to explictly flunkOnFailure.
379 commit b04b9f22eed91e64b018f49ecfe722ba6203051c
380 Author: Ben Hearsum <bhearsum@bitters-2.local>
381 Date:   Thu Feb 12 17:48:25 2009 -0500
383     haltOnFailure shouldn't imply flunkOnFailure (ticket #425)
385 commit 4517900fe039fe64cb736a41e7bca5e5a94c6384
386 Author: Dustin J. Mitchell <dustin@zmanda.com>
387 Date:   Thu Feb 12 17:08:41 2009 -0500
389     only attach the text of a patch, not the level
391 commit 999ba134b2a4847615ce0c45cffe93bca8e5afc0
392 Author: Gerard Escalante <gescalante@dev-int.wordstream.com>
393 Date:   Thu Feb 12 02:51:21 2009 -0800
395     Changed Git VC operations class to clobber less frequently.
396     
397     Git now clobbers the repo only if the repourl changes.
398     As a part of doVCUpdate, it runs "git clean" if the branch has
399     changed (but not the repourl), which, combined with "git reset",
400     does effectively does the same thing as clobbering the repo.
402 commit addafaaa66c5fd040c6daad636cd50453a7ab700
403 Merge: ee1f1c8... c1ab365...
404 Author: Dustin J. Mitchell <dustin@zmanda.com>
405 Date:   Wed Feb 11 12:53:08 2009 -0500
407     Merge branch 'master' of git://github.com/dustin/buildbot
409 commit ee1f1c8dee8a446809fa6b9123f643350bfa9ab8
410 Author: Albert Hofkamp <a.t.hofkamp@tue.nl>
411 Date:   Tue Feb 10 23:37:19 2009 -0500
413     (refs #306) fix trigger documentation
415 commit 36438a46b808b9e83f09e54970c9bfa7e1186ab3
416 Author: Marcus Lindblom <macke@yar.nu>
417 Date:   Tue Feb 10 23:25:54 2009 -0500
419     (refs #272) use correct path to classic.css for windows setup
421 commit 894bb2a9f50949f8d97f496b27bb99cbfba3f261
422 Author: Julien Boeuf <julien.boeuf@gmail.com>
423 Date:   Tue Feb 10 23:17:00 2009 -0500
425     (refs #256) allow COMSPEC to have spaces
427 commit 18f6700d42153501d22936045931757d0a49bb6a
428 Author: Dustin J. Mitchell <dustin@zmanda.com>
429 Date:   Tue Feb 10 22:58:30 2009 -0500
431     (refs #207) offline is now gray
433 commit 1213ad89fd88ac9219aba9a860d1999466143e67
434 Author: Dustin J. Mitchell <dustin@zmanda.com>
435 Date:   Tue Feb 10 22:51:47 2009 -0500
437     (fixes #202) don't save changes from a test ChangeMaster
439 commit 77d2abaaadce968db730871769ee7e17e2407ca0
440 Author: Dustin J. Mitchell <dustin@zmanda.com>
441 Date:   Tue Feb 10 21:34:40 2009 -0500
443     (fixes #165) remove references to --recursive from python_twisted docstrings
445 commit 44046f8d851d54c8dcd0325774e841f368362243
446 Merge: 7e3cc24... 1b42980...
447 Author: Dustin J. Mitchell <dustin@zmanda.com>
448 Date:   Tue Feb 10 21:27:32 2009 -0500
450     Merge branch 'master' of git://github.com/gward/buildbot
452 commit 7e3cc24c66e48b1cdd124459ca33d2fe76b754f7
453 Author: Dustin J. Mitchell <dustin@zmanda.com>
454 Date:   Tue Feb 10 21:21:01 2009 -0500
456     update rbosetti's patch to cover patches added since then
458 commit c1ab365b6ed986396831849e7bf37c53ee35526f
459 Author: Dustin Sallings <dustin@spy.net>
460 Date:   Fri Feb 6 20:32:45 2009 -0800
462     Added ping method to stats builders.
463     
464     I had a lot of network instabilities that would cause my status client
465     to believe it was connected and functioning properly when it wasn't.
466     I started sending pings across periodically and flagging the
467     connection on the (error) result.  That wasn't a big deal, but it ends
468     up dumping a bunch of stuff into logs.
469     
470     This makes a simple ping possible without error.
472 commit e1479500f378f1793098f244ecde75c604257ca3
473 Merge: 7fb7fa4... 0a488bf...
474 Author: Dustin J. Mitchell <dustin@zmanda.com>
475 Date:   Tue Feb 10 19:11:14 2009 -0500
477     Merge branch 'master' of git://github.com/rbosetti/buildbot
479 commit 7fb7fa4210d1c9eff86c4f63835dc95ea6c5e937
480 Author: Dustin J. Mitchell <dustin@zmanda.com>
481 Date:   Tue Feb 10 19:05:27 2009 -0500
483     (refs #421) 'nightly_factory' instead of 'checkin_factory'
485 commit 37bae4efa8fd084201f0cb0cf2a7395a89df12aa
486 Merge: d5b417f... ee5c7b6...
487 Author: Dustin J. Mitchell <dustin@zmanda.com>
488 Date:   Tue Feb 10 19:04:02 2009 -0500
490     Merge branch 'bug421' of git://github.com/ashcrow/buildbot
492 commit d5b417f04710187250593c2698d0100c1c3fb8d9
493 Merge: be3c8d5... 36fc85c...
494 Author: Dustin J. Mitchell <dustin@zmanda.com>
495 Date:   Tue Feb 10 18:44:59 2009 -0500
497     Merge branch 'bug368' of git://github.com/nhemingway/buildbot
499 commit be3c8d5327796047d31204e645fe9ce3996e9212
500 Author: Dustin J. Mitchell <dustin@zmanda.com>
501 Date:   Tue Feb 10 18:43:08 2009 -0500
503     (refs #329) close the test config file before removing the temporary directory
505 commit 6d20b06f1e8af8025586be03a9714f277ef780a6
506 Author: Dustin J. Mitchell <dustin@zmanda.com>
507 Date:   Tue Feb 10 18:40:10 2009 -0500
509     (refs #182) documentation tweaks
511 commit 589b39c0708aecfaa1677dbc8fbc6fa8b73cd642
512 Author: Daniel Svensson <daniel.svensson@purplescout.se>
513 Date:   Sun Jan 11 22:20:22 2009 +0100
515     (closes #182) Add category support to Schedulers and Changes.
516     
517     Signed-off-by: Dustin J. Mitchell <dustin@zmanda.com>
519 commit ee5c7b61e6efc8dbbec841f740b924a4f492cfac
520 Author: Steve 'Ashcrow' Milner <smilner+buildbot@redhat.com>
521 Date:   Tue Feb 10 15:29:32 2009 -0500
523     fix for http://buildbot.net/trac/ticket/421 where documentation is missing code information
525 commit 36fc85cd80599a3d04a9a344dcd133d6a553d3f6
526 Author: Neil Hemingway <neil.hemingway@googlemail.com>
527 Date:   Tue Feb 10 19:37:05 2009 +0000
529     Add a test and a doc-tweak for bug368
531 commit 6a59c18982b6581b598fc7cf3489313906755011
532 Author: Neil Hemingway <neil.hemingway@googlemail.com>
533 Date:   Tue Feb 10 17:47:29 2009 +0000
535     BuildPrioritization tests failed unless CVS was installed
537 commit a0930b69ac2a8ba75fb1690e68b7df3a6af9dc72
538 Author: Greg Ward <gerg.ward+buildbot@gmail.com>
539 Date:   Fri Feb 6 18:21:28 2009 -0500
541     Fix some typos in the manual.
542     
543     Signed-off-by: Dustin J. Mitchell <dustin@zmanda.com>
545 commit 1b42980f33b57bf333dbe423e94dc914581f209d
546 Author: Greg Ward <gerg.ward+buildbot@gmail.com>
547 Date:   Fri Feb 6 18:21:28 2009 -0500
549     Fix some typos in the manual.
551 commit 57cccfd1edf2813c2c8083dac8ff7731f55d8d67
552 Merge: f03f8d1... cbdacb4...
553 Author: Greg Ward <gerg.ward+buildbot@gmail.com>
554 Date:   Fri Feb 6 18:09:18 2009 -0500
556     Merge branch 'master' of git://github.com/djmitche/buildbot
558 commit cbdacb41fcf892587251c6e39e08958fc4a49f59
559 Author: Greg Ward <gerg.ward+buildbot@gmail.com>
560 Date:   Thu Feb 5 11:02:19 2009 -0500
562     sample.cfg: fix out-of-date comments and typos.
563     
564     Signed-off-by: Dustin J. Mitchell <dustin@zmanda.com>
566 commit f03f8d105824ee89bac21490ab2dcfd0de3a074d
567 Author: Greg Ward <gerg.ward+buildbot@gmail.com>
568 Date:   Thu Feb 5 11:02:19 2009 -0500
570     sample.cfg: fix out-of-date comments and typos.
572 commit 6edd056d6b81183c8f4692c964942eb66c58ba92
573 Author: Gareth Armstrong <gareth.armstrong@hp.com>
574 Date:   Thu Feb 5 15:27:13 2009 +0100
576     Add provenance header to feeds.py
578 commit 82da60b668335080640bf2d0417eac703ef4506d
579 Author: Dustin J. Mitchell <dustin@zmanda.com>
580 Date:   Thu Feb 5 08:46:56 2009 -0500
582     fix test_web failures where no projectName is specified
584 commit 0d12fff51af47503720840321054fb2408fdb2bc
585 Author: Gareth Armstrong <gareth.armstrong@hp.com>
586 Date:   Thu Feb 5 10:48:47 2009 +0100
588     (refs #382) Add ATOM and RSS feeds to webstatus
589     
590     The addtion of ATOM and RSS feeds to webstatus is based on "feeder.py" which
591     was part of the Buildbot configuration for the Subversion project. The original
592     file was created by Lieven Gobaerts and
593     later adjusted by API (apinheiro@igalia.coma) and also here
594     http://code.google.com/p/pybots/source/browse/trunk/master/Feeder.py
595     
596     All subsequent changes to feeder.py where made by Chandan-Dutta Chowdhury
597     <chandan-dutta.chowdhury@hp.com> and Gareth Armstrong <gareth.armstrong@hp.com>.
598     
599     Those modifications are as follows:
600     1) the feeds are now based on baseweb.WebStatus
601     2) feeds are fully validated ATOM 1.0 and RSS 2.0 feeds, verified with code from
602        http://feedvalidator.org
603     3) nicer xml output
604     4) feeds can be filtered as per the /waterfall display with the builder and category filters
605     5) cleaned up white space and imports
606     
607     Finally, the code was directly integrated into the status/web/base.py and
608     status/web/baseweb.py.
610 commit e9f180c167a9e1ba8e1f8442b056eb48796d2599
611 Author: jpittman <jpittman@qali14.moleflow.com>
612 Date:   Wed Feb 4 12:14:08 2009 -0800
614     Updated p4bin documentation to indicate that it's optional and what it defaults to.
616 commit 2249b70cdbcfbbf9117752a0a5aa52fbc86a9dd6
617 Author: jpittman <jpittman@qali14.moleflow.com>
618 Date:   Wed Feb 4 12:06:48 2009 -0800
620     Fixed a comment in an example to represent the correct amount of time for a given variable.
621     
622     Added documentation for an argument found in p4poller.
624 commit 966747f09029f8bbc267cff5e9b35d3853de855a
625 Author: Darragh Bailey <dbailey@hp.com>
626 Date:   Tue Feb 3 15:10:13 2009 -0500
628     (fixes #39) patch to print the correct order
630 commit 265265830c19967b545cea2193195af1759add6d
631 Author: Greg Ward <gerg.ward+buildbot@gmail.com>
632 Date:   Tue Feb 3 11:06:25 2009 -0500
634     (refs #210) render properties to FileUpload and FileDownload's workdir (patch updated by djmitche)
636 commit d554bff93efb780f6ad09c559bad2402fa1fd217
637 Author: Greg Ward <gerg.ward+buildbot@gmail.com>
638 Date:   Tue Feb 3 10:42:37 2009 -0500
640     (refs #209) patch 3/3: factor out _TransferBuildStep for common workdir logic.
642 commit 4210d6c33a31df925a75b1903f5435a833243e9d
643 Author: Greg Ward <gerg.ward+buildbot@gmail.com>
644 Date:   Tue Feb 3 10:41:35 2009 -0500
646     (refs #209) patch 2/3: add tests to ensure that calling setDefaultWorkdir() actually affects 'workdir' of FileUpload and FileDownload objects
648 commit 5a42c47726a91efec0fad46c91865f02bc7c9d45
649 Author: Greg Ward <gerg.ward+buildbot@gmail.com>
650 Date:   Tue Feb 3 10:38:12 2009 -0500
652     (refs #209) patch 1/3: fix FileUpload and FileDownload to support setDefaultWorkdir()
654 commit 1ad3d25decd1cc4e563cd0fc82bd0aacbc8bee2a
655 Author: Dustin J. Mitchell <dustin@zmanda.com>
656 Date:   Tue Feb 3 10:36:28 2009 -0500
658     add .orig and .rej to .gitignore
660 commit bab759f199c583d669975d5410e02a89a58e570f
661 Author: Dustin J. Mitchell <dustin@zmanda.com>
662 Date:   Tue Feb 3 09:22:31 2009 -0500
664     (fixes #417) use 'call' with *.cmd on windows
666 commit 42eececea1158fbc525c0f0404bf04b183c616a4
667 Author: Marcus Lindblom <macke@yar.nu>
668 Date:   Mon Feb 2 10:17:56 2009 -0500
670     (fixes #185) (MercurialInRepo) send the branch from the changeset, not the working directory
672 commit 42d86154cbcb5e7e1c1faf1680aafa8ae3075e86
673 Author: Dustin J. Mitchell <dustin@zmanda.com>
674 Date:   Sun Feb 1 13:39:42 2009 -0500
676     fix version length check - 40 bytes lets git revisions appear, but nothing longer
678 commit 2825dbf3380732c0300a0934b9842783b80971aa
679 Author: Dustin J. Mitchell <dustin@zmanda.com>
680 Date:   Sun Feb 1 12:13:46 2009 -0500
682     (fixes #415) doc tweaks to Pike's patch
684 commit 38e7a00e1e4f1a6520a88abb89a444c51352e2e8
685 Merge: 6240a8f... a811624...
686 Author: Dustin J. Mitchell <dustin@zmanda.com>
687 Date:   Sun Feb 1 11:46:24 2009 -0500
689     Merge branch 'bug415' of git://github.com/Pike/buildbot into bug415
691 commit 6240a8f30fdd178f4331e63e1caa38982994721f
692 Author: Zooko Wilcox-O'Hearn <zooko@zooko.com>
693 Date:   Sat Jan 31 17:57:39 2009 -0500
695     (fixes #215) log the usage of shutil.copytree() instead of a cp subprocess
697 commit 7f49a7b1cf5812f43befdef902821ec1770d6bb3
698 Author: Sergey Lipnevich <sergey+buildbot@optimaltec.com>
699 Date:   Sat Jan 31 17:41:56 2009 -0500
701     (refs #146) doc fixes
703 commit 7e348bc48c3d32c475f0daf7242b3a2535853079
704 Merge: 3aed3fe... 1649957...
705 Author: Neil Hemingway <neil.hemingway@googlemail.com>
706 Date:   Sat Jan 31 10:42:41 2009 +0000
708     Merge branch 'master' of git://github.com/djmitche/buildbot into bug368
710 commit 16499575e6777012e77b6cab6494c15efc97dd36
711 Merge: 80fac85... d2d57ef...
712 Author: Dustin J. Mitchell <dustin@zmanda.com>
713 Date:   Fri Jan 30 20:56:17 2009 -0500
715     Merge branch 'master' of git://github.com/ashcrow/buildbot
717 commit a811624c1fcd4b06298016cead6533fc22fa5214
718 Author: Axel Hecht <axel@pike.org>
719 Date:   Sat Jan 31 00:16:12 2009 +0100
721     (fixes ticket #415) moving over to a configurable function on botmaster from the loadmaster concept
723 commit 80fac85380bdd98aaafe93bfc821449d3328e8d1
724 Author: Arkadiusz Miskiewicz <arekm@maven.pl>
725 Date:   Fri Jan 30 22:39:19 2009 +0100
727     Example on how to run it from post-merge hook
728     
729     Signed-off-by: Arkadiusz Miskiewicz <arekm@maven.pl>
730     Signed-off-by: Dustin J. Mitchell <dustin@zmanda.com>
732 commit d2d57ef70fd5a95ebbbcde2bb92948f5b995d2a7
733 Author: Steve 'Ashcrow' Milner <smilner+buildbot@redhat.com>
734 Date:   Fri Jan 30 14:43:01 2009 -0500
736     Added a package module as well as rpm steps and a tests.
738 commit 46d08a75a263eb9d886195e21ad1b5a52a290d13
739 Author: Dustin J. Mitchell <dustin@zmanda.com>
740 Date:   Fri Jan 30 13:12:14 2009 -0500
742     allow a treeStableTimer < 1 second
744 commit 77a6cbeb32200e5fddba2a6a1d8c90e874facc37
745 Author: Chris AtLee <catlee@mozilla.com>
746 Date:   Fri Jan 30 11:34:57 2009 -0500
748     Adding docs for --maxdelay
749     
750     Signed-off-by: Dustin J. Mitchell <dustin@zmanda.com>
752 commit 73f2ee55f2f3cfdf104860e7021c278b8bb1bb46
753 Author: Chris AtLee <catlee@mozilla.com>
754 Date:   Fri Jan 30 11:11:52 2009 -0500
756     Make maximum delay between slave retries configurable
757     
758     Signed-off-by: Dustin J. Mitchell <dustin@zmanda.com>
760 commit 1e7ac29a4aac4ed896c40f0c353e11af000a6d56
761 Author: Dustin J. Mitchell <dustin@zmanda.com>
762 Date:   Thu Jan 29 18:27:22 2009 -0500
764     (refs #407) encode unicode strings to ASCII using 'replace', so that any invalid characters don't cause the script to crash
766 commit 19cd2f50422e2c59d3741cdbd5e0d35abd8d2602
767 Merge: 5262a02... b34e5cb...
768 Author: Axel Hecht <axel@pike.org>
769 Date:   Thu Jan 29 23:49:44 2009 +0100
771     Merge branch 'master' of git://github.com/djmitche/buildbot into bug415
773 commit b34e5cb43d2d24ce443cecabce6198d32bdefdca
774 Author: Gary Poster <gary@imposter.home>
775 Date:   Thu Jan 29 15:58:49 2009 -0500
777     fixes for running latent slave tests on mac
779 commit a8148a25469e6572838a564186e33573de36f2e8
780 Author: Gary Poster <gary@imposter.home>
781 Date:   Thu Jan 29 15:48:41 2009 -0500
783     add my name to the list of glory
785 commit 5262a02e88d4a4b63149eb7aad01e591814d9be7
786 Merge: 1954bae... dfb18e6...
787 Author: Axel Hecht <axel@pike.org>
788 Date:   Thu Jan 29 18:07:06 2009 +0100
790     Merge branch 'master' of git@github.com:Pike/buildbot into bug415
792 commit fb2c1c6d745deadec357e4eda17629d5fcf344a0
793 Author: Dustin J. Mitchell <dustin@zmanda.com>
794 Date:   Thu Jan 29 00:14:38 2009 -0500
796     document onlyIfChanged
798 commit a8a4dfea8eafcb34b19760c62dd1f0aea5caff80
799 Author: claude vittoria <vittoric@wanadoo.fr>
800 Date:   Thu Jan 29 00:14:28 2009 -0500
802     add onlyIfChanged support to the Nightly scheduler
804 commit dfb18e6c177d490da9dcab29e431eff22cfedfec
805 Author: Dustin Sallings <dustin@spy.net>
806 Date:   Wed Jan 28 20:26:00 2009 -0800
808     Allow users to specify the remote git branch.
809     
810     This allows for a case where someone has a repository that tracks
811     someone else's repository, has arbitrary local branches, but wants to
812     run tries with the delta from the reference repository (i.e. the one
813     the master knows about) to the local changes.
814     
815     Without this, it's likely the reference repository will not have the
816     necessary objects to pull down a base revision to be able to apply
817     patches for the try to succeed.
818     
819     This also ensures that the current client's view of the reference
820     repository is honored.  That is, if the reference repository has moved
821     forward, the trier's current tip of the remote is used to compute the
822     delta, and that's sent along as the baserev.
824 commit 38a9c7fc719b44e2cdfa47884182da7128b369d2
825 Author: Dustin Sallings <dustin@spy.net>
826 Date:   Wed Jan 28 16:30:08 2009 -0800
828     Added --dry-run (-n) support to buildbot try.
829     
830     Need to be able to try try when I just want to know what it's even
831     going to consider doing.
833 commit f43143835cba3ca5963e07874da17c1416a031c2
834 Author: Dustin Sallings <dustin@spy.net>
835 Date:   Wed Jan 28 08:34:04 2009 -0800
837     Refactored try buildName validation for reuse.
839 commit a88238cae5000c3481877aa354e3c76fc45770b8
840 Author: Dustin Sallings <dustin@spy.net>
841 Date:   Wed Jan 28 08:25:52 2009 -0800
843     Don't require a list of builders for buildbot try.
844     
845     This maintains the current restrictions around builder lists that
846     prevent one from trying a build that isn't in the list, but allows the
847     user to delegate the selection to the server by not listing the
848     builders at all.
849     
850     I want my users to always try their builds on every build
851     configuration, but I don't want to be sending out buildbot options all
852     the time.
854 commit 5d0baa29aaa7dfd1344074fc72e214a8d10a8902
855 Merge: bd30ff1... deca9f4...
856 Author: Dustin J. Mitchell <dustin@zmanda.com>
857 Date:   Wed Jan 28 14:08:07 2009 -0500
859     Merge branch 'latentslaves' of git://github.com/garyposter/buildbot
861 commit bd30ff18d29a839f333a88cdea9b4ba9d55403dd
862 Merge: 7c37a7a... 12af51c...
863 Author: Dustin J. Mitchell <dustin@zmanda.com>
864 Date:   Wed Jan 28 14:02:56 2009 -0500
866     Merge branch 'master' of git://github.com/bhearsum/buildbot
868 commit 7c37a7a2b388f012fa9f59b2db0d2b35c4adf40b
869 Author: Dustin J. Mitchell <dustin@zmanda.com>
870 Date:   Wed Jan 28 14:00:58 2009 -0500
872     spell logCompressionLimit right
874 commit ad871a197c0a5ad93706249b0e9a5fca935e6f1c
875 Merge: 1754c3f... 3fa61ba...
876 Author: Dustin J. Mitchell <dustin@zmanda.com>
877 Date:   Wed Jan 28 13:15:48 2009 -0500
879     Merge branch 'bug26' of git://github.com/Pike/buildbot
881 commit 12af51c23e84f760627d362b3c027cadf8b8dc5f
882 Author: Ben Hearsum <bhearsum@bitters-2.local>
883 Date:   Wed Jan 28 11:29:33 2009 -0500
885     Bump max steps-with-same-name to 1000, handle that failure better.
887 commit 3fa61ba3d9b00fd5c4be6ddcba92ae8d083e7b73
888 Author: Axel Hecht <axel@pike.org>
889 Date:   Wed Jan 28 13:12:57 2009 +0100
891     (ticket #26) only try to remove compressed log on failure if it's actually there
893 commit deca9f41a08692ae194372c38fb46a92673e1b41
894 Merge: b3ad016... 1754c3f...
895 Author: Gary Poster <gary@gary-ubuntu.(none)>
896 Date:   Tue Jan 27 14:30:16 2009 -0500
898     merge from upstream master
900 commit b3ad016e13e2ef0c46f5085e3f3489c16363ef5d
901 Author: Gary Poster <gary@gary-ubuntu.(none)>
902 Date:   Tue Jan 27 14:17:03 2009 -0500
904     docs now render properly
906 commit 1095c1cc7729dd3775baf1259d7ea09961ad58f5
907 Author: Gary Poster <gary@gary-ubuntu.(none)>
908 Date:   Tue Jan 27 13:39:36 2009 -0500
910     texinfo is not formatting correctly in the ToC, but I do not want to lose the work while I try to fix it, so committing.
912 commit 2936e491ec11ead88de7a508b6f0864913198286
913 Author: Gary Poster <gary@gary-ubuntu.(none)>
914 Date:   Tue Jan 27 12:35:49 2009 -0500
916     add test for elastic ips
918 commit 5d0675d2e163818813022271b6c9a5d0b9980872
919 Author: Axel Hecht <axel@pike.org>
920 Date:   Tue Jan 27 13:59:15 2009 +0100
922     (update to ticket #26) fix testcases to not use log compression, or to wait for compressed logs, otherwise reactors can close unlcean
924 commit ec51679762093a98b0adea472f713ad55ab2abc3
925 Author: Axel Hecht <axel@pike.org>
926 Date:   Tue Jan 27 12:02:53 2009 +0100
928     (fixes #26) add bz2 log compression for LogFiles, triggered from stepFinished, by default for logs bigger than 4k. Configurable via logCompressionLimit in master.cfg
930 commit 0a488bf26aeb085a5ad2fa151b919b3b17574096
931 Author: rlb <rbosetti+gh@gmail.com>
932 Date:   Mon Jan 26 22:45:00 2009 -0800
934     Removed name=None from BuildRequest.
935     
936     All tests have been cleaned up. All tests pass
938 commit 155e6f5d58b44a803a4b36287b8cdff19529c26f
939 Author: rlb <rbosetti+gh@gmail.com>
940 Date:   Mon Jan 26 21:06:18 2009 -0800
942     Fix repr for RemoteShellCommand. fixes #352
943     
944     New testcase in test_buildstep.py, runs each case for repr
946 commit f93732c3aa0d8b5b28e52cccc033d5b4a2cb6ef4
947 Author: Gary Poster <gary@gary-ubuntu.(none)>
948 Date:   Mon Jan 26 16:41:45 2009 -0500
950     bugfix for bzr_buildbot poller: branch_name was not honored for initial branch in a given poll.
952 commit e29f183fa6945b068b3e4c14072798613dbaf285
953 Author: Gary Poster <gary@gary-ubuntu.(none)>
954 Date:   Mon Jan 26 15:22:07 2009 -0500
956     shut down ec2 instances when the reactor shuts down.  at the same time, use constants for ec2 instance states.
958 commit c8334e7ea0010dd0e86cacebccc9124110ce9ea2
959 Author: Gary Poster <gary@gary-ubuntu.(none)>
960 Date:   Mon Jan 26 15:20:20 2009 -0500
962     fix typo
964 commit 53e44cefbae4d5c71024db9624623c743c19a2f1
965 Author: Gary Poster <gary@gary-ubuntu.(none)>
966 Date:   Mon Jan 26 15:19:12 2009 -0500
968     make the test not rely on Python 2.5 (and my editor did some whitespace cleanup).
970 commit 67f08a4addae5c9f4fef38473e000b4d512328f0
971 Author: Gary Poster <gary@gary-ubuntu.(none)>
972 Date:   Mon Jan 26 14:51:43 2009 -0500
974     add mention of bzr_buildbot.py to PBChangeSource doc string.
976 commit 1754c3fdc5f412c94046aca1d9257d1a184432e0
977 Author: Marcus Lindblom <macke@yar.nu>
978 Date:   Mon Jan 26 13:38:18 2009 -0500
980     (fixes #418) correctly handle git versions that have hashes in them
982 commit 00bcee2a9899c6da06fbbe6de8d5b1ac3808dbe5
983 Author: Dustin J. Mitchell <dustin@zmanda.com>
984 Date:   Mon Jan 26 13:19:24 2009 -0500
986     remove unnecessary python-2.5 syntax
988 commit 3aed3fe9bdd73bf64b2c3e7dc3bed5f82d2ad28b
989 Author: Neil Hemingway <neil.hemingway@greyhavens.org.uk>
990 Date:   Mon Jan 26 09:45:45 2009 +0000
992     Resolve #368 - Enable IRC notification setup from the config file
993     
994     This patch allows the config file to specify which events the
995     IrcStatusBot will notify you about.  You can now have a notify_events
996     parameter to the constructor to IRC:
997     
998     c['status'].append(words.IRC(
999             host="somehost.test.com",
1000             nick="BobTheBuilder",
1001             channels=["#buildbot"],
1002         notify_events={
1003                 'exception': 1,
1004                 'successToFailure': 1,
1005                 'failureToSuccess': 1,
1006                 },
1007             ))
1009 commit 1252f2e13dde53c52d3b2df0af0669305dc6c222
1010 Author: Neil Hemingway <neil.hemingway@googlemail.com>
1011 Date:   Sat Jan 24 12:30:35 2009 +0000
1013     Add IRC notification on transitions between the other two result states
1014     
1015     Previously, we could only notify on transitions between success and failure.
1016     Warnings and exceptions were ignored.  No longer.
1017     Also the spelling of failed has gone back to failure (as that is what the
1018     state is called).  Dittoish for warnings.
1020 commit c7f45657516e304f0b15b8e9d1082f94ce42d0d0
1021 Author: Gary Poster <gary@gary-ubuntu.(none)>
1022 Date:   Mon Jan 26 10:02:34 2009 -0500
1024     remove a docstring reference to paramiko
1026 commit 71ab027cd57db4800c453eeb956a2b6212f2a7d0
1027 Author: Gary Poster <gary@gary-ubuntu.(none)>
1028 Date:   Mon Jan 26 09:58:53 2009 -0500
1030     remove XXX in favor of TODO
1032 commit f4e1ac528c1f620e65ff2820ebf447ce5ae4d719
1033 Author: Gary Poster <gary@gary-ubuntu.(none)>
1034 Date:   Mon Jan 26 09:12:52 2009 -0500
1036     remove dependency on paramiko.  It is not necessary ATM.
1038 commit ba4fddbdf0bcbe4946202cc4d46d5cad4188ed8f
1039 Author: Gary Poster <gary@gary-ubuntu.(none)>
1040 Date:   Sun Jan 25 16:10:45 2009 -0500
1042     tests and fixes for ec2 slave initialization
1044 commit 8aa0c9bb5f4e9a5879b686fa829ae3d8b0453be2
1045 Merge: 99240ad... 28b77b9...
1046 Author: Dustin J. Mitchell <dustin@zmanda.com>
1047 Date:   Sun Jan 25 14:22:57 2009 -0500
1049     Merge branch 'customMesg' of git://github.com/jgraff/buildbot
1051 commit 99240ada38677a143971fe390beb714c3017c20b
1052 Author: Dustin Sallings <dustin@spy.net>
1053 Date:   Sun Jan 25 10:47:57 2009 -0800
1055     git_buildbot should show the author, not the committer
1056     
1057     When I'm looking at my waterfall, I'd like to see the names of the
1058     people who wrote code, not just mine because I happened to have
1059     cherry-picked or am'd a bunch of changes.
1061 commit 28b77b98aec06d7816721e368ea58a5954d2f35d
1062 Author: gollum <gollum@staticfoo-2.local>
1063 Date:   Sat Jan 24 19:05:23 2009 -0800
1065     Added the ability to create custom messages in MailNotifier using the
1066     customMesg argument. A customMesg function can be used to solve issues:
1067     
1068     Documentation (MailNotifier section) and unit tests (test_status.py)
1069     were added for this feature.
1071 commit acfd9a07270adeeeb962687a013288609f0f8180
1072 Author: Gary Poster <gary@gary-ubuntu.(none)>
1073 Date:   Sat Jan 24 20:19:59 2009 -0500
1075     add a test of the separate key file
1077 commit 5510acaea5d1fdcd9b6683ec0b69279de9dd2cda
1078 Author: Gary Poster <gary@gary-ubuntu.(none)>
1079 Date:   Sat Jan 24 15:52:49 2009 -0500
1081     add initial tests for EC2 latent slave, with resulting fixes.
1083 commit 57d2aa1fc0a91083cced6970a98724f8278a3c60
1084 Merge: 61cef05... 901fb73...
1085 Author: Gary Poster <gary@gary-ubuntu.(none)>
1086 Date:   Fri Jan 23 21:07:09 2009 -0500
1088     Merge branch 'master' of git://github.com/djmitche/buildbot into latentslaves
1090 commit 61cef05037f26cd025391d8272b0321c1981e137
1091 Author: Gary Poster <gary@gary-ubuntu.(none)>
1092 Date:   Fri Jan 23 21:04:09 2009 -0500
1094     add status messages to latent slaves; handle error conditions more carefully; add features to ec2 implementation to be able to specify a set of slaves.  ec2 version still needs tests.
1096 commit 901fb739488ea5de5fded3acbd5cfcedf53480a0
1097 Merge: d8e0dda... ab61561...
1098 Author: Dustin J. Mitchell <dustin@zmanda.com>
1099 Date:   Fri Jan 23 11:54:08 2009 -0500
1101     Merge branch 'myfixes' of git://github.com/jgraff/buildbot
1103 commit d8e0dda3eec2840a9f37639aa0374904425756af
1104 Merge: 8bcf3d1... a735db8...
1105 Author: Dustin J. Mitchell <dustin@zmanda.com>
1106 Date:   Fri Jan 23 11:53:55 2009 -0500
1108     Merge branch 'issue_392' of git://github.com/jgraff/buildbot
1110 commit 8bcf3d1e40d38536eb75fc262482317fec0b085e
1111 Author: Dustin J. Mitchell <dustin@zmanda.com>
1112 Date:   Fri Jan 23 11:12:41 2009 -0500
1114     (fixes #190) add docs for using 'call' when running batch files
1116 commit 25db279eea689e34b400a925ad0c6bee0ee07639
1117 Merge: 36ea32f... 9c78973...
1118 Author: Dustin J. Mitchell <dustin@zmanda.com>
1119 Date:   Thu Jan 22 23:59:39 2009 -0500
1121     Merge branch 'bug187' of git://github.com/marcusl/buildbot
1123 commit 36ea32f4c2a9515037921f7a618ff5d00a6a6e3d
1124 Author: Chris AtLee <catlee@mozilla.com>
1125 Date:   Thu Jan 22 17:12:49 2009 -0500
1127     (refs #334) prioritize builds submitted first, and add a unit test to
1128     verify
1129     
1130     Signed-off-by: Dustin J. Mitchell <dustin@zmanda.com>
1132 commit a735db87befa0f5980623ab2131e38d1e5dd98c9
1133 Author: gollum <gollum@staticfoo-2.local>
1134 Date:   Thu Jan 22 14:23:04 2009 -0800
1136     Fix for #392. Triggered builders now inherit set_properties.
1138 commit ab61561c9bc98d69b64db2b3bdb5c05dce969264
1139 Author: gollum <gollum@staticfoo-2.local>
1140 Date:   Thu Jan 22 13:09:43 2009 -0800
1142     Fix for issue #127. The "got_revision" property in perforce is now set after a P4 source
1143     step. This fix consists of the patch in issue #229 (with cleanup) and adjustments to
1144     the p4 tests (test_vc.py). p4 tests now support newer versions of p4d and check the
1145     "got_revision" value via (has_got_revision = True)
1147 commit 2c6865d83e967ca135acd3810e08af2dfab727b3
1148 Author: Dustin Sallings <dustin@spy.net>
1149 Date:   Wed Jan 21 20:23:35 2009 -0800
1151     Look at the remote tracking branch in git for buildbot try.
1152     
1153     This allows us to try committed, but not pushed code.
1155 commit a079d84d4056dbf5ab3489cb7f2f8f0e20d91b87
1156 Author: Dustin Sallings <dustin@spy.net>
1157 Date:   Thu Jan 22 09:59:59 2009 -0800
1159     Try to reclobber on retry.
1160     
1161     On a failed git update in clobber mode, I was getting the following
1162     error on the second try:
1163     
1164     exceptions.OSError: [Errno 17] File exists: '/path/to/build'
1165     
1166     It seems that the clobber only occurs once, and any error that happens
1167     during the checkout should redo the clobber.
1169 commit 9c789732b84c631861189a337003d3d5fa776cb8
1170 Author: marcusl <macke@yar.nu>
1171 Date:   Thu Jan 22 19:27:14 2009 +0100
1173     Fix testCheckoutHTTP for Mercurial and MercurialInRepo, see #187
1174     
1175     Added extra callback at MercurialServerPP.processEnded()
1177 commit 1954bae871290df636b4a0b7936329ab506cecee
1178 Author: Axel Hecht <axel@pike.org>
1179 Date:   Thu Jan 22 19:10:47 2009 +0100
1181     (working on ticket #415) Make merging of buildrequests configurable, with code ready to only merge on matching source stamps, reasons, and properties
1183 commit 4ac626cbc44be973f2a2f7a606923d571159a696
1184 Author: Axel Hecht <axel@pike.org>
1185 Date:   Thu Jan 22 19:08:48 2009 +0100
1187     backout http://github.com/djmitche/buildbot/commit/86f5cab0fc5a4c4ef79886901bbe2913c63d6d55, that conflicts with what the tests intend to do, even though they hardly do it. Going back to previous behaviour and making this a configurable option
1189 commit 273cbd2866de94920ce15079749a2e0968134686
1190 Author: Gary Poster <gary@gary-ubuntu.(none)>
1191 Date:   Tue Jan 20 20:36:38 2009 -0500
1193     ignore generated doc files
1195 commit e863275f5142f178f28b5c5338c0ba083a4d03ca
1196 Author: Gary Poster <gary@gary-ubuntu.(none)>
1197 Date:   Tue Jan 20 20:33:18 2009 -0500
1199     merge from master
1201 commit 02a501b455721d9a991f8c605bfd066b15d54587
1202 Merge: 4473348... 32a0182...
1203 Author: Gary Poster <gary@gary-ubuntu.(none)>
1204 Date:   Tue Jan 20 16:59:41 2009 -0500
1206     Merge branch 'master' of git://github.com/djmitche/buildbot into latentslaves
1208 commit 4473348bb839b63d020ba407a0c8789349568c88
1209 Author: Gary Poster <gary@gary-ubuntu.(none)>
1210 Date:   Tue Jan 20 16:58:08 2009 -0500
1212     add docs for another example of a latent build slave subclass
1214 commit 8ed8e5e8421d1fd826a750a4347723d212093045
1215 Author: Axel Hecht <axel@pike.org>
1216 Date:   Tue Jan 20 16:17:35 2009 +0100
1218     (working on #26) compress logs after the fact with bz2, sporadic test failures in buildbot.test.test_slavecommand.ShellPTY.testInterrupt1 on twisted 2.5.0, no specific tests for mixing compressed and uncompressed logs
1220 commit 32a01826fbc560e431546f404c65a6a6389d1d57
1221 Author: Marc-Antoine Ruel <maruel@chromium.org>
1222 Date:   Sun Jan 18 21:04:21 2009 -0500
1224     (fixes #405) Permit mixed mode user names/email addresses for buildbot.status.mail.Domain
1226 commit e75b4e1eaf905992f136033cd4523b0e45bd9c38
1227 Author: Dustin J. Mitchell <dustin@zmanda.com>
1228 Date:   Sun Jan 18 20:55:56 2009 -0500
1230     (refs #411) convert messages to ASCII, stripping unrepresentable characters, when sending to IRC
1232 commit 35857686646c6ca66759ee32574447b52b52c31e
1233 Author: Dustin J. Mitchell <dustin@zmanda.com>
1234 Date:   Sun Jan 18 20:49:52 2009 -0500
1236     (fixes #413) don't suggest automatically purging BASEDIR/public_html
1238 commit 0ba158a65ce98783b31fe663886d3fb5e6cc6143
1239 Author: Chris AtLee <catlee@mozilla.com>
1240 Date:   Sun Jan 18 20:33:49 2009 -0500
1242     (fixes #416) sort buildslave in web display
1244 commit 762902ceced304ac97feda93600ad1dbed894436
1245 Author: Marcus Lindblom <macke@yar.nu>
1246 Date:   Sun Jan 18 14:11:16 2009 -0500
1248     (fixes #250) use 'tail -f' instead of 'tail -F'
1250 commit 261f0d79498f75fae57b87099463500e084d4994
1251 Author: Thijs Triemstra <info@collab.nl>
1252 Date:   Sun Jan 18 14:08:02 2009 -0500
1254     (fixes #280) use convertTime in IRC conversations
1256 commit 06ce8e7e79b2ffa1a301ac45c7155899d6a0e6da
1257 Author: Dustin J. Mitchell <dustin@zmanda.com>
1258 Date:   Sat Jan 17 20:54:32 2009 -0500
1260     (refs #35) fix up re-parenting of dependent schedulers to not depend on sched.running (fixes broken unit tests)
1262 commit 7ee5afcb94e506e2e38173945ccb6e7dcc8d695d
1263 Merge: 799dc13... 8881c3f...
1264 Author: Dustin J. Mitchell <dustin@zmanda.com>
1265 Date:   Sat Jan 17 19:52:29 2009 -0500
1267     Merge branch 'bug35' of git://github.com/Pike/buildbot
1269 commit 799dc135357b3cea8abb0756ca9881a7ac2bc240
1270 Merge: 7c2ee0b... ebb7c93...
1271 Author: Dustin J. Mitchell <dustin@zmanda.com>
1272 Date:   Sat Jan 17 15:19:51 2009 -0500
1274     Merge branch 'master' of git://github.com/rbosetti/buildbot
1276 commit ebb7c938a871e48289ff2b853de2eb9134e43acc
1277 Author: rlb <rbosetti+gh@gmail.com>
1278 Date:   Sat Jan 17 11:40:35 2009 -0800
1280     Reverted some changes for backwards compatibilty.
1281     
1282      * XML-RPC methods attempt to return '' instead of None
1283      * New Trac plugin added to contrib/
1284        * Adds builds to the Timeline
1285        * Extends Etienne's summary
1286        * Uses XML-RPC to allow for private BuildBot masters
1288 commit 7c2ee0b490e602a7c5518e14456829612f952b5b
1289 Author: Neil Hemingway <neil.hemingway@googlemail.com>
1290 Date:   Sat Jan 17 19:18:29 2009 +0000
1292     Resolve #381.  Standardize on successToFailed and failedToSuccess
1294 commit 0a5194f1af8911d4c9c4dcccb7d6d9fadb6a5e0a
1295 Author: Neil Hemingway <neil.hemingway@googlemail.com>
1296 Date:   Sat Jan 17 17:02:26 2009 +0000
1298     buildbot needs to be executable
1300 commit b65abd888cefe6ce4a4009bb876de9d480e669b3
1301 Author: Gary Poster <gary@gary-ubuntu.(none)>
1302 Date:   Fri Jan 16 16:23:58 2009 -0500
1304     fix code to work with existing tests, and add tests and fixes for the latent slaves.
1306 commit 8881c3f174927e5d1c349d1be481c98ba64b793c
1307 Author: Axel Hecht <axel@pike.org>
1308 Date:   Fri Jan 16 17:51:00 2009 +0100
1310     (fixes #35) add IDownstreamScheduler to mark up schedulers that need to learn about other schedulers starting or stopping during reconfig. Use that to make Dependent scheduler robust on reconfigs
1312 commit b1a49d8e3591b3f94e70cf0b2b0ad169598bc4fc
1313 Merge: e81b4e0... a6b3d23...
1314 Author: Dustin J. Mitchell <dustin@zmanda.com>
1315 Date:   Fri Jan 16 11:12:21 2009 -0500
1317     Merge branch 'bug108' of git://github.com/Pike/buildbot
1319 commit 932d76060852bce9900bf3d1d7cc239c2fd04e8e
1320 Author: Axel Hecht <axel@pike.org>
1321 Date:   Fri Jan 16 16:41:58 2009 +0100
1323     testcase for #35, dependent schedulers lost on reconfig; reconfigure without changes, when changing upstream, and when changing dependent
1325 commit c2e84cb080eb310151cb6a5b942a5619ff947fb6
1326 Author: Axel Hecht <axel@pike.org>
1327 Date:   Fri Jan 16 16:40:23 2009 +0100
1329     fixing silly bugs when comparing schedulers, add logging to see them get changed on reconfig in the log
1331 commit e81b4e0f0aec5e1c432279196ab335b7c2cc6adc
1332 Author: Neil Hemingway <neil.hemingway@greyhavens.org.uk>
1333 Date:   Fri Jan 16 13:59:15 2009 +0000
1335     Resolve #378 and #384
1336     
1337     Watched builds use watchedBuildFinished wheras notified ones use
1338     buildFinished.
1339     
1340     Signed-off-by: Dustin J. Mitchell <dustin@zmanda.com>
1342 commit a6b3d232b6aa9222bf877b8414c1affa909ae6f5
1343 Author: Axel Hecht <axel@pike.org>
1344 Date:   Fri Jan 16 13:55:56 2009 +0100
1346     follow up for #108, skip the test if buildbot script can't be found
1348 commit e070b9a918d00c53697bae0d21edb3faa48cfc96
1349 Author: Chris AtLee <catlee@mozilla.com>
1350 Date:   Thu Jan 15 22:41:19 2009 -0500
1352     (fixes #334) Prioritize build requests based on the time they were submitted
1354 commit 5f5d928d1881d88e1adf41367980d5e3e89aec8c
1355 Author: Chris AtLee <catlee@mozilla.com>
1356 Date:   Thu Jan 15 16:07:43 2009 -0500
1358     (refs #414) docs for alwaysRun flag
1360 commit 1f0a149b067a67b44b8a7f9954d480ba48012ef9
1361 Author: Chris AtLee <catlee@mozilla.com>
1362 Date:   Thu Jan 15 16:06:47 2009 -0500
1364     (refs #414) implement alwaysRun flag
1366 commit c56935133ac342cda66d9e65f12c4eda3ed729e8
1367 Author: Dustin J. Mitchell <dustin@zmanda.com>
1368 Date:   Thu Jan 15 16:03:55 2009 -0500
1370     don't create the 'owners' property unless it has some values
1372 commit 138fb858b6172782e9e148a39b4350061ca75e61
1373 Merge: 86f5cab... 2143ddf...
1374 Author: Dustin J. Mitchell <dustin@zmanda.com>
1375 Date:   Thu Jan 15 15:15:00 2009 -0500
1377     Merge branch 'buildowners2' of git://github.com/nobrowser/buildbot
1379 commit 2143ddf36cd0f68180e8594ba8ef046a9a5f0ea2
1380 Author: Ian Zimmerman <itz@dell-itz.office.sproutsys.com>
1381 Date:   Thu Jan 15 11:51:24 2009 -0800
1383     BuildRequest is created with optional Properties.  Make one
1384     of these, 'owner', collected by the resultant Build and
1385     added to the set of *interested users* to which status
1386     notifications will be sent, depending on the configuration for each
1387     status object.
1389 commit 0a9ca9decf6c513f72e1f11dc5661a59030782d2
1390 Author: Gary Poster <gary@gary-ubuntu.(none)>
1391 Date:   Thu Jan 15 08:56:33 2009 -0500
1393     initial working sketch
1395 commit 68803aa6338097c3c48a52ee0125eaeab3c3c4eb
1396 Merge: 45ae4ba... 8aa4bde...
1397 Author: rlb <rbosetti+gh@gmail.com>
1398 Date:   Thu Jan 15 03:26:13 2009 -0800
1400     Merge branch 'master' of git://github.com/nobrowser/buildbot
1402 commit 86f5cab0fc5a4c4ef79886901bbe2913c63d6d55
1403 Author: Ian Zimmerman <itz@dell-itz.office.sproutsys.com>
1404 Date:   Wed Jan 14 16:19:28 2009 -0800
1406     We have schedulers that schedule repeated builds of the same source,
1407     triggered by a maildir mechanism similar to Try_Jobdir.
1408     For that to work, this patch must be in place or all the requests
1409     will be merged.
1411 commit 45ae4ba5646ad8aac09247f9cebc7be3583f448e
1412 Author: rbosetti <randall@alyosha.(none)>
1413 Date:   Mon Jan 12 19:41:16 2009 -0800
1415     Modified xmlrpc_getBuild to return '' instead of None.
1416     
1417     None is not serializable, apparently
1419 commit 8aa4bde9dc1f9dedc264c433c1d6b5aae820e3a8
1420 Author: Dustin J. Mitchell <dustin@zmanda.com>
1421 Date:   Mon Jan 12 16:33:19 2009 -0500
1423     (refs #110) add /buildslave/$slavename to web status
1425 commit 26fb369dbab279e9a76237781b58b9f9dccd845e
1426 Merge: 5b95b97... 4a18471...
1427 Author: Dustin J. Mitchell <dustin@zmanda.com>
1428 Date:   Mon Jan 12 11:48:07 2009 -0500
1430     Merge branch 'bug108' of git://github.com/Pike/buildbot
1432 commit 4a18471b24cfdd0a8323624c4eee43101f9f6fd3
1433 Author: Axel Hecht <axel@pike.org>
1434 Date:   Mon Jan 12 16:36:38 2009 +0100
1436     address Dustin's review comment, make new parameters variables in the .tac files (re #108)
1438 commit 803a610b08f81c8d15c4d91b689396950caeb81b
1439 Author: Randall Bosetti <randall@alyosha.(none)>
1440 Date:   Mon Jan 12 03:31:41 2009 -0800
1442     modified the xmlrpc getBuild(...) call to return the branch, revision, and build number
1444 commit 5b95b97adf714c152c04d3a711f366c7326e4ff1
1445 Merge: 7c8ea99... 2eaafd5...
1446 Author: Dustin J. Mitchell <dustin@zmanda.com>
1447 Date:   Wed Jan 7 18:04:36 2009 -0500
1449     Merge branch 'badtests'
1451 commit 2eaafd591a4df5ceed5b7451861f9b844ab25a82
1452 Author: Dustin J. Mitchell <dustin@zmanda.com>
1453 Date:   Wed Jan 7 18:04:26 2009 -0500
1455     (refs #402) fix tests to correspond
1457 commit 7c8ea9996df12d58111f8fc372fb60f327059d44
1458 Merge: a3c7af3... 0da7664...
1459 Author: Dustin J. Mitchell <dustin@zmanda.com>
1460 Date:   Wed Jan 7 11:12:25 2009 -0500
1462     Merge branch 'bzr' of git://github.com/garyposter/buildbot
1464 commit 0da76648effcfbf8e82100b349871b992f02216e
1465 Author: Gary Poster <gary@gary-ubuntu.(none)>
1466 Date:   Tue Jan 6 23:15:12 2009 -0500
1468     initial additions of bzr hooks and poller.
1470 commit a3c7af35410d2ed4aa4a238f653ebf51197f7760
1471 Author: Brian Warner <warner-buildbot@lothar.com>
1472 Date:   Tue Jan 6 11:49:18 2009 -0500
1474     (closes #347) I removed the append ("no test results") call because a lot of installations use the Test step without a test parser, and "no test results" is not really adding a lot of information.
1476 commit a756ff37f07227f986e7f7a78a6ea976dab92172
1477 Author: Axel Hecht <axel@pike.org>
1478 Date:   Mon Jan 5 19:50:13 2009 +0100
1480     add support for twisted 8.2.0's log limits to both create-master and create-slave, includes test for master side and some documentation markup fixes (fixes #108)
1482 commit c88c9fbf79555ad46617cba07e85f37f5e1be753
1483 Author: Dustin J. Mitchell <dustin@zmanda.com>
1484 Date:   Thu Jan 1 14:48:32 2009 -0500
1486     add buildbot.egg-info to .gitignore
1488 commit 95811cca698a64382eb99c4c7866b6f043b486e9
1489 Merge: 688ada7... 531cdd7...
1490 Author: Dustin J. Mitchell <dustin@zmanda.com>
1491 Date:   Thu Jan 1 14:47:27 2009 -0500
1493     Merge branch 'master' of git://github.com/ashcrow/buildbot
1495 commit 688ada73888c526ede24f7482fb8a0150fb4835b
1496 Author: Mark A. Grondona <mgrondona@llnl.gov>
1497 Date:   Thu Jan 1 14:44:28 2009 -0500
1499     The scheduler properties should be copied to the "branch" scheduler
1500     instance in AnyBranchScheduler->addChange()
1501     
1502     Signed-off-by: Dustin J. Mitchell <dustin@zmanda.com>
1504 commit c223f877090fe41f9c300b3f9e24949a2316697b
1505 Author: Dustin J. Mitchell <dustin@zmanda.com>
1506 Date:   Thu Jan 1 14:37:35 2009 -0500
1508     failing test case replicating bug discovered by Mark A. Grondona <mgrondona@llnl.gov>, with fix
1510 commit 37c24a94a3f2d7151ffa3f8504190ce682305c83
1511 Author: Dustin J. Mitchell <dustin@zmanda.com>
1512 Date:   Thu Jan 1 12:27:46 2009 -0500
1514     (refs #402) sort changed files for easier display
1516 commit 226d12fcdb5f0cace71f481fa06d0544be7121ff
1517 Author: Marcus Lindblom <macke@yar.nu>
1518 Date:   Thu Jan 1 11:42:15 2009 -0500
1520     (closes #401) contrib/windowsbuildbot.bat that is python-version agnostic
1522 commit 9a4feaf985d37d55f1b9bba0a6d21337bf63bf9b
1523 Author: marcusl <macke@yar.nu>
1524 Date:   Thu Jan 1 14:15:00 2009 +0100
1526     Allow spaces in vcexe path (fixes #398)
1528 commit b5c072c66c311589ea08c948b7d93fb9e8647755
1529 Author: marcusl <macke@yar.nu>
1530 Date:   Thu Jan 1 13:43:07 2009 +0100
1532     Remove accidentally left comment from cleanup step in MercurialInRepo test
1534 commit 1023a7e60f67c103dd96072852b83863936a634b
1535 Author: marcusl <macke@yar.nu>
1536 Date:   Thu Jan 1 13:32:35 2009 +0100
1538     Add MercurialInRepo-branch support + testcase (fixes #187) and support spaces in vcexe-path (fixes #398)
1540 commit 531cdd76f8b9a18514bc0493c7dfe351cd3f8bac
1541 Author: Steve 'Ashcrow' Milner <smilner+buildbot@redhat.com>
1542 Date:   Wed Dec 31 17:51:59 2008 -0500
1544     created a simple contrib script called generate_changelog.py to help in generating changelog entries.
1546 commit f2338d4a2c12bfba965d921374f65d121f7949fd
1547 Author: Steve 'Ashcrow' Milner <smilner+buildbot@redhat.com>
1548 Date:   Wed Dec 31 17:14:12 2008 -0500
1550     made setup,py executable by default
1552 commit f5067523dfae9c7cdefc828721ec593ac7be62db
1553 Author: Steve 'Ashcrow' Milner <smilner+buildbot@redhat.com>
1554 Date:   Wed Dec 31 17:08:52 2008 -0500
1556     Updated CREDITS matching it against git log --pretty="format:%an" | sort | uniq
1558 commit 13e65d4cf521c087166056ecf4ed06828fb6e718
1559 Author: Steve 'Ashcrow' Milner <smilner+buildbot@redhat.com>
1560 Date:   Wed Dec 31 16:59:00 2008 -0500
1562     added a .gitignore to avoid checkin of commonly generated files
1564 commit 43af8ef199bdb30c0a786e3ae88f7bfee0051a4d
1565 Author: Steve "Ashcrow" Milner <smilner@redhat.com>
1566 Date:   Wed Dec 31 16:08:23 2008 -0500
1568     Align contrib/*.py to PEP8
1570 commit 436bc550968c8bb69a75f69e9e8f75c698c8ba65
1571 Author: Dustin J. Mitchell <dustin@zmanda.com>
1572 Date:   Wed Dec 31 13:14:30 2008 -0500
1574     (trivial) fix buildbot.test.test_status.testMail
1576 commit 4f3a0905bfbc0b2b8f2b672078266648b37befca
1577 Author: Dustin J. Mitchell <dustin@zmanda.com>
1578 Date:   Wed Dec 31 13:12:24 2008 -0500
1580     (refs #178) fix tests to correspond to Chad's changes
1582 commit ba76ffcc532110e6d41856e3c6ce77786b3200c7
1583 Merge: a6f799c... 947a6a3...
1584 Author: Dustin J. Mitchell <dustin@zmanda.com>
1585 Date:   Wed Dec 31 12:51:23 2008 -0500
1587     Merge branch 'bug410' of git://github.com/Pike/buildbot
1589 commit a6f799c5eda000c5ceaf04f8a4daf00f4ca7eb0d
1590 Merge: 50312db... 3ad2fb9...
1591 Author: Dustin J. Mitchell <dustin@zmanda.com>
1592 Date:   Wed Dec 31 12:47:26 2008 -0500
1594     Merge branch 'bug409' of git://github.com/Pike/buildbot
1596 commit 50312db3d30c23dfaba276e487ac6754e8d35081
1597 Merge: a949400... fabc4c6...
1598 Author: Dustin J. Mitchell <dustin@zmanda.com>
1599 Date:   Wed Dec 31 12:39:19 2008 -0500
1601     Merge branch 'minorfixes' of git://github.com/metcalfc/buildbot into metcalfc/minorfixes
1603 commit 947a6a3ffb74a1df479fe7437fa06f252f1825c7
1604 Author: Axel Hecht <axel@pike.org>
1605 Date:   Wed Dec 31 16:42:43 2008 +0100
1607     Add hooks for StepStatus.text and test2 to IStatusReceiver and test that they're called (fixed #410)
1609 commit 3ad2fb926a649accce9ce369dd733b7d5a49da51
1610 Author: Axel Hecht <axel@pike.org>
1611 Date:   Wed Dec 31 15:28:21 2008 +0100
1613     follow up fix, add comment to parser subclass
1615 commit f3b4f43b8a03937ec2103084abf02652a9ce7fab
1616 Author: Axel Hecht <axel@pike.org>
1617 Date:   Wed Dec 31 14:59:40 2008 +0100
1619     Don't display non-std channels in logfiles (fixed #409)
1621 commit fabc4c6c70928ce18d80ecb66717cdd59e4278aa
1622 Author: Chad Metcalf <cmetcalf@archrock.com>
1623 Date:   Tue Dec 30 15:17:57 2008 -0800
1625     Handle an odd email from git
1627 commit f633bf556791f3774916af3fd17c322b0e711ede
1628 Author: Chad Metcalf <cmetcalf@archrock.com>
1629 Date:   Tue Dec 30 15:15:10 2008 -0800
1631     (implements #178): extraRecipients in CC not TO
1633 commit fe78fa182ebe0b9c4bf04265fc1ae50c36e0d406
1634 Author: Chad Metcalf <cmetcalf@archrock.com>
1635 Date:   Tue Dec 30 15:03:30 2008 -0800
1637     (addresses #373) Validate emails
1639 commit 97240c6cdd527f5414e98336274e0652368cce3b
1640 Author: Chad Metcalf <cmetcalf@archrock.com>
1641 Date:   Tue Dec 30 14:56:37 2008 -0800
1643     (addresses: #255) rm commands can't use usePTY
1644     
1645     Just fixes one instance of the problem as discussed in http://buildbot.net/trac/ticket/255
1647 commit a9494007ed2f225b81d3054ebf45cc781fb4878d
1648 Merge: 6c36579... 529740e...
1649 Author: Dustin J. Mitchell <dustin@zmanda.com>
1650 Date:   Tue Dec 30 17:32:59 2008 -0500
1652     Merge branch 'bug181'
1654 commit 6c36579a63b58bc986ec56e0272362038be08112
1655 Author: Dustin Sallings <dustin@spy.net>
1656 Date:   Wed Nov 19 04:56:38 2008 +0800
1658     Get rid of git- commands in git_buildbot.
1659     
1660     Signed-off-by: Dustin J. Mitchell <dustin@zmanda.com>
1662 commit ac70a83fa05c2b1b31dd9411ffc28876fb9e9f20
1663 Author: Dustin Sallings <dustin@spy.net>
1664 Date:   Sat Apr 19 08:40:20 2008 +0800
1666     Send merge changes from git.
1667     
1668     Signed-off-by: Dustin J. Mitchell <dustin@zmanda.com>
1670 commit 1a1fa349572b9d4bbb2e4b147138bed9691fbf57
1671 Merge: b2632e1... b9f17e3...
1672 Author: Dustin J. Mitchell <dustin@zmanda.com>
1673 Date:   Tue Dec 30 16:42:26 2008 -0500
1675     Merge commit 'github/dustin-changes' into dustin
1677 commit b9f17e310430d9841c58be76b2f252ed7a92da47
1678 Author: Dustin Sallings <dustin@spy.net>
1679 Date:   Wed Nov 19 04:56:38 2008 +0800
1681     Get rid of git- commands in git_buildbot.
1682     
1683     Signed-off-by: Dustin J. Mitchell <dustin@zmanda.com>
1685 commit 7898e903f36b39b9ea20abcfbcaf367e41237476
1686 Author: Dustin Sallings <dustin@spy.net>
1687 Date:   Sat Apr 19 08:40:20 2008 +0800
1689     Send merge changes from git.
1690     
1691     Signed-off-by: Dustin J. Mitchell <dustin@zmanda.com>
1693 commit 529740e0cb4d8641317397f550fa6cf94f869f90
1694 Author: Dustin J. Mitchell <dustin@v.igoro.us>
1695 Date:   Wed Dec 31 04:32:45 2008 +0800
1697     from paulegan's patch on bug 181
1698     
1699     Signed-off-by: Dustin J. Mitchell <dustin@cs.uchicago.edu>
1701 commit b2632e170180e071db77b5d82abb4bfbaa7a77f6
1702 Author: Dustin J. Mitchell <dustin@zmanda.com>
1703 Date:   Tue Dec 30 16:02:42 2008 -0500
1705     Revert "(fixes #277) fix mercurial checkouts with a revision"
1706     This reverts commit a9306037e46335ff9c097c5187c0dfb1053c1fa9.
1708 commit 0c76275c417d5e684ba16211fa25c151bc0c1ade
1709 Author: Dustin J. Mitchell <dustin@v.igoro.us>
1710 Date:   Wed Dec 31 04:32:45 2008 +0800
1712     from paulegan's patch on bug 181
1713     
1714     Signed-off-by: Dustin J. Mitchell <dustin@cs.uchicago.edu>
1716 commit a9306037e46335ff9c097c5187c0dfb1053c1fa9
1717 Author: Ben Hearsum <bhearsum@mozilla.com>
1718 Date:   Mon Dec 29 00:32:31 2008 -0500
1720     (fixes #277) fix mercurial checkouts with a revision
1721     (patch fixed by Benjamin Smedberg <bsmedberg@mozilla.com>)
1723 commit fb9fecdf30ea10116a5f73257edff0bbe1c6e0cb
1724 Author: Igor Slepchin <igor@roundbox.com>
1725 Date:   Mon Dec 29 00:12:41 2008 -0500
1727     (refs #315) remove unnecessary loop in MailNotifier
1729 commit 98a9a7e8b0035253ff4d1a7c5f96352ccf10de50
1730 Author: Dustin J. Mitchell <dustin@zmanda.com>
1731 Date:   Sat Aug 30 18:16:54 2008 -0400
1733     (close #179) artificially set $PWD correctly in child environment
1735 commit 9be879f9b48189effc2ee3e956fd9448182e0af0
1736 Author: Steve "Ashcrow" Milner <smilner@redhat.com>
1737 Date:   Mon Dec 29 00:02:58 2008 -0500
1739     (closes #154) allowing for more control over the site object by
1740     providing an optional site argument. This allows a person to define
1741     their own site object and pass it in rather than using the default one.
1743 commit 4aa4a65aedf3c9269dd59abe2919710c3c36eb57
1744 Author: Marcus Lindblom <macke@yar.nu>
1745 Date:   Sun Dec 28 23:57:27 2008 -0500
1747     (refs #186) Non-throwing key-in-dict checks for Mercurial + use
1748     'default' as branch if none set
1750 commit dbf2790433efc82838944a65fd741ed01b8913ac
1751 Author: Dustin Sallings <dustin@spy.net>
1752 Date:   Sun Dec 28 23:55:08 2008 -0500
1754     (refs #186) Mercurial:  Separate clone and update to ensure we end up
1755     with the correct revision.
1757 commit a1ea47119b805ab8a681567b3fe8bb7d1639d50b
1758 Author: Dustin J. Mitchell <dustin@zmanda.com>
1759 Date:   Sun Dec 28 22:47:49 2008 -0500
1761     (closes #317) add a factory.addSteps([..]) method
1763 commit 2c22a9d47fc54444e4757de1cc610c09f820092c
1764 Author: Neil Hemingway <neil.hemingway@googlemail.com>
1765 Date:   Fri Sep 26 20:35:28 2008 +0100
1767     Refs #346; Pick up the correct total number of tests run
1768     
1769     The "Tests: 999" part of the line reporting the results for each failing
1770     test is the number of tests run *by that test*, it is not the total
1771     number of tests run by the entire test run.  *That* is reported by the
1772     line immediately before the PASS|FAIL line
1774 commit 7438ebd891bff32b500d70f8f92b7720cfe4877a
1775 Author: Neil Hemingway <neil.hemingway@googlemail.com>
1776 Date:   Wed Sep 24 22:38:27 2008 +0100
1778     and tests for #330 and #357
1779     
1780     this also highlighted that typos aren't going away any time soon
1782 commit 6cc47c1f179a740091c4f0b9058e2a88f3707d06
1783 Author: Neil Hemingway <neil.hemingway@googlemail.com>
1784 Date:   Wed Sep 24 21:23:55 2008 +0100
1786     Resolve #330 and #357 (both trivial changes to the IRC bot)
1788 commit 9ac9609420e013fd96bee2a1f9651799b7abfbc8
1789 Author: Neil Hemingway <neil.hemingway@googlemail.com>
1790 Date:   Thu Sep 18 13:30:24 2008 +0100
1792     Resolve #346
1793     
1794     Look for output matching the latest version of Test::Harness.  Failing
1795     that assume the older version.  Either way, try to pick out the relevant
1796     values.
1798 commit 8c7a1cc7d28a45be84e3ed27203d085898444977
1799 Author: Steve "Ashcrow" Milner <smilner@redhat.com>
1800 Date:   Sun Dec 28 21:44:35 2008 -0500
1802     (closes #370) Update setup.py to follow pep8
1804 commit e952c40d2b916e71b1a497d3902bdd1faae6438a
1805 Author: A. T. Hofkamp <a.t.hofkamp@tue.nl>
1806 Date:   Sat Dec 6 17:44:18 2008 -0500
1808     (fixes #313) update documentation for locks
1810 commit fa908fee3f8ceac913646f4133321db998ef27e1
1811 Author: Ben Hearsum <bhearsum@mozilla.com>
1812 Date:   Sat Dec 6 17:54:01 2008 -0500
1814     (closes #100) add ability to specify environment variables at the builder level