[Buildbot-commits] [buildbot/buildbot] cb14d2: Add changes for new branches in GitPoller
GitHub
noreply at github.com
Fri Jan 23 15:31:10 UTC 2015
Branch: refs/heads/eight
Home: https://github.com/buildbot/buildbot
Commit: cb14d2846f7824727a2bb9ba74187cd13ce28e93
https://github.com/buildbot/buildbot/commit/cb14d2846f7824727a2bb9ba74187cd13ce28e93
Author: Hashem Nasarat <hashem at riseup.net>
Date: 2015-01-23 (Fri, 23 Jan 2015)
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: 0423705d5a93583d154d8e25b7e4ff139805324c
https://github.com/buildbot/buildbot/commit/0423705d5a93583d154d8e25b7e4ff139805324c
Author: Hashem Nasarat <hashem at riseup.net>
Date: 2015-01-23 (Fri, 23 Jan 2015)
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: 1155b78d99bd3db33dd262a09f4c742308de917a
https://github.com/buildbot/buildbot/commit/1155b78d99bd3db33dd262a09f4c742308de917a
Author: Jonas Pommerening <jonas.pommerening at gmail.com>
Date: 2015-01-23 (Fri, 23 Jan 2015)
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: 5b13edd3fa18d1b73a3926b41757662f4b95e1c5
https://github.com/buildbot/buildbot/commit/5b13edd3fa18d1b73a3926b41757662f4b95e1c5
Author: Jonas Pommerening <jonas.pommerening at gmail.com>
Date: 2015-01-23 (Fri, 23 Jan 2015)
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.
Conflicts:
master/buildbot/changes/gitpoller.py
Commit: 4b15ea4cd3177bdaca890af26806d77b1f15394a
https://github.com/buildbot/buildbot/commit/4b15ea4cd3177bdaca890af26806d77b1f15394a
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-23 (Fri, 23 Jan 2015)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
update release notes
Commit: 312a9903a6ad51f699d543ef2d5e7781c51147a0
https://github.com/buildbot/buildbot/commit/312a9903a6ad51f699d543ef2d5e7781c51147a0
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-01-23 (Fri, 23 Jan 2015)
Changed paths:
M master/buildbot/changes/gitpoller.py
M master/buildbot/test/unit/test_changes_gitpoller.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1497 from sa2ajj/backport-1433
Backport 1433
Compare: https://github.com/buildbot/buildbot/compare/88857a7a94dc...312a9903a6ad
More information about the Commits
mailing list