[Buildbot-commits] [buildbot/buildbot] 663b63: Add changes for new branches in GitPoller

GitHub noreply at github.com
Wed Dec 10 16:07:35 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 663b639a5a34effeaf2ec8d3bd86875a0e7d9dff
      https://github.com/buildbot/buildbot/commit/663b639a5a34effeaf2ec8d3bd86875a0e7d9dff
  Author: Hashem Nasarat <hashem at riseup.net>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M master/buildbot/changes/gitpoller.py

  Log Message:
  -----------
  Add changes for new branches in GitPoller

With the new branches=True argument for GitPoller to watch all
branches, _process_changes() does nothing if a new branch is pushed. The
only time it adds changes to the database is when a new commit is pushed
on an existing branch. This is unfortunate because this means in order
to have buildbot build all git branches, one must first push the branch,
wait for GitPoller to detect it, and then push new commits on the
branch.

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


  Commit: bf7017caff0836d7f694184419f7501cd5625131
      https://github.com/buildbot/buildbot/commit/bf7017caff0836d7f694184419f7501cd5625131
  Author: Hashem Nasarat <hashem at riseup.net>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M master/buildbot/changes/gitpoller.py

  Log Message:
  -----------
  Print detailed information if _dovccmd() in GitPoller fails

Otherwise the outputted information often isn't sufficient to debug the
problem.


  Commit: 855c74819e79c614faf90758bf68e6ba359f77f6
      https://github.com/buildbot/buildbot/commit/855c74819e79c614faf90758bf68e6ba359f77f6
  Author: Jonas Pommerening <jonas.pommerening at gmail.com>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M master/buildbot/changes/gitpoller.py
    M master/buildbot/test/unit/test_changes_gitpoller.py

  Log Message:
  -----------
  Exclude all commits we already know about


  Commit: a1819baeaa1deeb62cb57f47eabbb06661cf2aae
      https://github.com/buildbot/buildbot/commit/a1819baeaa1deeb62cb57f47eabbb06661cf2aae
  Author: Jonas Pommerening <jonas.pommerening at gmail.com>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M master/buildbot/changes/gitpoller.py

  Log Message:
  -----------
  Store revs in ascii strings, not unicode.

This is to avoid Twisted complaining about unicode arguments being
passed to reactor.spawnProcess.

Also: release notes

Conflicts:
	master/buildbot/changes/gitpoller.py


  Commit: 48253f6b12c78dc19bb9ba6ba7c1993fdaa79ab3
      https://github.com/buildbot/buildbot/commit/48253f6b12c78dc19bb9ba6ba7c1993fdaa79ab3
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M master/buildbot/changes/gitpoller.py
    M master/buildbot/test/unit/test_changes_gitpoller.py

  Log Message:
  -----------
  Merge pull request #1433 from delanne/gitpoller-do-new-branches

Gitpoller do new branches


Compare: https://github.com/buildbot/buildbot/compare/42c68ce1d01c...48253f6b12c7


More information about the Commits mailing list