[Buildbot-commits] [buildbot/buildbot] 9cadcf: use branches instead of symbolic names to track gi...
noreply at github.com
noreply at github.com
Fri Jan 14 20:15:26 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 9cadcf2f2a3fa041bb999847edc719d9e0c13d96
https://github.com/buildbot/buildbot/commit/9cadcf2f2a3fa041bb999847edc719d9e0c13d96
Author: Dustin J. Mitchell <dustin at v.igoro.us>
Date: 2011-01-14 (Fri, 14 Jan 2011)
Changed paths:
M master/buildbot/changes/gitpoller.py
Log Message:
-----------
use branches instead of symbolic names to track gitpoller state
Old code had used HEAD and FETCH_HEAD, which are easily clobbered by
other commands. Instead, use the tracking branch (e.g., 'devel') and
its remote branch (e.g., 'origin/devel'), processing all changes from
devel..origin/devel, and then resetting devel to origin/devel.
Commit: 8906f8838a2ac61d5874e66fa35811bc981fa355
https://github.com/buildbot/buildbot/commit/8906f8838a2ac61d5874e66fa35811bc981fa355
Author: Dustin J. Mitchell <dustin at v.igoro.us>
Date: 2011-01-14 (Fri, 14 Jan 2011)
Changed paths:
M master/buildbot/changes/gitpoller.py
M master/buildbot/scripts/sample.cfg
M master/docs/cfg-changesources.texinfo
Log Message:
-----------
Allow relative paths for gitpoller's workdir
More information about the Commits
mailing list