[Buildbot-commits] buildbot README,1.28,1.29 ChangeLog,1.582,1.583

Brian Warner warner at users.sourceforge.net
Wed Apr 5 18:10:39 UTC 2006


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

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

add some windows fixes from Niklaus Giger

	* buildbot/test/__init__.py: set $LANG to 'C', to insure that
	spawned commands emit parseable results in english and not some
	other language. Patch from Niklaus Giger.

	* README (INSTALLATION): discourage users from running unit tests on
	a "network drive", patch from Niklaus Giger.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.582
retrieving revision 1.583
diff -u -d -r1.582 -r1.583
--- ChangeLog	22 Mar 2006 20:53:31 -0000	1.582
+++ ChangeLog	5 Apr 2006 18:10:34 -0000	1.583
@@ -1,3 +1,12 @@
+2006-04-03  Brian Warner  <warner at lothar.com>
+
+	* buildbot/test/__init__.py: set $LANG to 'C', to insure that
+	spawned commands emit parseable results in english and not some
+	other language. Patch from Niklaus Giger.
+
+	* README (INSTALLATION): discourage users from running unit tests on
+	a "network drive", patch from Niklaus Giger.
+
 2006-03-22  Brian Warner  <warner at lothar.com>
 
 	* contrib/svn_buildbot.py: rearrange, add an easy-to-change

Index: README
===================================================================
RCS file: /cvsroot/buildbot/buildbot/README,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- README	25 Oct 2005 02:49:53 -0000	1.28
+++ README	5 Apr 2006 18:10:34 -0000	1.29
@@ -97,6 +97,9 @@
 should stop and investigate the cause before continuing the installation
 process, as it will probably be easier to track down the bug early.
 
+Neither CVS nor SVN support file based repositories on network filesystem
+(or network drives in Windows parlance). Therefore it is recommended to run
+all unit tests on local hard disks.
 
  INSTALLING THE LIBRARIES:
 





More information about the Commits mailing list