[Buildbot-commits] buildbot ChangeLog,1.598,1.599
Brian Warner
warner at users.sourceforge.net
Mon Apr 24 09:03:09 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25026
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-510
Creator: Brian Warner <warner at lothar.com>
improve the windowsness of test_vc and tryclient
* buildbot/test/test_vc.py (*.capable): store the actual VC
binary's pathname in VCS[vcname], so it can be retrieved later
(CVSSupport.vc_try_checkout): incorporate Niklaus Giger's patch to
strip out non-numeric timezone information, specifically the funky
German string that his system produced that confuses CVS.
(DarcsSupport.vc_create): use dovc() instead of vc(), this should
allow Darcs tests to work on windows
* buildbot/scripts/tryclient.py (SourceStampExtractor): use
procutils.which() everywhere, to allow tryclient to work under
windows. Also from Niklaus Giger, SF#1463394.
* buildbot/twcompat.py (which): move the replacement for a missing
twisted.python.procutils.which from test_vc.py to here, so it can
be used in other places too (specifically tryclient.py)
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.598
retrieving revision 1.599
diff -u -d -r1.598 -r1.599
--- ChangeLog 24 Apr 2006 07:47:02 -0000 1.598
+++ ChangeLog 24 Apr 2006 09:03:06 -0000 1.599
@@ -1,3 +1,20 @@
+2006-04-24 Brian Warner <warner at lothar.com>
+
+ * buildbot/test/test_vc.py (*.capable): store the actual VC
+ binary's pathname in VCS[vcname], so it can be retrieved later
+ (CVSSupport.vc_try_checkout): incorporate Niklaus Giger's patch to
+ strip out non-numeric timezone information, specifically the funky
+ German string that his system produced that confuses CVS.
+ (DarcsSupport.vc_create): use dovc() instead of vc(), this should
+ allow Darcs tests to work on windows
+ * buildbot/scripts/tryclient.py (SourceStampExtractor): use
+ procutils.which() everywhere, to allow tryclient to work under
+ windows. Also from Niklaus Giger, SF#1463394.
+
+ * buildbot/twcompat.py (which): move the replacement for a missing
+ twisted.python.procutils.which from test_vc.py to here, so it can
+ be used in other places too (specifically tryclient.py)
+
2006-04-23 Brian Warner <warner at lothar.com>
* buildbot/status/html.py (StatusResourceBuild.body): replace the
More information about the Commits
mailing list