[Buildbot-commits] buildbot ChangeLog,1.624,1.625
Brian Warner
warner at users.sourceforge.net
Mon May 22 18:02:34 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28104
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-565
Creator: Brian Warner <warner at lothar.com>
give the WC_PATH option to svnversion, for older versions of SVN
(SVN.parseGotRevision): oops, older verisons of 'svnversion'
require the WC_PATH argument, so run 'svnversion .' instead.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.624
retrieving revision 1.625
diff -u -d -r1.624 -r1.625
--- ChangeLog 22 May 2006 17:34:42 -0000 1.624
+++ ChangeLog 22 May 2006 18:02:31 -0000 1.625
@@ -4,6 +4,8 @@
'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.
+ (SVN.parseGotRevision): oops, older verisons of 'svnversion'
+ require the WC_PATH argument, so run 'svnversion .' instead.
* buildbot/interfaces.py (IChangeSource): methods in Interfaces
aren't supposed to have 'self' in their argument list
More information about the Commits
mailing list