[Buildbot-commits] [buildbot/buildbot] ff9753: Revert "Add support for fetching from "virtual bra...

noreply at github.com noreply at github.com
Mon Dec 13 04:20:40 UTC 2010


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

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

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

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

This reverts commit a9f4bde521942ee911d601e53450c51c55c22cb2.

Conflicts:

	slave/buildslave/commands/git.py


Commit: 541db3495d3d9b68edc16bde51066adedf174069
    https://github.com/buildbot/buildbot/commit/541db3495d3d9b68edc16bde51066adedf174069
Author: Piotr Sikora <piotr.sikora at frickle.com>
Date:   2010-12-12 (Sun, 12 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" (take two).

This is much cleaner version of previous patch, that also adds
support for forced builds with "gerrit_change" property.


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

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

Log Message:
-----------
Remove "got_revision" generated by Repo - it's totally useless.


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

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

Log Message:
-----------
Stop clobbering repo, when we've got bad change id.


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

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

Log Message:
-----------
Clean-up in Repo code.

Following parameters were renamed:
* repourl -> manifest_url,
* manifest -> manifest_file,
* repotarball -> tarball.


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

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

Log Message:
-----------
Add support for "project/change_id/patchset_id" format.

Both of the currenlty implemented formats are rejected by web interface
for security reasons. This patch adds support for 3rd format (which is
the only one that actually works).


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

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

Log Message:
-----------
Add "repo_downloaded" property.

This property stores list of all downloaded changes in
"change_id/patchset_id commit_id" format.


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

Changed paths:
  M master/buildbot/status/status_gerrit.py

Log Message:
-----------
Catch-up with recent changes in Git and Repo, fixes #1731, #1732.


Commit: 478dd986b9886a6fc7c49dbda33d4e3265a547bd
    https://github.com/buildbot/buildbot/commit/478dd986b9886a6fc7c49dbda33d4e3265a547bd
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2010-12-12 (Sun, 12 Dec 2010)

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

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

* 'master' of git://github.com/PiotrSikora/buildbot:
  Catch-up with recent changes in Git and Repo, fixes #1731, #1732.
  Add "repo_downloaded" property.
  Add support for "project/change_id/patchset_id" format.
  Clean-up in Repo code.
  Stop clobbering repo, when we've got bad change id.
  Remove "got_revision" generated by Repo - it's totally useless.
  Add support for fetching from "virtual branch" (take two).
  Revert "Add support for fetching from "virtual branch"."


Commit: 523c04d117faa12599a80849f7df818c9832ebf4
    https://github.com/buildbot/buildbot/commit/523c04d117faa12599a80849f7df818c9832ebf4
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2010-12-12 (Sun, 12 Dec 2010)

Changed paths:
  M master/buildbot/status/status_gerrit.py

Log Message:
-----------
do not assign to unused variable


Commit: 27bc31f96d6723a68e50c8e875d6a0d62b8cd341
    https://github.com/buildbot/buildbot/commit/27bc31f96d6723a68e50c8e875d6a0d62b8cd341
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2010-12-12 (Sun, 12 Dec 2010)

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

Log Message:
-----------
remove unused import






More information about the Commits mailing list