[Buildbot-commits] buildbot ChangeLog,1.477,1.478 .arch-inventory,1.4,1.5

Brian Warner warner at users.sourceforge.net
Wed Aug 3 23:47:31 UTC 2005


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

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

start work on 'try', document the 'buildbot' command-line tool

	* buildbot/trybuild.py: new file for 'try' utilities
	(getSourceStamp): run in a tree, find out the baserev+patch
	* buildbot/test/test_vc.py (VCBase.do_getpatch): test it,
	implemented for SVN and Darcs, still working on Arch. I don't know
	how to make CVS work yet.

	* docs/buildbot.texinfo: document the 'buildbot' command-line
	tool, including the not-yet-implemented 'try' feature, and the
	in-flux .buildbot/ options directory.


Index: .arch-inventory
===================================================================
RCS file: /cvsroot/buildbot/buildbot/.arch-inventory,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- .arch-inventory	19 Jul 2005 01:55:21 -0000	1.4
+++ .arch-inventory	3 Aug 2005 23:47:29 -0000	1.5
@@ -5,3 +5,4 @@
 junk ^MANIFEST$
 junk ^dist$
 junk ^_darcs$
+junk ^.darcs-boring$

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.477
retrieving revision 1.478
diff -u -d -r1.477 -r1.478
--- ChangeLog	20 Jul 2005 08:08:24 -0000	1.477
+++ ChangeLog	3 Aug 2005 23:47:28 -0000	1.478
@@ -1,3 +1,15 @@
+2005-08-03  Brian Warner  <warner at lothar.com>
+
+	* buildbot/trybuild.py: new file for 'try' utilities
+	(getSourceStamp): run in a tree, find out the baserev+patch
+	* buildbot/test/test_vc.py (VCBase.do_getpatch): test it,
+	implemented for SVN and Darcs, still working on Arch. I don't know
+	how to make CVS work yet.
+
+	* docs/buildbot.texinfo: document the 'buildbot' command-line
+	tool, including the not-yet-implemented 'try' feature, and the
+	in-flux .buildbot/ options directory.
+
 2005-07-20  Brian Warner  <warner at lothar.com>
 
 	* buildbot/locks.py: added temporary id() numbers to Lock





More information about the Commits mailing list