Changes between Version 2 and Version 3 of Development


Ignore:
Timestamp:
12/30/08 21:33:03 (4 years ago)
Author:
dustin
Comment:

more detail

Legend:

Unmodified
Added
Removed
Modified
  • Development

    v2 v3  
    33 http://github.com/djmitche/buildbot 
    44There 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. 
    66 * ''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. 
    77 * ''one-oh'' contains the latest work on BuildbotOneOh, the next generation of buildbot. 
    88 
    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. 
     9If you're not a git whiz, you can download a tarball of this repository by clicking the "Download" link on the !GitHub page. 
    1010 
    1111Note that the Arch, Darcs, and CVS versions of the source are deprecated and no longer updated. 
    1212 
    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 = 
     14The best way to submit patches to Buildbot is using !GitHub's forking mechanism.  For details, see SubmittingPatches. 
     15 
     16= Misc = 
    1517 * 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. 
    1718 * 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. 
    2020 
    21 === Future === 
     21== Future == 
    2222The beginning sketches of what may become Buildbot-1.0 are at BuildbotOneOh. 
    2323