[Buildbot-commits] buildbot ChangeLog,1.585,1.586

Brian Warner warner at users.sourceforge.net
Fri Apr 7 04:14:59 UTC 2006


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

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

SF#1219384: add arguments to p4poller/P4Sync

	* buildbot/changes/p4poller.py (P4Source): add new arguments:
	password, p4 binary, pollinterval, maximum history to check.
	Patch from an anonymous sf.net contributor, SF#1219384.
	* buildbot/process/step.py (P4Sync.__init__): add username,
	password, and client arguments.
	* buildbot/slave/commands.py (P4Sync): same


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.585
retrieving revision 1.586
diff -u -d -r1.585 -r1.586
--- ChangeLog	7 Apr 2006 04:10:57 -0000	1.585
+++ ChangeLog	7 Apr 2006 04:14:57 -0000	1.586
@@ -1,3 +1,12 @@
+2006-04-07  Brian Warner  <warner at lothar.com>
+
+	* buildbot/changes/p4poller.py (P4Source): add new arguments:
+	password, p4 binary, pollinterval, maximum history to check.
+	Patch from an anonymous sf.net contributor, SF#1219384.
+	* buildbot/process/step.py (P4Sync.__init__): add username,
+	password, and client arguments.
+	* buildbot/slave/commands.py (P4Sync): same
+
 2006-04-05  Brian Warner  <warner at lothar.com>
 
 	* buildbot/process/factory.py (BuildFactory.addStep): new method





More information about the Commits mailing list