[Buildbot-commits] [buildbot/buildbot] 357081: data/steps: dont start step at creation

GitHub noreply at github.com
Mon Nov 25 15:20:15 UTC 2013


  Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: 357081768cfac36f6a2df1e9fe1bb93e0b910d65
      https://github.com/buildbot/buildbot/commit/357081768cfac36f6a2df1e9fe1bb93e0b910d65
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2013-11-25 (Mon, 25 Nov 2013)

  Changed paths:
    M master/buildbot/data/steps.py
    M master/buildbot/db/migrate/versions/030_statusdb_tables.py
    M master/buildbot/db/model.py
    M master/buildbot/db/steps.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/unit/test_data_steps.py
    M master/buildbot/test/unit/test_db_steps.py
    M master/docs/developer/rtype-step.rst

  Log Message:
  -----------
  data/steps: dont start step at creation

We need to create steps at builderfactory time, so that they
can be displayed in the UI

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: 7aee3f44deb81933c017e6b2edbc80691d3e576e
      https://github.com/buildbot/buildbot/commit/7aee3f44deb81933c017e6b2edbc80691d3e576e
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2013-11-25 (Mon, 25 Nov 2013)

  Changed paths:
    M master/buildbot/www/service.py

  Log Message:
  -----------
  service: fix import failure in case of missing endpoint

This happens when switching branches that does not contain
a previously "setup.py develop"ed plugin

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


Compare: https://github.com/buildbot/buildbot/compare/e8ae10c4a0ff...7aee3f44deb8


More information about the Commits mailing list