[Buildbot-commits] [buildbot/buildbot] f9fda4: sqlalchemy version changes

GitHub noreply at github.com
Mon Dec 10 16:20:52 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: f9fda440b0719e2673dfba1be0ac6319af07778c
      https://github.com/buildbot/buildbot/commit/f9fda440b0719e2673dfba1be0ac6319af07778c
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  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 <tom.prince at ualberta.net>
  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 <tom.prince at ualberta.net>
  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 <tom.prince at ualberta.net>
  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 <tom.prince at ualberta.net>
  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 <tom.prince at ualberta.net>
  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 <tom.prince at ualberta.net>
  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 <tom.prince at ualberta.net>
  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 <dustin at mozilla.com>
  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 <tom.prince at ualberta.net>
  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 <tom.prince at ualberta.net>
  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: 9ed0f22931b6dd92c2ab3a3a6a2c510dc103ba50
      https://github.com/buildbot/buildbot/commit/9ed0f22931b6dd92c2ab3a3a6a2c510dc103ba50
  Author: Tom Prince <tom.prince at ualberta.net>
  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.


Compare: https://github.com/buildbot/buildbot/compare/b69278060e7c...9ed0f22931b6


More information about the Commits mailing list