Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: 811e50c75356681583d91949679112b3d66b5cd0
      
https://github.com/buildbot/buildbot/commit/811e50c75356681583d91949679112b3d66b5cd0
  Author: Andrii Senkovych <[email protected]>
  Date:   2013-10-10 (Thu, 10 Oct 2013)

  Changed paths:
    M master/MANIFEST.in
    M slave/MANIFEST.in

  Log Message:
  -----------
  Add completion scripts to the sdist


  Commit: 5d5b32fb43b7badec77f601bfd3b4ab0334e652f
      
https://github.com/buildbot/buildbot/commit/5d5b32fb43b7badec77f601bfd3b4ab0334e652f
  Author: Bernhard Urban <[email protected]>
  Date:   2013-10-10 (Thu, 10 Oct 2013)

  Changed paths:
    M master/buildbot/schedulers/timed.py

  Log Message:
  -----------
  timed: support codebases for Periodic scheduler


  Commit: df73fdf45eb4b56a422c041f6b26854e88f7ddc7
      
https://github.com/buildbot/buildbot/commit/df73fdf45eb4b56a422c041f6b26854e88f7ddc7
  Author: Vladimir Rutsky <[email protected]>
  Date:   2013-10-13 (Sun, 13 Oct 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Use trial's less verbose "text" reporter on Travis

Plus use "--rterrors" flag: "Print tracebacks to standard output as soon
as they occur".


  Commit: f20309a3182372e51625cc486bd2a06a9cbf51af
      
https://github.com/buildbot/buildbot/commit/f20309a3182372e51625cc486bd2a06a9cbf51af
  Author: Elmir Jagudin <[email protected]>
  Date:   2013-10-14 (Mon, 14 Oct 2013)

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

  Log Message:
  -----------
  removed duplicate key assignment in dictionary

Remove second assignment to 'text' key. It seems that
buildbot.status.builder.BuildStatus.getText() always
returns a list of strings, so the first assignment:

  'text': " ".join(build.getText()),

should be sufficient.

This fixes 'duplicate-key (W0109)' pylint warning.


  Commit: 979f1ba0c3b4e3fe904f543197fb0e5c7885d4f3
      
https://github.com/buildbot/buildbot/commit/979f1ba0c3b4e3fe904f543197fb0e5c7885d4f3
  Author: Elmir Jagudin <[email protected]>
  Date:   2013-10-14 (Mon, 14 Oct 2013)

  Changed paths:
    M common/pylintrc

  Log Message:
  -----------
  enable duplicate-key (W0109) pylint check


  Commit: 6965c6f8268158b155b98591dbcacd66125a453a
      
https://github.com/buildbot/buildbot/commit/6965c6f8268158b155b98591dbcacd66125a453a
  Author: Robin Sonefors <[email protected]>
  Date:   2013-10-15 (Tue, 15 Oct 2013)

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

  Log Message:
  -----------
  tryclient: Fix off-by-one error when finding current git branch

Git branches' complete names follow the form "refs/heads/<branchname>".
Branchnames may contain additional slashes. Therefore, we need to split
up to two times (three pieces) if the last piece is to contain the
complete branch name.

Without this patch, when the branch "dev/newstuff"
("refs/heads/dev/newstuff", to be exact) has the remote "origin", it
would get mangled into "origin/newstuff" - as that's not the same
branch, the try job would fail.


  Commit: 35a5805d13e93d479627adf6acda7eb799977363
      
https://github.com/buildbot/buildbot/commit/35a5805d13e93d479627adf6acda7eb799977363
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-10-16 (Wed, 16 Oct 2013)

  Changed paths:
    M master/MANIFEST.in
    M slave/MANIFEST.in

  Log Message:
  -----------
  Merge branch 'sdist-completions' of git://github.com/jollyroger/buildbot


  Commit: b134c735a5ab9572f483a924a21bd3372e299a97
      
https://github.com/buildbot/buildbot/commit/b134c735a5ab9572f483a924a21bd3372e299a97
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-10-16 (Wed, 16 Oct 2013)

  Changed paths:
    M master/buildbot/schedulers/timed.py

  Log Message:
  -----------
  Merge branch 'periodic_codebases' of git://github.com/lewurm/buildbot


  Commit: aef7f211dd07d5db3874a9dfb1935c1c3ff5c698
      
https://github.com/buildbot/buildbot/commit/aef7f211dd07d5db3874a9dfb1935c1c3ff5c698
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-10-16 (Wed, 16 Oct 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Merge pull request #909 from vrutsky/bug2569_travis_less_verbose_output

Use trial's less verbose "text" reporter on Travis (fixes 
http://trac.buildbot.net/ticket/2569)


  Commit: 1b4b68fdf9416cf00e1c348c3a899a2b160bb01f
      
https://github.com/buildbot/buildbot/commit/1b4b68fdf9416cf00e1c348c3a899a2b160bb01f
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-10-16 (Wed, 16 Oct 2013)

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

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


  Commit: 6e24ca112e1e65d4915d7b5d9138aceaa7d672cc
      
https://github.com/buildbot/buildbot/commit/6e24ca112e1e65d4915d7b5d9138aceaa7d672cc
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-10-16 (Wed, 16 Oct 2013)

  Changed paths:
    M common/pylintrc
    M master/buildbot/status/web/base.py

  Log Message:
  -----------
  Merge branch 'pylint-duplicate-key' of git://github.com/elmirjagudin/buildbot


  Commit: 8084a080e1384536802fbc18006b6b7882a3e54b
      
https://github.com/buildbot/buildbot/commit/8084a080e1384536802fbc18006b6b7882a3e54b
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-10-16 (Wed, 16 Oct 2013)

  Changed paths:
    M .travis.yml
    M common/pylintrc
    M master/MANIFEST.in
    M master/buildbot/clients/tryclient.py
    M master/buildbot/schedulers/timed.py
    M slave/MANIFEST.in

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

Conflicts:
        master/MANIFEST.in
        master/buildbot/status/web/base.py


  Commit: 136b260332f5a96ccb029491d07b3089c5fd9d67
      
https://github.com/buildbot/buildbot/commit/136b260332f5a96ccb029491d07b3089c5fd9d67
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-10-16 (Wed, 16 Oct 2013)

  Changed paths:
    M master/buildbot/schedulers/timed.py

  Log Message:
  -----------
  DefaultCodebases -> DEFAULT_CODEBASES


Compare: 
https://github.com/buildbot/buildbot/compare/4435ef636ddf...136b260332f5
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to