[Buildbot-commits] buildbot ChangeLog,1.348,1.349

Brian Warner warner at users.sourceforge.net
Tue Apr 12 00:28:47 UTC 2005


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

Modified Files:
	ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-35
Creator:  Brian Warner <warner at monolith.lothar.com>

use abspath() to make test_vc happier in certain environments

	* buildbot/test/test_vc.py (VCSupport.__init__): use abspath() to
	normalize the VC-repository location.. makes SVN happier with
	certain test environments.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -d -r1.348 -r1.349
--- ChangeLog	12 Apr 2005 00:28:31 -0000	1.348
+++ ChangeLog	12 Apr 2005 00:28:45 -0000	1.349
@@ -1,5 +1,9 @@
 2005-04-11  Brian Warner  <warner at lothar.com>
 
+	* buildbot/test/test_vc.py (VCSupport.__init__): use abspath() to
+	normalize the VC-repository location.. makes SVN happier with
+	certain test environments.
+
 	* buildbot/process/step.py (RemoteShellCommand.__init__): let each
 	RemoteShellCommand gets its own .env dictionary, so that code in
 	start() doesn't mutate the original. I think this should fix the





More information about the Commits mailing list