[Buildbot-commits] [buildbot/buildbot] 3f4058: Fix bzr branch handling.

GitHub noreply at github.com
Sat Jul 7 13:27:21 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 3f405898271f0d73bba937a267663e28d7b4a036
      https://github.com/buildbot/buildbot/commit/3f405898271f0d73bba937a267663e28d7b4a036
  Author: Jeff Licquia <licquia at linuxfoundation.org>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

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

  Log Message:
  -----------
  Fix bzr branch handling.

Branches in bzr are separate URLs at the moment; handling branches
amounts to appending to a base URL (the "baseURL" parameter).  The
original code did this on factory creation; we need it to happen
at build time instead (when the bzr step is actually run on the slave).


  Commit: 38906c4a6778102b95a76b7e843c66110ff6144d
      https://github.com/buildbot/buildbot/commit/38906c4a6778102b95a76b7e843c66110ff6144d
  Author: Jeff Licquia <licquia at linuxfoundation.org>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M master/buildbot/steps/source/bzr.py
    M master/buildbot/test/unit/test_steps_source_bzr.py

  Log Message:
  -----------
  Add tests for bzr baseURL; fix combining baseURL w/ branch.


  Commit: 83e63a677f0b8ddd2bceab21ed35f560e315fcc7
      https://github.com/buildbot/buildbot/commit/83e63a677f0b8ddd2bceab21ed35f560e315fcc7
  Author: Jeff Licquia <licquia at linuxfoundation.org>
  Date:   2012-06-02 (Sat, 02 Jun 2012)

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

  Log Message:
  -----------
  Switch to using path_module.join() for making the repository URL.


  Commit: 61fea33c7161085daf1ff1e4eb891145457d2b18
      https://github.com/buildbot/buildbot/commit/61fea33c7161085daf1ff1e4eb891145457d2b18
  Author: Jeff Licquia <licquia at linuxfoundation.org>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

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

  Log Message:
  -----------
  path_module.join() turns out to be wrong; use os.path.join() instead.


  Commit: 802b85e5e487ca8283924be4cdd7df7be67bee7b
      https://github.com/buildbot/buildbot/commit/802b85e5e487ca8283924be4cdd7df7be67bee7b
  Author: Jeff Licquia <licquia at linuxfoundation.org>
  Date:   2012-07-06 (Fri, 06 Jul 2012)

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

  Log Message:
  -----------
  Force defaultBranch if repoURL is set.


  Commit: 90aeb18dfe3a612e3c4e5505b3ef0eb22796bfc8
      https://github.com/buildbot/buildbot/commit/90aeb18dfe3a612e3c4e5505b3ef0eb22796bfc8
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-07-07 (Sat, 07 Jul 2012)

  Changed paths:
    M master/buildbot/steps/source/bzr.py
    M master/buildbot/test/unit/test_steps_source_bzr.py

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

* 'master' of git://github.com/licquia/buildbot:
  Force defaultBranch if repoURL is set.
  path_module.join() turns out to be wrong; use os.path.join() instead.
  Switch to using path_module.join() for making the repository URL.
  Add tests for bzr baseURL; fix combining baseURL w/ branch.
  Fix bzr branch handling.


Compare: https://github.com/buildbot/buildbot/compare/344f7ebc014c...90aeb18dfe3a


More information about the Commits mailing list