[Buildbot-commits] buildbot ChangeLog,1.482,1.483

Brian Warner warner at users.sourceforge.net
Wed Aug 10 08:15:47 UTC 2005


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

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

jobdir-style 'try' framework is now 90% implemented

	* buildbot/scripts/runner.py: Add 'buildbot try' command, jobdir
	style is 90% done, still missing status reporting or waiting for
	the buildsets to finish, and it is completely untested.

	* buildbot/trybuild.py: delete file, move contents to ..
	* buildbot/scripts/tryclient.py (getSourceStamp): .. here
	* buildbot/test/test_vc.py: match the move


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.482
retrieving revision 1.483
diff -u -d -r1.482 -r1.483
--- ChangeLog	10 Aug 2005 07:06:12 -0000	1.482
+++ ChangeLog	10 Aug 2005 08:15:44 -0000	1.483
@@ -1,5 +1,13 @@
 2005-08-10  Brian Warner  <warner at lothar.com>
 
+	* buildbot/scripts/runner.py: Add 'buildbot try' command, jobdir
+	style is 90% done, still missing status reporting or waiting for
+	the buildsets to finish, and it is completely untested.
+
+	* buildbot/trybuild.py: delete file, move contents to ..
+	* buildbot/scripts/tryclient.py (getSourceStamp): .. here
+	* buildbot/test/test_vc.py: match the move
+
 	* buildbot/scheduler.py (Try_Jobdir): implement the jobdir style
 	of the TryScheduler, no buildsetID or status-tracking support yet
 	* buildbot/test/test_scheduler.py (Scheduling.testTryJobdir): test it





More information about the Commits mailing list