[Buildbot-commits] [buildbot/buildbot] b5768a: Builds on language environment patch from Alice fo...

GitHub noreply at github.com
Sat Mar 9 20:11:24 UTC 2013


  Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: b5768a4cf6521b1cd2e4a113c5e210d9759d133a
      https://github.com/buildbot/buildbot/commit/b5768a4cf6521b1cd2e4a113c5e210d9759d133a
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-01-12 (Sat, 12 Jan 2013)

  Changed paths:
    M master/buildbot/steps/source/svn.py

  Log Message:
  -----------
  Builds on language environment patch from Alice for ticket 2419


  Commit: b975815821a246b6df6cf6fe7b13b5edbe0b399b
      https://github.com/buildbot/buildbot/commit/b975815821a246b6df6cf6fe7b13b5edbe0b399b
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-01-17 (Thu, 17 Jan 2013)

  Changed paths:
    M master/buildbot/steps/source/svn.py

  Log Message:
  -----------
  As per irc discussion with tomprince, wrapped 'getElementsByTagName' in
try and added code for storing in Step log file. Addresses log.err issue
in pull request comment


  Commit: 7ec49b2183865e11a3d068be80acdb5c19284086
      https://github.com/buildbot/buildbot/commit/7ec49b2183865e11a3d068be80acdb5c19284086
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-01-20 (Sun, 20 Jan 2013)

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

  Log Message:
  -----------
  Partial Test changes for 2419fix


  Commit: 7df0f7bd8f58f557fecee3b893ffe54ad4c6a12b
      https://github.com/buildbot/buildbot/commit/7df0f7bd8f58f557fecee3b893ffe54ad4c6a12b
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-01-26 (Sat, 26 Jan 2013)

  Changed paths:
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/unit/test_steps_source_svn.py

  Log Message:
  -----------
  Modified as per recent comments in pull request and discussion on IRC.
Added test changes for failure conditions for parseGotRevision


  Commit: 163c0083031bfab46c82b0053affad0ad371335a
      https://github.com/buildbot/buildbot/commit/163c0083031bfab46c82b0053affad0ad371335a
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-01-26 (Sat, 26 Jan 2013)

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

  Log Message:
  -----------
  Fixes the function definition with the proper check in test revision for
integer value case


  Commit: becafc679a1e386f22bda9fae38e3c5087dba04a
      https://github.com/buildbot/buildbot/commit/becafc679a1e386f22bda9fae38e3c5087dba04a
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-02-12 (Tue, 12 Feb 2013)

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

  Log Message:
  -----------
  Fixes incorrect symbol used in test function, and indentation


  Commit: 82ccb0418d2dfc7c2c21e70a5fe620f6e95523e8
      https://github.com/buildbot/buildbot/commit/82ccb0418d2dfc7c2c21e70a5fe620f6e95523e8
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-02-16 (Sat, 16 Feb 2013)

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

  Log Message:
  -----------
  Fixes test_corrupt_xml and updated broken test_revision_non_integer


  Commit: 101c137666ca961dbe4583bf2bd8f16eb31b5a75
      https://github.com/buildbot/buildbot/commit/101c137666ca961dbe4583bf2bd8f16eb31b5a75
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

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

  Log Message:
  -----------
  Fixes test_revision_noninteger function


  Commit: a90720c28d15b3ec7f1d38b9f14b9e56800946ef
      https://github.com/buildbot/buildbot/commit/a90720c28d15b3ec7f1d38b9f14b9e56800946ef
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-02-20 (Wed, 20 Feb 2013)

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

  Log Message:
  -----------
  Fixes test_getUnversionedFiles_corrupted_xml test


  Commit: ff574533773bd3bc978befa4c965bca1f097a733
      https://github.com/buildbot/buildbot/commit/ff574533773bd3bc978befa4c965bca1f097a733
  Author: Jared Grubb <jaredgrubb at gmail.com>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M master/buildbot/schedulers/forcesched.py
    M master/buildbot/status/web/builder.py
    M master/buildbot/status/web/templates/forms.html
    M master/buildbot/test/unit/test_schedulers_forcesched.py
    M master/docs/manual/cfg-schedulers.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  DynamicChoiceStringParameter: a base class for dynamic lists in ForceScheduler

Provide a better mechanism for generating dynamic content for ForceScheduler, and
adjust the InheritBuildParameter to use this new base class.


  Commit: 1076819a51f96b76ae013bc14a7225b07b54d342
      https://github.com/buildbot/buildbot/commit/1076819a51f96b76ae013bc14a7225b07b54d342
  Author: Jared Grubb <jgrubb at apple.com>
  Date:   2013-02-24 (Sun, 24 Feb 2013)

  Changed paths:
    M master/buildbot/schedulers/forcesched.py
    M master/buildbot/status/web/builder.py
    M master/buildbot/status/web/templates/forms.html
    M master/buildbot/test/unit/test_schedulers_forcesched.py
    M master/docs/manual/cfg-schedulers.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  ChoiceStringParameter.getChoices: use a member function instead of DynamicStringChoiceParameter


  Commit: 247ff445cd50fdf191ee6439f0553a88178ded65
      https://github.com/buildbot/buildbot/commit/247ff445cd50fdf191ee6439f0553a88178ded65
  Author: Jared Grubb <jgrubb at apple.com>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

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

  Log Message:
  -----------
  ChoiceStringParameter.getChoices: a bit more documentation


  Commit: 8b32e52d2d9dd9a35683c1bdb51e13d7f2a4f8bb
      https://github.com/buildbot/buildbot/commit/8b32e52d2d9dd9a35683c1bdb51e13d7f2a4f8bb
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
    M master/buildbot/scripts/runner.py

  Log Message:
  -----------
  cli: removed unreachable code in scripts.runner

Removed unreachable code in
scripts.runner.SendChangeOptions.postOptions() method. 'who' and
'master' are listed as required options for 'sendchange'
subcommand. The postOptions() will not be called unless both 'who'
and 'master' options are specified.


  Commit: 80d5819a20be6b80ef3795f3e148854e2127e12e
      https://github.com/buildbot/buildbot/commit/80d5819a20be6b80ef3795f3e148854e2127e12e
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

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

  Log Message:
  -----------
  unit tests of invalid 'buildbot user' command's options

Unit tests on exception code paths in
scripts.runner.UserOptions.postOptions(). Check that various
invalid options combinations for 'buildbot user' subcommand
raises the usage.UsageError exception.


  Commit: 838dfdb6fc796aec8fdf47f5139b1dcfe704647d
      https://github.com/buildbot/buildbot/commit/838dfdb6fc796aec8fdf47f5139b1dcfe704647d
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
    M master/buildbot/scripts/runner.py

  Log Message:
  -----------
  cli: broke-out code to validate master option into a function


  Commit: b19daf57d49b644a10d0ce79e75979e4aa12dfca
      https://github.com/buildbot/buildbot/commit/b19daf57d49b644a10d0ce79e75979e4aa12dfca
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
    M master/buildbot/scripts/runner.py
    M master/buildbot/test/unit/test_scripts_runner.py

  Log Message:
  -----------
  cli: validate master option for 'buildbot sendchange' command

If master (-m, --master) option is not valid, print user friendly
error message "master must have the form 'hostname:port'".


  Commit: 41f22d8be699523012f5e01b31027f5eae5717f1
      https://github.com/buildbot/buildbot/commit/41f22d8be699523012f5e01b31027f5eae5717f1
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
    M master/buildbot/scripts/runner.py
    M master/buildbot/test/unit/test_scripts_runner.py

  Log Message:
  -----------
  cli: validate master option for 'statuslog' and 'statusgui' commands

For 'buildbot statuslog' and 'buildbot statusgui' subcommands, validate
master (-m, --master) option. If not valid print user friendly
error message "master must have the form 'hostname:port'".


  Commit: 3d3c8bad8c7957b7b06658211d866432c4ad4ded
      https://github.com/buildbot/buildbot/commit/3d3c8bad8c7957b7b06658211d866432c4ad4ded
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
    M master/buildbot/scripts/runner.py
    M master/buildbot/test/unit/test_scripts_runner.py

  Log Message:
  -----------
  cli: validate master option for 'buildbot debugclient' command

If master (-m, --master) option is not valid, print user friendly
error message "master must have the form 'hostname:port'".


  Commit: 055896ae8bbfc29142032cf7a0c1a41c9dc38ae5
      https://github.com/buildbot/buildbot/commit/055896ae8bbfc29142032cf7a0c1a41c9dc38ae5
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
    M master/buildbot/scripts/runner.py
    M master/buildbot/test/unit/test_scripts_runner.py

  Log Message:
  -----------
  cli: validate master option for 'buildbot try' command

When connection type 'pb' is specified, check that master option
(-m, --master) is present and have valid syntax. If master is missing
or have invalid syntax, print user friendly error message.


  Commit: ede2a911e3229bf4bf2fa3180d6252a06adf082a
      https://github.com/buildbot/buildbot/commit/ede2a911e3229bf4bf2fa3180d6252a06adf082a
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
    M master/buildbot/scripts/runner.py
    M master/buildbot/test/unit/test_scripts_runner.py

  Log Message:
  -----------
  Merge branch 'cli-option-master' of git://github.com/elmirjagudin/buildbot


  Commit: c599ace35673804f48951ff20781ec40027bdbac
      https://github.com/buildbot/buildbot/commit/c599ace35673804f48951ff20781ec40027bdbac
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
    M master/buildbot/schedulers/forcesched.py
    M master/buildbot/status/web/builder.py
    M master/buildbot/status/web/templates/forms.html
    M master/buildbot/test/unit/test_schedulers_forcesched.py
    M master/docs/manual/cfg-schedulers.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'DynamicParameter' of git://github.com/jaredgrubb/buildbot


  Commit: 100a4cee48a711a0e13d0f4c3168c7ef8d56b555
      https://github.com/buildbot/buildbot/commit/100a4cee48a711a0e13d0f4c3168c7ef8d56b555
  Author: Sean Kelly <code at katron.org>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
    M master/buildbot/buildslave.py

  Log Message:
  -----------
  Fix latent buildslave's _soft_disconnect method

This derives entirely from https://gist.github.com/seankelly/5034964,
primarily written by Jc2k.


  Commit: dfbcaf84bef1c25af210f29dfd4a2c3380b91bde
      https://github.com/buildbot/buildbot/commit/dfbcaf84bef1c25af210f29dfd4a2c3380b91bde
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
    M master/buildbot/buildslave.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  cleanup

* add relnote
* add a comment
* wrap long line
* and add some error handling


  Commit: 532a0ed5a62839b5ac9ea36d152de1fc3c91d6c2
      https://github.com/buildbot/buildbot/commit/532a0ed5a62839b5ac9ea36d152de1fc3c91d6c2
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
    M master/buildbot/buildslave.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'pull646'


  Commit: a62e36630c56fa6c9b528db8e606974fec8b9419
      https://github.com/buildbot/buildbot/commit/a62e36630c56fa6c9b528db8e606974fec8b9419
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/unit/test_steps_source_svn.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/2419fix' into 2419fix


  Commit: 066b0e54554e6a52c873a3d703b309184225d081
      https://github.com/buildbot/buildbot/commit/066b0e54554e6a52c873a3d703b309184225d081
  Author: Jared Grubb <jgrubb at apple.com>
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
    M master/buildbot/db/schedulers.py
    M master/buildbot/schedulers/basic.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/unit/test_schedulers_basic.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Fixes #1808: use different treeStableTimer in AnyBranchScheduler for different sources


  Commit: 0b6661afbfab7005102cbd4a76a86624b7133199
      https://github.com/buildbot/buildbot/commit/0b6661afbfab7005102cbd4a76a86624b7133199
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2013-02-27 (Wed, 27 Feb 2013)

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

  Log Message:
  -----------
  Remove suggestion that multi-codebase builds support is elusive.


  Commit: c30fb36e899c65d91134b2121a629119bdea6c12
      https://github.com/buildbot/buildbot/commit/c30fb36e899c65d91134b2121a629119bdea6c12
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/unit/test_steps_source_svn.py

  Log Message:
  -----------
  Merge branch '2419fix' of git://github.com/ShriramK/buildbot


  Commit: 67d1a69a375221a528139954d2d3294eb8d8c31e
      https://github.com/buildbot/buildbot/commit/67d1a69a375221a528139954d2d3294eb8d8c31e
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-02-27 (Wed, 27 Feb 2013)

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

  Log Message:
  -----------
  fix small docs errors


  Commit: 7fa6976f59ba6c42696cecee3f27fac9bd188472
      https://github.com/buildbot/buildbot/commit/7fa6976f59ba6c42696cecee3f27fac9bd188472
  Author: Jorge Gonzalez <gjorge at google.com>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M master/buildbot/db/buildrequests.py
    M master/buildbot/test/unit/test_db_buildrequests.py
    M master/docs/developer/database.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  add buildrequests filtering by branch and project

Change-Id: I6b865a565a2bfc68be32e86f2e0d2172d768a60c


  Commit: 5f5c26fb8ba84038d3ed5ba70585bb2355e19afc
      https://github.com/buildbot/buildbot/commit/5f5c26fb8ba84038d3ed5ba70585bb2355e19afc
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-03-01 (Fri, 01 Mar 2013)

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

  Log Message:
  -----------
  fix example


  Commit: 88974e7532e393e89ab7d88e4cbbe35d3d980eb7
      https://github.com/buildbot/buildbot/commit/88974e7532e393e89ab7d88e4cbbe35d3d980eb7
  Author: Jared Grubb <jgrubb at apple.com>
  Date:   2013-03-02 (Sat, 02 Mar 2013)

  Changed paths:
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/unit/test_steps_source_svn.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  SVN: Add option to use 'last chnaged' revision rather than global revision


  Commit: 4766c95e947ea637b8cddaa0bdbc8b082cbf95aa
      https://github.com/buildbot/buildbot/commit/4766c95e947ea637b8cddaa0bdbc8b082cbf95aa
  Author: Jared Grubb <jgrubb at apple.com>
  Date:   2013-03-02 (Sat, 02 Mar 2013)

  Changed paths:
    M master/buildbot/process/builder.py
    M master/buildbot/schedulers/forcesched.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/unit/test_process_builder.py
    M master/docs/manual/cfg-schedulers.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  BuildslaveChoiceParameter and EnforceChosenSlave: force scheduler hooks for explicit slave control


  Commit: 3be4839eb7c93ad18f55a78c08d7a5c2574266f6
      https://github.com/buildbot/buildbot/commit/3be4839eb7c93ad18f55a78c08d7a5c2574266f6
  Author: Jared Grubb <jgrubb at apple.com>
  Date:   2013-03-02 (Sat, 02 Mar 2013)

  Changed paths:
    M master/buildbot/process/builder.py
    M master/buildbot/schedulers/forcesched.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/unit/test_process_builder.py
    M master/docs/manual/cfg-schedulers.rst

  Log Message:
  -----------
  enforceChosenSlave: address review comments


  Commit: ff2acf8cb58489a82811b4b5891f00ac36e63e35
      https://github.com/buildbot/buildbot/commit/ff2acf8cb58489a82811b4b5891f00ac36e63e35
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-03-02 (Sat, 02 Mar 2013)

  Changed paths:
    M master/docs/developer/style.rst

  Log Message:
  -----------
  add warning about LoopingCall and TimerService; refs #1038


  Commit: 3c8373d51ff87948c60dce45c05c4b2188761ac0
      https://github.com/buildbot/buildbot/commit/3c8373d51ff87948c60dce45c05c4b2188761ac0
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-03-03 (Sun, 03 Mar 2013)

  Changed paths:
    M master/buildbot/process/builder.py
    M master/buildbot/schedulers/forcesched.py
    M master/buildbot/test/unit/test_process_builder.py
    M master/docs/manual/cfg-schedulers.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'BuildslaveChoiceParameter' of git://github.com/jaredgrubb/buildbot


  Commit: 198029d0df4eedb0d57cb2082fb461d3382cd581
      https://github.com/buildbot/buildbot/commit/198029d0df4eedb0d57cb2082fb461d3382cd581
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-03-03 (Sun, 03 Mar 2013)

  Changed paths:
    M master/buildbot/db/schedulers.py
    M master/buildbot/schedulers/basic.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/unit/test_schedulers_basic.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'treeStableTimer' of git://github.com/jaredgrubb/buildbot


  Commit: 6dfff6abd91def6701aab9279730c19efceedde4
      https://github.com/buildbot/buildbot/commit/6dfff6abd91def6701aab9279730c19efceedde4
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-03-03 (Sun, 03 Mar 2013)

  Changed paths:
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/unit/test_steps_source_svn.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'SvnLastChangedRev' of git://github.com/jaredgrubb/buildbot


  Commit: 6d9b3568b7fe8b8132acfa394cd8cb12997dae33
      https://github.com/buildbot/buildbot/commit/6d9b3568b7fe8b8132acfa394cd8cb12997dae33
  Author: Jorge Gonzalez <gjorge at google.com>
  Date:   2013-03-05 (Tue, 05 Mar 2013)

  Changed paths:
    M master/buildbot/__init__.py

  Log Message:
  -----------
  Ignore std error on version discovery

git may print warnings out that can confuse the parsing, and std error
could never provide a trustworthy errorn number anyway. (In my case, it
was providing a tag name which provided a valid but undesirable match,
so I was ending up with the wrong version number)

Change-Id: I61bccacfff20fd4afd8ac8d73b69e2deab50d1c7


  Commit: 6a726a75e7ca9948f4557b9aa320abc22a581e73
      https://github.com/buildbot/buildbot/commit/6a726a75e7ca9948f4557b9aa320abc22a581e73
  Author: Vladimir Rutsky <vladimir.rutsky at transas.com>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
    M master/buildbot/steps/source/base.py

  Log Message:
  -----------
  Fix "proeprty" typo


  Commit: 8a07172c3a6ad8ebbc506d4415cf30c80bfd7a89
      https://github.com/buildbot/buildbot/commit/8a07172c3a6ad8ebbc506d4415cf30c80bfd7a89
  Author: Vladimir Rutsky <vladimir.rutsky at transas.com>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
    M master/buildbot/sourcestamp.py

  Log Message:
  -----------
  Fix PATCHLEVEL -> LEVEL typo


  Commit: c0041154525580eac66a59f96804a72fd1cb38c5
      https://github.com/buildbot/buildbot/commit/c0041154525580eac66a59f96804a72fd1cb38c5
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
    M master/buildbot/db/buildrequests.py
    M master/buildbot/test/unit/test_db_buildrequests.py
    M master/docs/developer/database.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'et_scheduler_local_max' of git://github.com/jgonzalezmendez/buildbot


  Commit: 1e5c281380b267775c14ab53a3153f848286bd35
      https://github.com/buildbot/buildbot/commit/1e5c281380b267775c14ab53a3153f848286bd35
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
    M master/buildbot/steps/source/svn.py

  Log Message:
  -----------
  Uses XML output format of svn info to fetch url

Regex was used with svn info output to fetch url value in
SVN._sourcedirIsUpdatable. French and Norvegian svn versions use
respective language names for url value and not 'URL' in regex.
XML Output format of svn info resolves it

Fixes http://trac.buildbot.net/ticket/2375


  Commit: 3fc9d4096cadab7de57f8f922e6648d6c3b9633a
      https://github.com/buildbot/buildbot/commit/3fc9d4096cadab7de57f8f922e6648d6c3b9633a
  Author: Shriram Kunchanapalli <kshriram18 at gmail.com>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

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

  Log Message:
  -----------
  Fixes svn tests to match url value in XML output format of svn info


  Commit: a151c353222214182e6b016155e7788c33e1deeb
      https://github.com/buildbot/buildbot/commit/a151c353222214182e6b016155e7788c33e1deeb
  Author: Maria <mariangemarcano at gmail.com>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
    M master/buildbot/master.py

  Log Message:
  -----------
  db_poller isn't getting adjusted

At the time we call def reconfigService(self, new_config):
self.config.db['db_poll_interval']  has the new value already assigned,
so this comparison is never true
https://github.com/buildbot/buildbot/blob/master/master/buildbot/master.py#L303
if (self.config.db['db_poll_interval']   !=
new_config.db['db_poll_interval'])

and the db_poller isn't getting adjusted, changed the reconfigService
implementations to store initial configuration in object attributes, and
compare those attributes to new_config.


  Commit: df705bf445f906d0bab74b0aa5bcbc1f4ac01081
      https://github.com/buildbot/buildbot/commit/df705bf445f906d0bab74b0aa5bcbc1f4ac01081
  Author: mariangemarcano <mariangemarcano at gmail.com>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

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

  Log Message:
  -----------
  code review fixes

- change configured_url -> configured_db_url
- put all of the config-handling code in reconfigService
- add release notes


  Commit: 9f97131df7f2920c1fc4deb8f96e37891afce59c
      https://github.com/buildbot/buildbot/commit/9f97131df7f2920c1fc4deb8f96e37891afce59c
  Author: Vladimir Rutsky <vladimir.rutsky at transas.com>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
    M master/buildbot/status/web/grid.py
    M master/buildbot/status/web/templates/grid_macros.html

  Log Message:
  -----------
  Handle multiple codebases in Grid and Transposed Grid views


  Commit: 775ee59465d1726f25a53594dee4a9bd8c1f3b88
      https://github.com/buildbot/buildbot/commit/775ee59465d1726f25a53594dee4a9bd8c1f3b88
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M master/buildbot/__init__.py

  Log Message:
  -----------
  Merge branch 'et_setup_version' of git://github.com/jgonzalezmendez/buildbot


  Commit: 3c36ea75aceb36812e7e9663029a1a35e9cd22c4
      https://github.com/buildbot/buildbot/commit/3c36ea75aceb36812e7e9663029a1a35e9cd22c4
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M master/buildbot/sourcestamp.py
    M master/buildbot/steps/source/base.py

  Log Message:
  -----------
  Merge branch 'typos' of git://github.com/vrutsky/buildbot


  Commit: ce98565e187b276ed80b29311b16a44d89c1f651
      https://github.com/buildbot/buildbot/commit/ce98565e187b276ed80b29311b16a44d89c1f651
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M master/buildbot/status/web/grid.py
    M master/buildbot/status/web/templates/grid_macros.html

  Log Message:
  -----------
  Merge branch 'multiple_codebases_grids_view' of git://github.com/vrutsky/buildbot


  Commit: ceae3951e740d7bc948cd7478c017394a11991d7
      https://github.com/buildbot/buildbot/commit/ceae3951e740d7bc948cd7478c017394a11991d7
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

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

  Log Message:
  -----------
  change tests to correspond


  Commit: 8e9433a024a448e4a65d3b154498ca21b7e0107c
      https://github.com/buildbot/buildbot/commit/8e9433a024a448e4a65d3b154498ca21b7e0107c
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M master/buildbot/master.py
    M master/buildbot/test/unit/test_master.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'pull639'


  Commit: 0feb7c5ca2d488b677721bf99e78dcdabd1b3b31
      https://github.com/buildbot/buildbot/commit/0feb7c5ca2d488b677721bf99e78dcdabd1b3b31
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/unit/test_steps_source_svn.py

  Log Message:
  -----------
  Merge branch '2375fix' of git://github.com/ShriramK/buildbot


  Commit: 16d87bb288171d3fe081f2978c294eda87c1a6bc
      https://github.com/buildbot/buildbot/commit/16d87bb288171d3fe081f2978c294eda87c1a6bc
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/unit/test_steps_source_svn.py

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


  Commit: c524031279da0122f913b0eee49e876d7db9d5a7
      https://github.com/buildbot/buildbot/commit/c524031279da0122f913b0eee49e876d7db9d5a7
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-03-09 (Sat, 09 Mar 2013)

  Changed paths:
    M README.md

  Log Message:
  -----------
  add a few README.md items


  Commit: 3fca306ec0e18cea71ab3371b791824b84177e89
      https://github.com/buildbot/buildbot/commit/3fca306ec0e18cea71ab3371b791824b84177e89
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-03-09 (Sat, 09 Mar 2013)

  Changed paths:
    M master/buildbot/__init__.py
    M master/buildbot/buildslave.py
    M master/buildbot/db/buildrequests.py
    M master/buildbot/db/schedulers.py
    M master/buildbot/master.py
    M master/buildbot/process/builder.py
    M master/buildbot/schedulers/basic.py
    M master/buildbot/schedulers/forcesched.py
    M master/buildbot/scripts/runner.py
    M master/buildbot/status/web/builder.py
    M master/buildbot/status/web/grid.py
    M master/buildbot/status/web/templates/forms.html
    M master/buildbot/status/web/templates/grid_macros.html
    M master/buildbot/steps/source/base.py
    M master/buildbot/steps/source/svn.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/unit/test_db_buildrequests.py
    M master/buildbot/test/unit/test_db_schedulers.py
    M master/buildbot/test/unit/test_master.py
    M master/buildbot/test/unit/test_process_builder.py
    M master/buildbot/test/unit/test_schedulers_basic.py
    M master/buildbot/test/unit/test_schedulers_forcesched.py
    M master/buildbot/test/unit/test_scripts_runner.py
    M master/buildbot/test/unit/test_steps_source_svn.py
    M master/docs/developer/db.rst
    M master/docs/developer/style.rst
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/cfg-changesources.rst
    M master/docs/manual/cfg-schedulers.rst
    M master/docs/manual/customization.rst
    M master/docs/relnotes/index.rst

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


Compare: https://github.com/buildbot/buildbot/compare/a8a4e115b736...3fca306ec0e1


More information about the Commits mailing list