[Buildbot-commits] buildbot ChangeLog,1.997,1.998

Brian Warner warner at users.sourceforge.net
Wed Nov 28 02:10:48 UTC 2007


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

Modified Files:
	ChangeLog 
Log Message:
[project @ test_vc.Git: skip git tests when Git is older than 1.2.x, since 1.1.3 fails]

Original author: warner at lothar.com
Date: 2007-11-28 02:09:02+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.997
retrieving revision 1.998
diff -u -d -r1.997 -r1.998
--- ChangeLog	28 Nov 2007 01:37:05 -0000	1.997
+++ ChangeLog	28 Nov 2007 02:10:46 -0000	1.998
@@ -1,9 +1,12 @@
 2007-11-27  Brian Warner  <warner at lothar.com>
 
-	* buildbot/test/test_vc.py (GitHelper.createRepository): use 'git
-	init-db' instead of 'git init', since older versions of git (such
-	as the one that shipped with Dapper) don't know about the newer
-	alias.
+	* buildbot/test/test_vc.py (GitHelper.capable): skip Git tests if
+	the version of Git installed is older than 1.2.x . Git 1.1.3
+	doesn't accept 'git init' (it wants 'git init-db' instead) and the
+	branch tests fail. I know that Git 1.5.3.6 works. I don't know
+	what the dividing line is.. if someone can figure it out, please
+	update this check. Also, if someone can make buildbot's git
+	support handle older versions, please do that too! Addresses #130.
 
 2007-11-21  Brian Warner  <warner at lothar.com>
 





More information about the Commits mailing list