[Buildbot-commits] buildbot ChangeLog,1.623,1.624

Brian Warner warner at users.sourceforge.net
Mon May 22 17:34:44 UTC 2006


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

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

use 'svnversion' isntead of grepping 'svn info' for got_revision

	* buildbot/slave/commands.py (SVN.parseGotRevision._parse): use
	'svnversion' instead of grepping the output of 'svn info', much
	simpler and avoids CR/LF problems on windows. Thanks to Olivier
	Bonnet for the suggestion.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.623
retrieving revision 1.624
diff -u -d -r1.623 -r1.624
--- ChangeLog	22 May 2006 08:16:25 -0000	1.623
+++ ChangeLog	22 May 2006 17:34:42 -0000	1.624
@@ -1,5 +1,10 @@
 2006-05-22  Brian Warner  <warner at lothar.com>
 
+	* buildbot/slave/commands.py (SVN.parseGotRevision._parse): use
+	'svnversion' instead of grepping the output of 'svn info', much
+	simpler and avoids CR/LF problems on windows. Thanks to Olivier
+	Bonnet for the suggestion.
+
 	* buildbot/interfaces.py (IChangeSource): methods in Interfaces
 	aren't supposed to have 'self' in their argument list
 





More information about the Commits mailing list