[Buildbot-commits] [buildbot/buildbot] a073a3: Wrong error messages for a failed rebuild

GitHub noreply at github.com
Tue Apr 29 06:09:02 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: a073a36d35bf3fc1415da3be7763200948bd50bf
      https://github.com/buildbot/buildbot/commit/a073a36d35bf3fc1415da3be7763200948bd50bf
  Author: Jared Grubb <jaredgrubb at gmail.com>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M master/buildbot/status/web/build.py

  Log Message:
  -----------
  Wrong error messages for a failed rebuild


  Commit: ba20e600a47891a7581f342ad856d2537870ff94
      https://github.com/buildbot/buildbot/commit/ba20e600a47891a7581f342ad856d2537870ff94
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M master/buildbot/steps/source/git.py
    M master/buildbot/test/unit/test_steps_source_git.py
    M master/buildbot/test/util/steps.py

  Log Message:
  -----------
  Don't pass HEAD to git describe with --dirty

The 'git describe' manual explicitly distinguishes --dirty as not
taking a commitish, so don't pass one.  Fixes #2764.


  Commit: e8c27a5a2b43879464e4c27e0b3cb8af0ef79148
      https://github.com/buildbot/buildbot/commit/e8c27a5a2b43879464e4c27e0b3cb8af0ef79148
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M master/buildbot/steps/source/git.py
    M master/buildbot/test/util/steps.py

  Log Message:
  -----------
  fix review commentsa

+import reorder


  Commit: 62d89e9433b68c0a0aef97a080c98f65d45617e3
      https://github.com/buildbot/buildbot/commit/62d89e9433b68c0a0aef97a080c98f65d45617e3
  Author: Patrick Valsecchi <pvalsecc at cisco.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M master/contrib/git_buildbot.py

  Log Message:
  -----------
  Stop doing builds for merged in commits.

Those commits have already been tested by buildbot in the past. Only
the merge itself needs to be tested.


  Commit: c039539200a5a892bd6304b4d347bb7b85173894
      https://github.com/buildbot/buildbot/commit/c039539200a5a892bd6304b4d347bb7b85173894
  Author: Dan Kegel <dank at oblong.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

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

  Log Message:
  -----------
  Update index before applying try patch with git.


  Commit: 3b3eafcef196ae3149e6cc989d3196bbbcbcd851
      https://github.com/buildbot/buildbot/commit/3b3eafcef196ae3149e6cc989d3196bbbcbcd851
  Author: Dan Kegel <dank at oblong.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M master/buildbot/test/unit/test_steps_source_git.py

  Log Message:
  -----------
  Previous commit was missing unit test changes


  Commit: e8402861d2b459ee777661839ca747827e06d853
      https://github.com/buildbot/buildbot/commit/e8402861d2b459ee777661839ca747827e06d853
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

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

  Log Message:
  -----------
  pep8


  Commit: 548cc7ea8ea1e63c88e8c94c0181214174abd6d9
      https://github.com/buildbot/buildbot/commit/548cc7ea8ea1e63c88e8c94c0181214174abd6d9
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2014-04-28 (Mon, 28 Apr 2014)

  Changed paths:
    A master/buildbot/test/unit/test_util_debounce.py
    A master/buildbot/util/debounce.py
    M master/docs/developer/utils.rst

  Log Message:
  -----------
  Add a debounced method decorator


  Commit: 8a45f15be14fc0bf4c331523870b4413fde20b73
      https://github.com/buildbot/buildbot/commit/8a45f15be14fc0bf4c331523870b4413fde20b73
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2014-04-28 (Mon, 28 Apr 2014)

  Changed paths:
    M master/docs/developer/cls-buildsteps.rst

  Log Message:
  -----------
  align nine and master docs for buildsteps


  Commit: 10b439b80d848532a8385784fadb16f0c662d9d3
      https://github.com/buildbot/buildbot/commit/10b439b80d848532a8385784fadb16f0c662d9d3
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-28 (Mon, 28 Apr 2014)

  Changed paths:
    M master/buildbot/process/buildstep.py
    M master/buildbot/test/unit/test_process_buildstep.py
    M master/docs/developer/cls-buildsteps.rst
    M master/docs/manual/new-style-steps.rst

  Log Message:
  -----------
  Add 'summary' handling for new-style steps


  Commit: f47ef102d2af1e80db45027fa3942b7f74baceb9
      https://github.com/buildbot/buildbot/commit/f47ef102d2af1e80db45027fa3942b7f74baceb9
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2014-04-28 (Mon, 28 Apr 2014)

  Changed paths:
    M master/buildbot/process/buildstep.py
    M master/docs/developer/cls-buildsteps.rst

  Log Message:
  -----------
  remove setStateStrings


  Commit: 7910d40d9a04185a445d40906738c69cdf69422d
      https://github.com/buildbot/buildbot/commit/7910d40d9a04185a445d40906738c69cdf69422d
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-29 (Tue, 29 Apr 2014)

  Changed paths:
    M master/buildbot/steps/source/git.py
    M master/buildbot/test/unit/test_steps_source_git.py
    M master/buildbot/test/util/steps.py
    M master/contrib/git_buildbot.py

  Log Message:
  -----------
  Merge branch 'buildbot-0.8.9'


  Commit: 00b1ac6d3ba536c9b0f27afc9e74501efb311096
      https://github.com/buildbot/buildbot/commit/00b1ac6d3ba536c9b0f27afc9e74501efb311096
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-29 (Tue, 29 Apr 2014)

  Changed paths:
    M master/buildbot/test/util/steps.py

  Log Message:
  -----------
  fix pyflakes


Compare: https://github.com/buildbot/buildbot/compare/67e6e05bd850...00b1ac6d3ba5


More information about the Commits mailing list