Branch: refs/heads/master
Home:   http://github.com/djmitche/buildbot

Commit: bc571c8c9046d322d0dd04d3ef5fbd0917b885df
    
http://github.com/djmitche/buildbot/commit/bc571c8c9046d322d0dd04d3ef5fbd0917b885df
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-02-14 (Sun, 14 Feb 2010)

Changed paths:
  M .gitignore
  M docs/Makefile
  M docs/buildbot.texinfo
  A docs/buildprocess.texinfo
  A docs/changesources.texinfo
  A docs/cmdline.texinfo
  A docs/concepts.texinfo
  A docs/configuration.texinfo
  A docs/installation.texinfo
  A docs/introduction.texinfo
  A docs/resources.texinfo
  A docs/status.texinfo
  A docs/version.py

Log Message:
-----------
split documentation into per-chapter files


Commit: fac0e586b6eecb46f90e2c74dad14f2ff4a5eb6d
    
http://github.com/djmitche/buildbot/commit/fac0e586b6eecb46f90e2c74dad14f2ff4a5eb6d
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-02-14 (Sun, 14 Feb 2010)

Changed paths:
  M docs/buildbot.texinfo

Log Message:
-----------
add pointer to API docs


Commit: 41b9ffa07b0d0663eca7a508c8fcf2cb4b57ee02
    
http://github.com/djmitche/buildbot/commit/41b9ffa07b0d0663eca7a508c8fcf2cb4b57ee02
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-02-14 (Sun, 14 Feb 2010)

Changed paths:
  M .gitignore
  M docs/Makefile

Log Message:
-----------
Support building docs in both split and full HTML


Commit: c887205a20b33054a15786386a1eedc257c6c424
    
http://github.com/djmitche/buildbot/commit/c887205a20b33054a15786386a1eedc257c6c424
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-02-14 (Sun, 14 Feb 2010)

Changed paths:
  M docs/buildbot.texinfo
  A docs/cfg-changesources.texinfo
  R docs/changesources.texinfo
  M docs/concepts.texinfo
  M docs/configuration.texinfo

Log Message:
-----------
move 'Change Sources' under 'Configuration'


Commit: b1f890eedf0afa3e3a4697fa1c4bce768f43e4fd
    
http://github.com/djmitche/buildbot/commit/b1f890eedf0afa3e3a4697fa1c4bce768f43e4fd
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-02-14 (Sun, 14 Feb 2010)

Changed paths:
  M docs/cfg-changesources.texinfo
  A docs/cfg-global.texinfo
  A docs/cfg-projdef.texinfo
  A docs/cfg-schedulers.texinfo
  M docs/configuration.texinfo

Log Message:
-----------
break out 'Schedulers' section, add indices for each section


Commit: abb32cfff604870a4ea70b3bf87e50418ffdcc52
    
http://github.com/djmitche/buildbot/commit/abb32cfff604870a4ea70b3bf87e50418ffdcc52
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-02-15 (Mon, 15 Feb 2010)

Changed paths:
  M docs/cfg-global.texinfo
  R docs/cfg-projdef.texinfo
  M docs/configuration.texinfo

Log Message:
-----------
WIP - look for comment to see where I was


Commit: 06e2b0eee14c021a0fa349db5158a1de739f44e2
    
http://github.com/djmitche/buildbot/commit/06e2b0eee14c021a0fa349db5158a1de739f44e2
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-02-15 (Mon, 15 Feb 2010)

Changed paths:
  M .gitignore
  M docs/Makefile
  M docs/buildbot.texinfo
  A docs/buildprocess.texinfo
  A docs/cfg-changesources.texinfo
  A docs/cfg-global.texinfo
  A docs/cfg-schedulers.texinfo
  A docs/cmdline.texinfo
  A docs/concepts.texinfo
  A docs/configuration.texinfo
  A docs/installation.texinfo
  A docs/introduction.texinfo
  A docs/resources.texinfo
  A docs/status.texinfo
  A docs/version.py

Log Message:
-----------
Merge branch 'movedocs'

* movedocs:
  WIP - look for comment to see where I was
  break out 'Schedulers' section, add indices for each section
  move 'Change Sources' under 'Configuration'
  Support building docs in both split and full HTML
  add pointer to API docs
  split documentation into per-chapter files


Commit: c79f09bf30da4fe8c006087217a48cc8d7f9cae9
    
http://github.com/djmitche/buildbot/commit/c79f09bf30da4fe8c006087217a48cc8d7f9cae9
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-02-15 (Mon, 15 Feb 2010)

Changed paths:
  M buildbot/status/builder.py

Log Message:
-----------
check for notification methods before calling them


Commit: 60873ec18fb790c0ad56c4a8a31afad7ef33eb75
    
http://github.com/djmitche/buildbot/commit/60873ec18fb790c0ad56c4a8a31afad7ef33eb75
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-02-15 (Mon, 15 Feb 2010)

Changed paths:
  M buildbot/process/subunitlogobserver.py
  A buildbot/steps/subunit.py
  M docs/buildbot.texinfo
  R docs/buildprocess.texinfo
  A docs/cfg-builders.texinfo
  A docs/cfg-buildfactories.texinfo
  A docs/cfg-buildslaves.texinfo
  A docs/cfg-buildsteps.texinfo
  M docs/cfg-global.texinfo
  A docs/cfg-interlocks.texinfo
  A docs/cfg-statustargets.texinfo
  M docs/cmdline.texinfo
  M docs/configuration.texinfo
  M docs/introduction.texinfo
  R docs/status.texinfo

Log Message:
-----------
Finish moving docs around

This splits the docs into the following chapters:
1. Introduction
2. Installation
3. Concepts
4. Configuration
5. Command-line tool
6. Resources

Each chapter is in its own texinfo file.  Furthermore, the Configuration
chapter is broken down into the types of objects required in the
configuration, and each subsection is described in its own texinfo file.

With this organization, hopefully it will be clearer where documentation
should be added when patches are contributed.

This patch also removes all but the first argument of @node; the
remainder are redundant and cause unnecessary changes that lead to merge
conflicts.


Commit: a1e99533057f3fd56496c26b42f0e0ba9e774b08
    
http://github.com/djmitche/buildbot/commit/a1e99533057f3fd56496c26b42f0e0ba9e774b08
Author: Dustin J. Mitchell <[email protected]>
Date:   2010-02-15 (Mon, 15 Feb 2010)

Changed paths:
  M .gitignore
  M buildbot/process/subunitlogobserver.py
  A buildbot/steps/subunit.py
  M docs/Makefile
  M docs/buildbot.texinfo
  A docs/cfg-builders.texinfo
  A docs/cfg-buildfactories.texinfo
  A docs/cfg-buildslaves.texinfo
  A docs/cfg-buildsteps.texinfo
  A docs/cfg-changesources.texinfo
  A docs/cfg-global.texinfo
  A docs/cfg-interlocks.texinfo
  A docs/cfg-schedulers.texinfo
  A docs/cfg-statustargets.texinfo
  A docs/cmdline.texinfo
  A docs/concepts.texinfo
  A docs/configuration.texinfo
  A docs/installation.texinfo
  A docs/introduction.texinfo
  A docs/resources.texinfo
  A docs/version.py

Log Message:
-----------
Merge branch 'movedocs'

* movedocs:
  Finish moving docs around
  WIP - look for comment to see where I was
  break out 'Schedulers' section, add indices for each section
  move 'Change Sources' under 'Configuration'
  Support building docs in both split and full HTML
  add pointer to API docs
  split documentation into per-chapter files



------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to