[Buildbot-commits] [buildbot/buildbot] a415ef: fix typo

GitHub noreply at github.com
Tue Oct 16 00:30:27 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: a415efa58f86f6a54c5385745dbec73770067818
      https://github.com/buildbot/buildbot/commit/a415efa58f86f6a54c5385745dbec73770067818
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-09-22 (Sat, 22 Sep 2012)

  Changed paths:
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  fix typo


  Commit: ee0e8dbac3064a7326cfacdf8cde35acd9f75662
      https://github.com/buildbot/buildbot/commit/ee0e8dbac3064a7326cfacdf8cde35acd9f75662
  Author: Andriy Senkovych <jolly_roger at itblog.org.ua>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M master/MANIFEST.in

  Log Message:
  -----------
  Don't include pyc files into sdist


  Commit: bfdb69ea11aa8476703f151c751cfb3e00c23703
      https://github.com/buildbot/buildbot/commit/bfdb69ea11aa8476703f151c751cfb3e00c23703
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M master/buildbot/status/web/change_hook.py

  Log Message:
  -----------
  Better logging of errors from web change hooks.

The error message was getting discarded, making debugging impossible.


  Commit: c4201df197385c56923f798800b33031a9617c05
      https://github.com/buildbot/buildbot/commit/c4201df197385c56923f798800b33031a9617c05
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M master/buildbot/status/web/hooks/base.py
    M master/buildbot/test/unit/test_status_web_change_hook.py

  Log Message:
  -----------
  Fix handling of when argument to the 'base' web change hook.

epoch2datetime expects a number, but the web hook was providing a string.

Fixes #2397.


  Commit: df6b0dd7a2280a98c301de569642c435b7664d09
      https://github.com/buildbot/buildbot/commit/df6b0dd7a2280a98c301de569642c435b7664d09
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-10-03 (Wed, 03 Oct 2012)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Update Git docs to make `mode` and `method` clearer.


  Commit: 405606b82fde5b3dc2b9be7ca431c8b3cb52c3a9
      https://github.com/buildbot/buildbot/commit/405606b82fde5b3dc2b9be7ca431c8b3cb52c3a9
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-10-04 (Thu, 04 Oct 2012)

  Changed paths:
    M master/buildbot/status/web/change_hook.py
    M master/buildbot/status/web/hooks/base.py
    M master/buildbot/test/unit/test_status_web_change_hook.py

  Log Message:
  -----------
  Merge pull request #545 from tomprince/web-hook-errors

Fix #2379 (and add better error reporting to diagnose it)


  Commit: 220bf61b74378b55514a79579af8332871fa8f4b
      https://github.com/buildbot/buildbot/commit/220bf61b74378b55514a79579af8332871fa8f4b
  Author: Andy Howell <andy at gamubaru.com>
  Date:   2012-10-14 (Sun, 14 Oct 2012)

  Changed paths:
    M master/buildbot/changes/mail.py

  Log Message:
  -----------
  Remove 'links' from the change produced by CVSMailDir.

>From Andy's email: "CVSMailDir is passing back a keyword variable called
'links', which is no longer supported. The attached patch fixes it by removing
the argument."


  Commit: 3c3e2a4e343531852280747c9128a410a9ff8d66
      https://github.com/buildbot/buildbot/commit/3c3e2a4e343531852280747c9128a410a9ff8d66
  Author: Quentin Pradet <quentin.pradet at gmail.com>
  Date:   2012-10-14 (Sun, 14 Oct 2012)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  typo: SVN's incremental mode has five methods.


  Commit: 2b183c56d4e2ecb8143ccbbe986ee0c50f961bec
      https://github.com/buildbot/buildbot/commit/2b183c56d4e2ecb8143ccbbe986ee0c50f961bec
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-10-15 (Mon, 15 Oct 2012)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  fix docs for hideStepIf


  Commit: 871f9b0abc70e0b05d4337e7428be269560ab8d8
      https://github.com/buildbot/buildbot/commit/871f9b0abc70e0b05d4337e7428be269560ab8d8
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-10-15 (Mon, 15 Oct 2012)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  fix dictionary syntax


  Commit: b7295f60a10c6d7dca051a91aa05a57167731aad
      https://github.com/buildbot/buildbot/commit/b7295f60a10c6d7dca051a91aa05a57167731aad
  Author: Joe Healy <joehealy at gmail.com>
  Date:   2012-10-15 (Mon, 15 Oct 2012)

  Changed paths:
    M master/buildbot/test/unit/test_master.py
    M master/docs/developer/cls-buildsteps.rst
    M master/docs/developer/cls-irenderable.rst
    M master/docs/developer/config.rst
    M master/docs/developer/database.rst
    M master/docs/developer/master-overview.rst
    M master/docs/developer/master-slave.rst
    M master/docs/developer/metrics.rst
    M master/docs/developer/tests.rst
    M master/docs/developer/utils.rst
    M master/docs/manual/cfg-builders.rst
    M master/docs/manual/cfg-buildslaves.rst
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/cfg-changesources.rst
    M master/docs/manual/cfg-global.rst
    M master/docs/manual/cfg-intro.rst
    M master/docs/manual/cfg-properties.rst
    M master/docs/manual/cfg-schedulers.rst
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/manual/cmdline.rst
    M master/docs/manual/concepts.rst
    M master/docs/manual/customization.rst
    M master/docs/manual/installation.rst
    M master/docs/tutorial/firstrun.rst
    M master/docs/tutorial/tour.rst

  Log Message:
  -----------
  Spell check and correct of documentation

Also changed a comment in buildbot/test/unit/test_master.py with a minor typo

Things that have not been corrected
-----------------------------------

Note this list is not 100% complete.

un-hyphenated or possibly incorrectly hyphenated words where meaning
was clear. An example is reimplement or subdirectories.

mutualisation in cfg-changesources.rst
queriers in cfg-global.rst
uncollectable in cfg-global.rst
syntaxes in cfg-properties.rst
proven in cmdline.rst

release notes

Possibly incorrect code example
-------------------------------

Example code change on line 346 in customization.rst - I think my
change is correct, but am insufficiently experienced to be 100% sure.

As I am fairly sure the original is incorrect, I have made the
correction.


  Commit: 1129431958ecea0267ca846e69315e8b43c3c7ef
      https://github.com/buildbot/buildbot/commit/1129431958ecea0267ca846e69315e8b43c3c7ef
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-10-15 (Mon, 15 Oct 2012)

  Changed paths:
    M master/MANIFEST.in
    M master/buildbot/changes/mail.py
    M master/buildbot/status/web/change_hook.py
    M master/buildbot/status/web/hooks/base.py
    M master/buildbot/test/unit/test_master.py
    M master/buildbot/test/unit/test_status_web_change_hook.py
    M master/docs/developer/cls-buildsteps.rst
    M master/docs/developer/cls-irenderable.rst
    M master/docs/developer/config.rst
    M master/docs/developer/database.rst
    M master/docs/developer/master-overview.rst
    M master/docs/developer/master-slave.rst
    M master/docs/developer/metrics.rst
    M master/docs/developer/tests.rst
    M master/docs/developer/utils.rst
    M master/docs/manual/cfg-builders.rst
    M master/docs/manual/cfg-buildslaves.rst
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/cfg-changesources.rst
    M master/docs/manual/cfg-global.rst
    M master/docs/manual/cfg-intro.rst
    M master/docs/manual/cfg-properties.rst
    M master/docs/manual/cfg-schedulers.rst
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/manual/cmdline.rst
    M master/docs/manual/concepts.rst
    M master/docs/manual/customization.rst
    M master/docs/manual/installation.rst
    M master/docs/relnotes/0.8.7.rst
    M master/docs/tutorial/firstrun.rst
    M master/docs/tutorial/tour.rst

  Log Message:
  -----------
  Merge branch 'buildbot-0.8.7'


  Commit: 1e767b95f35ec361ce845d7bcf5c6408d446a159
      https://github.com/buildbot/buildbot/commit/1e767b95f35ec361ce845d7bcf5c6408d446a159
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-10-15 (Mon, 15 Oct 2012)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  remaining fixes for master from 'Spell check and correct of documentation'


Compare: https://github.com/buildbot/buildbot/compare/fcf5fe2326f7...1e767b95f35e


More information about the Commits mailing list