[Buildbot-commits] [buildbot/buildbot] 29e47f: Cleanup messageFormatter example to use logs from ...

GitHub noreply at github.com
Tue May 19 17:40:53 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 29e47f1c073462e1876da6fea50fd99dfdfdd699
      https://github.com/buildbot/buildbot/commit/29e47f1c073462e1876da6fea50fd99dfdfdd699
  Author: Anish Bhatt <anish7 at gmail.com>
  Date:   2015-05-18 (Mon, 18 May 2015)

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

  Log Message:
  -----------
  Cleanup messageFormatter example to use logs from build steps instead of directly using build logs


  Commit: ce428751ae88c7cb9ada2e25818c8025e83342f7
      https://github.com/buildbot/buildbot/commit/ce428751ae88c7cb9ada2e25818c8025e83342f7
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2015-05-18 (Mon, 18 May 2015)

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

  Log Message:
  -----------
  reproduce Bug #3112


  Commit: 6c01cebdd4df7ea9819eee37bd75e2972f0904ed
      https://github.com/buildbot/buildbot/commit/6c01cebdd4df7ea9819eee37bd75e2972f0904ed
  Author: Jared Grubb <jgrubb at apple.com>
  Date:   2015-05-18 (Mon, 18 May 2015)

  Changed paths:
    M master/buildbot/schedulers/forcesched.py
    M master/buildbot/test/unit/test_schedulers_forcesched.py

  Log Message:
  -----------
  ForceScheduler: make errors more helpful by telling which scheduler has the issue


  Commit: 81cd2b50952356e527e8cd3ed8fdb15a423bdb38
      https://github.com/buildbot/buildbot/commit/81cd2b50952356e527e8cd3ed8fdb15a423bdb38
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2015-05-18 (Mon, 18 May 2015)

  Changed paths:
    M master/buildbot/process/slavebuilder.py
    A master/buildbot/test/unit/test_process_slavebuilder.py

  Log Message:
  -----------
  Try to call startBuild for all slaves, not just latent ones.


  Commit: 5e453cdbaecbc677ac5df764109290284d4b665c
      https://github.com/buildbot/buildbot/commit/5e453cdbaecbc677ac5df764109290284d4b665c
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2015-05-18 (Mon, 18 May 2015)

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

  Log Message:
  -----------
  Add a comment about the conditional call.


  Commit: e2af649e51529c50f9ae093d1649031e8b89332d
      https://github.com/buildbot/buildbot/commit/e2af649e51529c50f9ae093d1649031e8b89332d
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-05-18 (Mon, 18 May 2015)

  Changed paths:
    M master/buildbot/www/change_hook.py

  Log Message:
  -----------
  simplify condition


  Commit: 5a008fc44e21e935874f50978cabe7300522d343
      https://github.com/buildbot/buildbot/commit/5a008fc44e21e935874f50978cabe7300522d343
  Author: Vitali Lovich <vlovich+github at gmail.com>
  Date:   2015-05-18 (Mon, 18 May 2015)

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

  Log Message:
  -----------
  Fix trac ticket 3207

The unicode output in a log is lost & is treated as an ASCII string when there are multiple chunks.
This can cause exceptions when mixing strings which will validate that the contents of an "ascii" string are ascii.


  Commit: 7ea76d6c88416dd023f8eb5b41aeb792c5ee585e
      https://github.com/buildbot/buildbot/commit/7ea76d6c88416dd023f8eb5b41aeb792c5ee585e
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-05-18 (Mon, 18 May 2015)

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

  Log Message:
  -----------
  fix docs for createAbsoluteSourceStamps scheduler parameter

* this is not a common parameter (applicable only for
  SingleBranchScheduler and Nigthly schedulers)
* for simplicity just copy the docs to two places


  Commit: 427a542684ce6ff45110b913b3886482d50050ef
      https://github.com/buildbot/buildbot/commit/427a542684ce6ff45110b913b3886482d50050ef
  Author: Jared Grubb <jgrubb at apple.com>
  Date:   2015-05-18 (Mon, 18 May 2015)

  Changed paths:
    M master/buildbot/process/buildstep.py
    M master/buildbot/test/unit/test_process_buildstep.py

  Log Message:
  -----------
  ShellMixin: workdir should be overridable


  Commit: 693bcea7f4447f951273189ad0ba83fd72399d2a
      https://github.com/buildbot/buildbot/commit/693bcea7f4447f951273189ad0ba83fd72399d2a
  Author: Adi Roiban <adi.roiban at chevah.com>
  Date:   2015-05-18 (Mon, 18 May 2015)

  Changed paths:
    M master/buildbot/status/builder.py
    A master/buildbot/test/unit/test_status_builder.py

  Log Message:
  -----------
  Initial fix.


  Commit: 74ac73aa883c530049f993fe4c6e4f1b293305ad
      https://github.com/buildbot/buildbot/commit/74ac73aa883c530049f993fe4c6e4f1b293305ad
  Author: Adi Roiban <adi.roiban at chevah.com>
  Date:   2015-05-18 (Mon, 18 May 2015)

  Changed paths:
    M master/buildbot/status/builder.py
    M master/buildbot/test/unit/test_status_builder.py

  Log Message:
  -----------
  Use different logic code. Update py 2.6.


  Commit: e76979d993887e143ab3a384f7c1cd853086703e
      https://github.com/buildbot/buildbot/commit/e76979d993887e143ab3a384f7c1cd853086703e
  Author: Adi Roiban <adi.roiban at chevah.com>
  Date:   2015-05-18 (Mon, 18 May 2015)

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

  Log Message:
  -----------
  Fix paranthesys.


  Commit: e0a9da9eff241e15abdb7e88b050386156383565
      https://github.com/buildbot/buildbot/commit/e0a9da9eff241e15abdb7e88b050386156383565
  Author: Adi Roiban <adi.roiban at chevah.com>
  Date:   2015-05-18 (Mon, 18 May 2015)

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

  Log Message:
  -----------
  Fix for python 2.6.


  Commit: 491df378274d348cbcdd0b930d3bf95ac3130abb
      https://github.com/buildbot/buildbot/commit/491df378274d348cbcdd0b930d3bf95ac3130abb
  Author: Adi Roiban <adi.roiban at chevah.com>
  Date:   2015-05-18 (Mon, 18 May 2015)

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

  Log Message:
  -----------
  Fix syntax.


  Commit: 4e0fff2a3320648582753ba086dd54eb552fdbb0
      https://github.com/buildbot/buildbot/commit/4e0fff2a3320648582753ba086dd54eb552fdbb0
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2015-05-18 (Mon, 18 May 2015)

  Changed paths:
    M slave/buildslave/runprocess.py

  Log Message:
  -----------
  Fix sigtermTime race.

If twisted notices that a process dies between when SIGTERM is sent,
then RunProcess.process.pid will be None, causing checkDead to fail.

In any case, the timer will be leaked, and it will be cancelled after having
been called.


  Commit: 126a1964d3791eab28c24fdc1feb7ba132bc134a
      https://github.com/buildbot/buildbot/commit/126a1964d3791eab28c24fdc1feb7ba132bc134a
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-05-19 (Tue, 19 May 2015)

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

  Log Message:
  -----------
  fix unit tests


  Commit: c82c5ed3a87ddcaa19dbaf07d49d55182fadee23
      https://github.com/buildbot/buildbot/commit/c82c5ed3a87ddcaa19dbaf07d49d55182fadee23
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-05-19 (Tue, 19 May 2015)

  Changed paths:
    M master/buildbot/process/buildstep.py
    M master/buildbot/process/logobserver.py
    M master/buildbot/process/slavebuilder.py
    M master/buildbot/schedulers/forcesched.py
    M master/buildbot/status/builder.py
    A master/buildbot/test/unit/test_process_slavebuilder.py
    M master/buildbot/test/unit/test_schedulers_forcesched.py
    A master/buildbot/test/unit/test_status_builder.py
    M master/buildbot/test/unit/test_steps_source_git.py
    M master/buildbot/www/change_hook.py
    M master/docs/manual/cfg-schedulers.rst
    M master/docs/manual/cfg-statustargets.rst
    M slave/buildslave/runprocess.py

  Log Message:
  -----------
  Merge pull request #1677 from sa2ajj/port-from-0.8.12-part2

Port from 0.8.12 part2


Compare: https://github.com/buildbot/buildbot/compare/62fc7a13493c...c82c5ed3a87d


More information about the Commits mailing list