[Buildbot-commits] buildbot README,1.29,1.30 ChangeLog,1.625,1.626
Brian Warner
warner at users.sourceforge.net
Tue May 23 11:46:23 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17713
Modified Files:
README ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-567
Creator: Brian Warner <warner at lothar.com>
update some docs
* docs/buildbot.texinfo (Build Properties): explain the syntax of
property interpolation better
* README (INSTALLATION): remove old '-v' argument from recommended
trial command line
* docs/buildbot.texinfo (ShellCommand): add docs for description=
and descriptionDone= arguments. Thanks to Niklaus Giger for the
patch. SF#1475494.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.625
retrieving revision 1.626
diff -u -d -r1.625 -r1.626
--- ChangeLog 22 May 2006 18:02:31 -0000 1.625
+++ ChangeLog 23 May 2006 11:46:21 -0000 1.626
@@ -1,5 +1,15 @@
2006-05-22 Brian Warner <warner at lothar.com>
+ * docs/buildbot.texinfo (Build Properties): explain the syntax of
+ property interpolation better
+
+ * README (INSTALLATION): remove old '-v' argument from recommended
+ trial command line
+
+ * docs/buildbot.texinfo (ShellCommand): add docs for description=
+ and descriptionDone= arguments. Thanks to Niklaus Giger for the
+ patch. SF#1475494.
+
* 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
Index: README
===================================================================
RCS file: /cvsroot/buildbot/buildbot/README,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- README 5 Apr 2006 18:10:34 -0000 1.29
+++ README 23 May 2006 11:46:20 -0000 1.30
@@ -89,7 +89,7 @@
If you would like to run the unit test suite, use a command like this:
- PYTHONPATH=. trial -v buildbot.test
+ PYTHONPATH=. trial buildbot.test
This should run up to 175 tests, depending upon what VC tools you have
installed. On my desktop machine it takes about four minutes to complete.
More information about the Commits
mailing list