[Buildbot-commits] [buildbot/buildbot] c6b127: Changed check if patch info should be in blamelist

GitHub noreply at github.com
Sun May 3 18:18:11 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: c6b12770e56c7cfe9fb56d5ef51e0c977d0675d7
      https://github.com/buildbot/buildbot/commit/c6b12770e56c7cfe9fb56d5ef51e0c977d0675d7
  Author: Daniel Collin <daniel at collin.com>
  Date:   2015-02-13 (Fri, 13 Feb 2015)

  Changed paths:
    M master/buildbot/process/build.py

  Log Message:
  -----------
  Changed check if patch info should be in blamelist

When patch_info is being setup in build_request.py it's being set to (None, None) which makes this check incorrect but patch is being set to None. Now the check patch instead and that resolves the issue outlined in this ticket:

http://trac.buildbot.net/ticket/3194


  Commit: 38116534dd9c5b99bf782c2557a790b2c6a8f45d
      https://github.com/buildbot/buildbot/commit/38116534dd9c5b99bf782c2557a790b2c6a8f45d
  Author: Daniel Collin <daniel at collin.com>
  Date:   2015-04-18 (Sat, 18 Apr 2015)

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

  Log Message:
  -----------
  Removes incorrect check of author in blamelist

This is because the author isn't added to the blamelist if patch isn't set


  Commit: 6a859bf35601df5e1c2d44fa5683fc5036625215
      https://github.com/buildbot/buildbot/commit/6a859bf35601df5e1c2d44fa5683fc5036625215
  Author: Daniel Collin <daniel at collin.com>
  Date:   2015-04-18 (Sat, 18 Apr 2015)

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

  Log Message:
  -----------
  Fixed trailing whitespace


  Commit: 67c4055b4d71af0a013bf698383d6b088485fafd
      https://github.com/buildbot/buildbot/commit/67c4055b4d71af0a013bf698383d6b088485fafd
  Author: Pierre Tardy <tardyp at gmail.com>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M master/buildbot/process/build.py
    M master/buildbot/test/unit/test_process_build.py

  Log Message:
  -----------
  Merge pull request #1542 from emoon/master

Changed check if patch info should be in blamelist


Compare: https://github.com/buildbot/buildbot/compare/1e49fed66536...67c4055b4d71


More information about the Commits mailing list