Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: f9fda440b0719e2673dfba1be0ac6319af07778c
      
https://github.com/buildbot/buildbot/commit/f9fda440b0719e2673dfba1be0ac6319af07778c
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2012-11-23 (Fri, 23 Nov 2012)

  Changed paths:
    M master/buildbot/util/sautils.py
    M master/setup.py

  Log Message:
  -----------
  sqlalchemy version changes

Don't fail on sqlalchemy versions with characters in them With that fix,
0.8.0 seems incompatible with sqlalchemy-migrate 0.7.2, which is the
latest version, so mark it as incompatible for now.


  Commit: 693033a2b03503ec3e38d70ff6726a8eac06c7f1
      
https://github.com/buildbot/buildbot/commit/693033a2b03503ec3e38d70ff6726a8eac06c7f1
  Author: Tom Prince <[email protected]>
  Date:   2012-11-29 (Thu, 29 Nov 2012)

  Changed paths:
    M master/buildbot/buildslave.py

  Log Message:
  -----------
  Fix detection of windows path module from slave.


  Commit: 7b97f3114bbca6966415b51c31de68b9cc7595f3
      
https://github.com/buildbot/buildbot/commit/7b97f3114bbca6966415b51c31de68b9cc7595f3
  Author: Tom Prince <[email protected]>
  Date:   2012-11-29 (Thu, 29 Nov 2012)

  Changed paths:
    M master/buildbot/steps/source/bzr.py
    M master/buildbot/steps/source/git.py
    M master/buildbot/steps/source/mercurial.py
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/unit/test_steps_source_bzr.py
    M master/buildbot/test/unit/test_steps_source_git.py
    M master/buildbot/test/unit/test_steps_source_mercurial.py
    M master/buildbot/test/unit/test_steps_source_svn.py

  Log Message:
  -----------
  Fix detection of vcs state dir on windows.

`/` should work as a path separator on windows, but we do have the
means to use the correct platform specific path manipulation functions,
so use them.


  Commit: 48535176945fd75ce38f4e907d339e42275fef81
      
https://github.com/buildbot/buildbot/commit/48535176945fd75ce38f4e907d339e42275fef81
  Author: Tom Prince <[email protected]>
  Date:   2012-11-29 (Thu, 29 Nov 2012)

  Changed paths:
    M master/buildbot/buildslave.py
    M master/buildbot/steps/source/bzr.py
    M master/buildbot/steps/source/git.py
    M master/buildbot/steps/source/mercurial.py
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/unit/test_steps_source_bzr.py
    M master/buildbot/test/unit/test_steps_source_git.py
    M master/buildbot/test/unit/test_steps_source_mercurial.py
    M master/buildbot/test/unit/test_steps_source_svn.py

  Log Message:
  -----------
  Merge branch 'svn-paths' into buildbot-0.8.7


  Commit: b8634e4abc111538247744c0325cf7bcfb57fa94
      
https://github.com/buildbot/buildbot/commit/b8634e4abc111538247744c0325cf7bcfb57fa94
  Author: Tom Prince <[email protected]>
  Date:   2012-11-29 (Thu, 29 Nov 2012)

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

  Log Message:
  -----------
  Fix revlink documentation.

The documentation incorrectly used basic rather than python regexes.


  Commit: 575c23e0149ffc940640b7cdc47b21391378766d
      
https://github.com/buildbot/buildbot/commit/575c23e0149ffc940640b7cdc47b21391378766d
  Author: Tom Prince <[email protected]>
  Date:   2012-11-29 (Thu, 29 Nov 2012)

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

  Log Message:
  -----------
  Merge branch 'revlink-docs' into buildbot-0.8.7


  Commit: 882525e6517818afbf764ec51e71a8f58cf82081
      
https://github.com/buildbot/buildbot/commit/882525e6517818afbf764ec51e71a8f58cf82081
  Author: Tom Prince <[email protected]>
  Date:   2012-12-02 (Sun, 02 Dec 2012)

  Changed paths:
    M master/buildbot/schedulers/timed.py
    M master/buildbot/test/unit/test_schedulers_timed_NightlyBase.py

  Log Message:
  -----------
  Report missing python-dateutil at config time, rather than later.


  Commit: 32dff09d87658322b47f0475c1896c11d3b87165
      
https://github.com/buildbot/buildbot/commit/32dff09d87658322b47f0475c1896c11d3b87165
  Author: Tom Prince <[email protected]>
  Date:   2012-12-02 (Sun, 02 Dec 2012)

  Changed paths:
    M master/buildbot/schedulers/timed.py
    M master/buildbot/test/unit/test_schedulers_timed_NightlyBase.py

  Log Message:
  -----------
  Merge pull request #588 from tomprince/dateutil-error

Report missing python-dateutil at config time, rather than later.


  Commit: 16ed7b26c337999386a75bf49bee4f49317fc84f
      
https://github.com/buildbot/buildbot/commit/16ed7b26c337999386a75bf49bee4f49317fc84f
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2012-12-04 (Tue, 04 Dec 2012)

  Changed paths:
    M master/buildbot/process/users/users.py

  Log Message:
  -----------
  remove log.msg invocation that can unintentionally include unicode; fixes 
#2407.


  Commit: 021fdeadc1473ae75c18f8801afe76918a3159b0
      
https://github.com/buildbot/buildbot/commit/021fdeadc1473ae75c18f8801afe76918a3159b0
  Author: Tom Prince <[email protected]>
  Date:   2012-12-06 (Thu, 06 Dec 2012)

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

  Log Message:
  -----------
  doc: BuildFactory has .addStep, not .append.


  Commit: a061feaff2845503a6b9120145a796a68b060df1
      
https://github.com/buildbot/buildbot/commit/a061feaff2845503a6b9120145a796a68b060df1
  Author: Tom Prince <[email protected]>
  Date:   2012-12-06 (Thu, 06 Dec 2012)

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

  Log Message:
  -----------
  Merge commit '021fdeadc1473ae75c18f8801afe76918a3159b0' into buildbot-0.8.7


  Commit: f65f8a9a63359380fe52f76bddbb0813107c4da3
      
https://github.com/buildbot/buildbot/commit/f65f8a9a63359380fe52f76bddbb0813107c4da3
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2012-12-10 (Mon, 10 Dec 2012)

  Changed paths:
    M slave/buildslave/test/__init__.py

  Log Message:
  -----------
  Raise ImportError instead of exiting, if buildbot.test can't be imported.

This apparently causes issue with 'pydoc -k', and is in general not nice.
Trial still fails with a sensible error message.

This is a slave-side reflection of commit 
126e02341c76bd5a027c2ca5a8467aa5708228f2


  Commit: 9ed0f22931b6dd92c2ab3a3a6a2c510dc103ba50
      
https://github.com/buildbot/buildbot/commit/9ed0f22931b6dd92c2ab3a3a6a2c510dc103ba50
  Author: Tom Prince <[email protected]>
  Date:   2012-12-10 (Mon, 10 Dec 2012)

  Log Message:
  -----------
  Fake merge branch 'buildbot-0.8.7'

The code was merged, but not recorded in
daa659cb4e0c83c94fb90445bf179e74126c3f2d.


  Commit: dc1057622e8ac9a7809d172691dcc72a21d0311a
      
https://github.com/buildbot/buildbot/commit/dc1057622e8ac9a7809d172691dcc72a21d0311a
  Author: Tom Prince <[email protected]>
  Date:   2012-12-10 (Mon, 10 Dec 2012)

  Changed paths:
    M master/buildbot/process/botmaster.py
    M master/buildbot/schedulers/base.py
    M master/buildbot/schedulers/timed.py
    M master/buildbot/util/misc.py

  Log Message:
  -----------
  Replace non-inlineCallbacks uses of DeferredLock.acquire.

Refs #2409.


  Commit: c3e75cc4115a3dee9b4980301cf074597a73e89b
      
https://github.com/buildbot/buildbot/commit/c3e75cc4115a3dee9b4980301cf074597a73e89b
  Author: Virgil Gheorghiu <[email protected]>
  Date:   2012-12-17 (Mon, 17 Dec 2012)

  Changed paths:
    M master/buildbot/status/status_push.py

  Log Message:
  -----------
  call item.asDict, if the method exists, in status_push.  Fixes #2415.


  Commit: 9a2a9552d8a90ebd46e5041bf3ae3d5a9780869b
      
https://github.com/buildbot/buildbot/commit/9a2a9552d8a90ebd46e5041bf3ae3d5a9780869b
  Author: Yasser Lebon <[email protected]>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M master/buildbot/clients/tryclient.py

  Log Message:
  -----------
  Fix perforce patch generation


  Commit: d675d67618b5b64405aabb5b17cf10d86a769a3e
      
https://github.com/buildbot/buildbot/commit/d675d67618b5b64405aabb5b17cf10d86a769a3e
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M master/buildbot/process/buildstep.py

  Log Message:
  -----------
  handle errors showing tracebacks better


  Commit: 5b07b8699517fab8b5e025127fc56b7b1ae5f6f9
      
https://github.com/buildbot/buildbot/commit/5b07b8699517fab8b5e025127fc56b7b1ae5f6f9
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2012-12-19 (Wed, 19 Dec 2012)

  Changed paths:
    M master/buildbot/clients/tryclient.py

  Log Message:
  -----------
  Merge branch 'myfixes' of git://github.com/mx-mad/buildbot


  Commit: ba9338e3c08b659f5070eeebc29716d228cfeabb
      
https://github.com/buildbot/buildbot/commit/ba9338e3c08b659f5070eeebc29716d228cfeabb
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2012-12-21 (Fri, 21 Dec 2012)

  Changed paths:
    M master/buildbot/process/buildstep.py

  Log Message:
  -----------
  Merge branch 'failure-showing-failure' of git://github.com/djmitche/buildbot


  Commit: 315c66bd5ae246193c7e2832c64817348cfc9de7
      
https://github.com/buildbot/buildbot/commit/315c66bd5ae246193c7e2832c64817348cfc9de7
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2012-12-27 (Thu, 27 Dec 2012)

  Changed paths:
    M master/setup.py

  Log Message:
  -----------
  don't run sqlalchemy betas, either


  Commit: f17e53036804c83ef8269897f7758401a921fbf1
      
https://github.com/buildbot/buildbot/commit/f17e53036804c83ef8269897f7758401a921fbf1
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2012-12-29 (Sat, 29 Dec 2012)

  Changed paths:
    M master/setup.py

  Log Message:
  -----------
  don't run sqlalchemy betas, either


  Commit: eb1602b3e3ad6a99d6e1c8a65c52258b77362498
      
https://github.com/buildbot/buildbot/commit/eb1602b3e3ad6a99d6e1c8a65c52258b77362498
  Author: Gerald Combs <[email protected]>
  Date:   2013-01-01 (Tue, 01 Jan 2013)

  Changed paths:
    M master/buildbot/status/web/files/default.css

  Log Message:
  -----------
  Add white-space: pre-wrap to the default CSS.

Make preformatted text wrap by default, so that you don't have to scroll
countless furlongs horizontally or copy and paste into a local text
editor in order to read long log output.

Pre-wrap appears to be supported in all modern browsers. "word-wrap:
break-word" could be added if support for IE <= 7 is desired.


  Commit: 006286cb387730aff96baa23437a46d86f92a953
      
https://github.com/buildbot/buildbot/commit/006286cb387730aff96baa23437a46d86f92a953
  Author: Gerald Combs <[email protected]>
  Date:   2013-01-01 (Tue, 01 Jan 2013)

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

  Log Message:
  -----------
  Add a note about default.css wrapping preformatted text.


  Commit: 482e1cc28e4dc9a2ceb684d0c53de94b3416d292
      
https://github.com/buildbot/buildbot/commit/482e1cc28e4dc9a2ceb684d0c53de94b3416d292
  Author: Cezar Elnazli <[email protected]>
  Date:   2013-01-03 (Thu, 03 Jan 2013)

  Changed paths:
    M master/buildbot/steps/vstudio.py

  Log Message:
  -----------
  Add VC11 step


  Commit: a7c629731bdde9d7f25905f562d89f986912803a
      
https://github.com/buildbot/buildbot/commit/a7c629731bdde9d7f25905f562d89f986912803a
  Author: Tom Prince <[email protected]>
  Date:   2013-01-03 (Thu, 03 Jan 2013)

  Changed paths:
    M master/buildbot/status/web/files/default.css
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge pull request #599 from geraldcombs/master

Make preformatted text wrap by default


  Commit: 661ab0f348e627070dbebcf36b77fb7ef58598f1
      
https://github.com/buildbot/buildbot/commit/661ab0f348e627070dbebcf36b77fb7ef58598f1
  Author: Cezar Elnazli <[email protected]>
  Date:   2013-01-05 (Sat, 05 Jan 2013)

  Changed paths:
    M master/buildbot/test/unit/test_steps_vstudio.py
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Update documentation to include VS2012 and add a test for it


  Commit: 527862c2038ac9b56a49791c1376f35f81f22e4b
      
https://github.com/buildbot/buildbot/commit/527862c2038ac9b56a49791c1376f35f81f22e4b
  Author: Cezar Elnazli <[email protected]>
  Date:   2013-01-05 (Sat, 05 Jan 2013)

  Changed paths:
    M master/buildbot/test/unit/test_steps_vstudio.py

  Log Message:
  -----------
  Fix typo


  Commit: e88b1a16db62c92387a015b081789138217c9315
      
https://github.com/buildbot/buildbot/commit/e88b1a16db62c92387a015b081789138217c9315
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M master/buildbot/steps/vstudio.py
    M master/buildbot/test/unit/test_steps_vstudio.py
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Merge branch 'master' of git://github.com/caen1/buildbot


  Commit: 6f5eadb9890ebc39281b6ec0942bef0e5202a241
      
https://github.com/buildbot/buildbot/commit/6f5eadb9890ebc39281b6ec0942bef0e5202a241
  Author: Matt Haggard <[email protected]>
  Date:   2013-01-07 (Mon, 07 Jan 2013)

  Changed paths:
    M master/buildbot/steps/python_twisted.py
    M master/buildbot/test/unit/test_steps_python_twisted.py

  Log Message:
  -----------
  Add support for trial -j option

trial -j/--jobs is only supported in Twisted>=12.3.0


  Commit: 11fd6ee6be1b6060ca07d013126e93f9a09304e4
      
https://github.com/buildbot/buildbot/commit/11fd6ee6be1b6060ca07d013126e93f9a09304e4
  Author: Matt Haggard <[email protected]>
  Date:   2013-01-07 (Mon, 07 Jan 2013)

  Changed paths:
    M master/buildbot/steps/python_twisted.py
    M master/buildbot/test/unit/test_steps_python_twisted.py

  Log Message:
  -----------
  Move jobs setup to start method so that trialJobs can be Renderable


  Commit: 986049787469c6ae73d3f40552a577d10822ead0
      
https://github.com/buildbot/buildbot/commit/986049787469c6ae73d3f40552a577d10822ead0
  Author: Matt Haggard <[email protected]>
  Date:   2013-01-07 (Mon, 07 Jan 2013)

  Changed paths:
    M master/buildbot/test/unit/test_steps_python_twisted.py
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Add documentation and fix failing assertion


  Commit: f8d3c3a2d1d0f76f8be1eaead58c86854070c3bd
      
https://github.com/buildbot/buildbot/commit/f8d3c3a2d1d0f76f8be1eaead58c86854070c3bd
  Author: Matt Haggard <[email protected]>
  Date:   2013-01-08 (Tue, 08 Jan 2013)

  Changed paths:
    M master/buildbot/steps/python_twisted.py
    M master/buildbot/test/unit/test_steps_python_twisted.py
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Rename trialJobs to jobs


  Commit: adcc55a0a0a099323c47d4dba2c2f5a67c321caa
      
https://github.com/buildbot/buildbot/commit/adcc55a0a0a099323c47d4dba2c2f5a67c321caa
  Author: Matt Haggard <[email protected]>
  Date:   2013-01-08 (Tue, 08 Jan 2013)

  Changed paths:
    M master/buildbot/test/unit/test_steps_python_twisted.py

  Log Message:
  -----------
  Conform to method-naming style


  Commit: 3d860d2224518636d1711481e6fd624b678b04a8
      
https://github.com/buildbot/buildbot/commit/3d860d2224518636d1711481e6fd624b678b04a8
  Author: Matt Haggard <[email protected]>
  Date:   2013-01-08 (Tue, 08 Jan 2013)

  Changed paths:
    M master/buildbot/steps/python_twisted.py
    M master/buildbot/test/unit/test_steps_python_twisted.py

  Log Message:
  -----------
  Remove changes to progressMetrics and use a single OutputProgressObserver for 
all log files


  Commit: d2e05c6ff6ba43b87b28ef9abb770dbba554e674
      
https://github.com/buildbot/buildbot/commit/d2e05c6ff6ba43b87b28ef9abb770dbba554e674
  Author: Tom Prince <[email protected]>
  Date:   2013-01-08 (Tue, 08 Jan 2013)

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

  Log Message:
  -----------
  Don't claim to obfuscate passwords with master-side source step.

We don't currently have any way of obfuscating arbitrary things sent from the
master, so don't claim that we can.


  Commit: 7aa31aecc1410bd47b9a19e809bcf6cf92a2dd94
      
https://github.com/buildbot/buildbot/commit/7aa31aecc1410bd47b9a19e809bcf6cf92a2dd94
  Author: Tom Prince <[email protected]>
  Date:   2013-01-08 (Tue, 08 Jan 2013)

  Changed paths:
    M master/docs/manual/concepts.rst

  Log Message:
  -----------
  Add a link to Interpolate in multi-codebase documentation.


  Commit: 3132da9235e753a606d384f8b8828147de547900
      
https://github.com/buildbot/buildbot/commit/3132da9235e753a606d384f8b8828147de547900
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-01-08 (Tue, 08 Jan 2013)

  Changed paths:
    M master/docs/manual/concepts.rst

  Log Message:
  -----------
  Merge pull request #604 from tomprince/doc-improvment

Add a link to Interpolate in multi-codebase documentation.


  Commit: efe7f02612c51c882648f55009c721b32cf02fc4
      
https://github.com/buildbot/buildbot/commit/efe7f02612c51c882648f55009c721b32cf02fc4
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-01-12 (Sat, 12 Jan 2013)

  Changed paths:
    M master/buildbot/steps/python_twisted.py
    M master/buildbot/test/unit/test_steps_python_twisted.py
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Merge branch 't2421-trial-jobs' of git://github.com/iffy/buildbot


  Commit: f3836230d0413d1990d1a253cf39580ba0ff99d2
      
https://github.com/buildbot/buildbot/commit/f3836230d0413d1990d1a253cf39580ba0ff99d2
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-01-12 (Sat, 12 Jan 2013)

  Changed paths:
    M master/buildbot/test/unit/test_steps_python_twisted.py

  Log Message:
  -----------
  fix pyflakes


  Commit: 172d39745c76790385a20025996aeaeaaf40e80f
      
https://github.com/buildbot/buildbot/commit/172d39745c76790385a20025996aeaeaaf40e80f
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-01-12 (Sat, 12 Jan 2013)

  Changed paths:
    M master/docs/manual/concepts.rst

  Log Message:
  -----------
  Merge branch 'master' of github.com:buildbot/buildbot


  Commit: 4ed9634056182dc3825165dc6a71b2ba98b08e5e
      
https://github.com/buildbot/buildbot/commit/4ed9634056182dc3825165dc6a71b2ba98b08e5e
  Author: Jerzy Kozera <[email protected]>
  Date:   2013-01-12 (Sat, 12 Jan 2013)

  Changed paths:
    M master/buildbot/sourcestamp.py
    M master/buildbot/test/unit/test_sourcestamp.py

  Log Message:
  -----------
  Fixed try builds not being scheduled when more than one is pending


  Commit: 8edc03b6b1415edb387d7f0efa8b5b01625e097d
      
https://github.com/buildbot/buildbot/commit/8edc03b6b1415edb387d7f0efa8b5b01625e097d
  Author: Tom Prince <[email protected]>
  Date:   2013-01-12 (Sat, 12 Jan 2013)

  Changed paths:
    M master/buildbot/sourcestamp.py
    M master/buildbot/test/unit/test_sourcestamp.py
    M master/docs/manual/cfg-buildsteps.rst
    M slave/buildslave/test/__init__.py

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


  Commit: e1b85884f95d7e9fcf8f027490b71ea53f41d2e8
      
https://github.com/buildbot/buildbot/commit/e1b85884f95d7e9fcf8f027490b71ea53f41d2e8
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-01-13 (Sun, 13 Jan 2013)

  Changed paths:
    M master/buildbot/test/integration/test_master.py

  Log Message:
  -----------
  run the master for a split second in integration tests


  Commit: cf23323ae889347fd256232ae2ce3ea4a77df72a
      
https://github.com/buildbot/buildbot/commit/cf23323ae889347fd256232ae2ce3ea4a77df72a
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-01-13 (Sun, 13 Jan 2013)

  Changed paths:
    M master/buildbot/test/integration/test_master.py

  Log Message:
  -----------
  Merge remote-tracking branch 'lorentz/master'


  Commit: 3fda1ea2d382e5048f88d24458faafb351b0bf9b
      
https://github.com/buildbot/buildbot/commit/3fda1ea2d382e5048f88d24458faafb351b0bf9b
  Author: Tom Prince <[email protected]>
  Date:   2013-01-15 (Tue, 15 Jan 2013)

  Changed paths:
    M master/buildbot/process/buildstep.py

  Log Message:
  -----------
  RemoteCommand: Fix handling of collectStderr.

This argument has never worked, since it was added, but it wouldn't
fail unless something was actually received on stderr.


  Commit: 7ba03c15f7f8d5610be700045bad399f7e1b8e74
      
https://github.com/buildbot/buildbot/commit/7ba03c15f7f8d5610be700045bad399f7e1b8e74
  Author: Tom Prince <[email protected]>
  Date:   2013-01-16 (Wed, 16 Jan 2013)

  Changed paths:
    M master/buildbot/test/util/steps.py

  Log Message:
  -----------
  Add some better debugging for buildstep test failures.


  Commit: c1c17539524d73cf6f86e82b7d48850a2dd486b4
      
https://github.com/buildbot/buildbot/commit/c1c17539524d73cf6f86e82b7d48850a2dd486b4
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-01-19 (Sat, 19 Jan 2013)

  Changed paths:
    M master/buildbot/clients/tryclient.py
    M master/buildbot/process/botmaster.py
    M master/buildbot/process/buildstep.py
    M master/buildbot/schedulers/base.py
    M master/buildbot/schedulers/timed.py
    M master/buildbot/status/status_push.py
    M master/buildbot/status/web/files/default.css
    M master/buildbot/steps/python_twisted.py
    M master/buildbot/steps/vstudio.py
    M master/buildbot/test/integration/test_master.py
    M master/buildbot/test/unit/test_steps_python_twisted.py
    M master/buildbot/test/unit/test_steps_vstudio.py
    M master/buildbot/test/util/steps.py
    M master/buildbot/util/misc.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/concepts.rst
    M master/docs/relnotes/index.rst
    M master/setup.py
    M slave/buildslave/test/__init__.py

  Log Message:
  -----------
  Merge branch 'master' into nine


Compare: 
https://github.com/buildbot/buildbot/compare/1ecd6d5d3739...c1c17539524d
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to