[Buildbot-commits] [buildbot/buildbot] 9dd0ec: fix gitpoller startup

noreply at github.com noreply at github.com
Fri Dec 31 05:14:12 UTC 2010


Branch: refs/heads/master
Home:   https://github.com/buildbot/buildbot

Commit: 9dd0ece91c671c7995f6a0ab818e5886463e5775
    https://github.com/buildbot/buildbot/commit/9dd0ece91c671c7995f6a0ab818e5886463e5775
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2010-12-30 (Thu, 30 Dec 2010)

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

Log Message:
-----------
fix gitpoller startup

Use getProcessOutput to do the initialization of the tracking git
repository asynchronously, instead of blocking the master forever.  This
incidentally fixes the problem of considering every change since the
beginning of time when starting the GitPoller for the first time.
Fixes #1742.  Both parts.






More information about the Commits mailing list