[Buildbot-commits] buildbot ChangeLog,1.484,1.485
Brian Warner
warner at users.sourceforge.net
Thu Aug 11 20:21:36 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29870
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-281
Creator: Brian Warner <warner at monolith.lothar.com>
add --builder control to 'buildbot try'
* docs/buildbot.texinfo (try): document both --builder and
'try_builders' in .buildbot/options
* buildbot/scripts/runner.py (TryOptions): add --builder,
accumulate the values into opts['builders']
* buildbot/scripts/tryclient.py (Try.__init__): set builders
* buildbot/test/test_runner.py (Try): add some quick tests to make
sure 'buildbot try --options' and .buildbot/options get parsed
* buildbot/test/test_scheduler.py (Scheduling.testTryUserpass):
use --builder control
--This line, and those below, will be ignored--
Files to commit:
<can't compute list>
This list might be incomplete or outdated if editing the log
message was not invoked from an up-to-date changes buffer!
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.484
retrieving revision 1.485
diff -u -d -r1.484 -r1.485
--- ChangeLog 11 Aug 2005 08:28:42 -0000 1.484
+++ ChangeLog 11 Aug 2005 20:21:32 -0000 1.485
@@ -1,5 +1,15 @@
2005-08-11 Brian Warner <warner at lothar.com>
+ * docs/buildbot.texinfo (try): document both --builder and
+ 'try_builders' in .buildbot/options
+ * buildbot/scripts/runner.py (TryOptions): add --builder,
+ accumulate the values into opts['builders']
+ * buildbot/scripts/tryclient.py (Try.__init__): set builders
+ * buildbot/test/test_runner.py (Try): add some quick tests to make
+ sure 'buildbot try --options' and .buildbot/options get parsed
+ * buildbot/test/test_scheduler.py (Scheduling.testTryUserpass):
+ use --builder control
+
* docs/buildbot.texinfo (try): add --port argument to PB style
* buildbot/scripts/tryclient.py (SourceStampExtractor): return an
More information about the Commits
mailing list