[Buildbot-commits] [buildbot/buildbot] a9f4bd: Add support for fetching from "virtual branch".

noreply at github.com noreply at github.com
Fri Dec 10 16:20:52 UTC 2010


Branch: refs/heads/master
Home:   https://github.com/buildbot/buildbot

Commit: a9f4bde521942ee911d601e53450c51c55c22cb2
    https://github.com/buildbot/buildbot/commit/a9f4bde521942ee911d601e53450c51c55c22cb2
Author: Piotr Sikora <piotr.sikora at frickle.com>
Date:   2010-12-09 (Thu, 09 Dec 2010)

Changed paths:
  M master/buildbot/steps/source.py
  M slave/buildslave/commands/git.py

Log Message:
-----------
Add support for fetching from "virtual branch".

Prior to this patch, buildslave tried to retrieve revision from:
1) local repository,
2) remote repository (from regular branch).

With this patch, buildslave will try also (assuming that it received
change from GerritChangeSource):
3) remote repository (from "virtual branch").

We could probably skip 2) in case of changes received from
GerritChangeSource, but I didn't play enough with Gerrit+Git
to be 100% sure about that.

This fixes #1719 for Gerrit, but not for other code review systems.


Commit: f1e611b247ce5747a9bf93a5242b7397366afcf3
    https://github.com/buildbot/buildbot/commit/f1e611b247ce5747a9bf93a5242b7397366afcf3
Author: Piotr Sikora <piotr.sikora at frickle.com>
Date:   2010-12-09 (Thu, 09 Dec 2010)

Changed paths:
  M slave/buildslave/commands/git.py

Log Message:
-----------
Whoops, too many colons.


Commit: 738450f04c29cf8e5ac60997f20209127c18ab37
    https://github.com/buildbot/buildbot/commit/738450f04c29cf8e5ac60997f20209127c18ab37
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2010-12-10 (Fri, 10 Dec 2010)

Changed paths:
  M master/buildbot/steps/source.py
  M slave/buildslave/commands/git.py

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

* 'master' of git://github.com/PiotrSikora/buildbot:
  Whoops, too many colons.
  Add support for fetching from "virtual branch".


Commit: 77f461542b578d72f57ce095116c81f403a16fce
    https://github.com/buildbot/buildbot/commit/77f461542b578d72f57ce095116c81f403a16fce
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2010-12-10 (Fri, 10 Dec 2010)

Changed paths:
  M slave/buildslave/commands/git.py

Log Message:
-----------
add arg 'params' to the Git command's docstring






More information about the Commits mailing list