Changes between Version 2 and Version 3 of Development
- Timestamp:
- 12/30/08 21:33:03 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development
v2 v3 3 3 http://github.com/djmitche/buildbot 4 4 There are a few important branches here: 5 * ''brian'' contains the patches accepted by Brian 5 * ''brian'' contains the patches accepted by Brian; this is the "official" version of Buildbot. 6 6 * ''master'' contains the latest patches accepted by Dustin, and tends to run a bit ahead of ''brian''. This is a development branch, and serves as an incubator for new patches, but sometimes contains code that's not quite ready for release. 7 7 * ''one-oh'' contains the latest work on BuildbotOneOh, the next generation of buildbot. 8 8 9 If you're not a git whiz, you can download a tarball of this repository by clicking the "Download" link on the github page.9 If you're not a git whiz, you can download a tarball of this repository by clicking the "Download" link on the !GitHub page. 10 10 11 11 Note that the Arch, Darcs, and CVS versions of the source are deprecated and no longer updated. 12 12 13 === Participating === 14 * To submit patches, please open a ticket describing the issue on the issue tracker and include your patch as an attachment. 13 = Develop a Patch = 14 The best way to submit patches to Buildbot is using !GitHub's forking mechanism. For details, see SubmittingPatches. 15 16 = Misc = 15 17 * You can also join the [http://lists.sourceforge.net/lists/listinfo/buildbot-commits buildbot-commits mailing list] to be notified about changes in CVS. 16 * There is a brief [/trac/roadmap roadmap] listing goals for the next few releases.17 18 * FutureIdeas has some random thoughts on things that might make the Buildbot better. 18 * placeholder pages for WritingBuildSteps and WritingStatusPlugins are here 19 * The "meta buildbot" (buildbot testing buildbot) is at http://buildbot.buildbot.net/. 19 * the MetaBuildbot tests Buildbot itself. 20 20 21 == = Future ===21 == Future == 22 22 The beginning sketches of what may become Buildbot-1.0 are at BuildbotOneOh. 23 23
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)