[Buildbot-commits] buildbot ChangeLog,1.995,1.996

Brian Warner warner at users.sourceforge.net
Thu Nov 22 01:04:36 UTC 2007


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32481

Modified Files:
	ChangeLog 
Log Message:
[project @ improve Git support, plus docs and tests. Thanks to Haavard Skinnemoen for the amazing patch. Closes #130.]

Original author: warner at lothar.com
Date: 2007-11-22 01:03:37+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.995
retrieving revision 1.996
diff -u -d -r1.995 -r1.996
--- ChangeLog	22 Nov 2007 01:04:26 -0000	1.995
+++ ChangeLog	22 Nov 2007 01:04:33 -0000	1.996
@@ -1,5 +1,20 @@
 2007-11-21  Brian Warner  <warner at lothar.com>
 
+	* lots: improve Git support, AMAZING patch from Haavard
+	Skinnemoen, complete with unit tests and docs, thanks! Closes #130.
+	* buildbot/scripts/tryclient.py (GitExtractor): add 'try' support
+	* buildbot/slave/commands.py (Git): accept branch and revisions,
+	and use 'git' instead of the 'cogito' wrapper
+	* buildbot/steps/source.py (Git.__init__): same
+	* buildbot/test/test_vc.py (BaseHelper.runCommand): offer control
+	over env=
+	(BaseHelper.do): same
+	(BaseHelper.dovc): same
+	(Git): unit tests for Git support. Wow!
+	* docs/buildbot.texinfo (Git): docs for Git support. Double Wow!
+	* contrib/git_buildbot.py: commit-hook script for git
+
+
 	* buildbot/changes/p4poller.py (P4Source._finished): don't let a
 	failure cause us to stop polling. Thanks to John Backstrand for
 	the patch. Closes #135.





More information about the Commits mailing list