[Buildbot-commits] buildbot ChangeLog,1.534,1.535
Brian Warner
warner at users.sourceforge.net
Tue Oct 25 01:57:35 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14021
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-384
Creator: Brian Warner <warner at lothar.com>
add 'branch' box to the debugclient's fake-commit command
* buildbot/clients/debug.glade: add 'branch' box to fake-commit
* buildbot/clients/debug.py (DebugWidget.do_commit): same. Don't
send the branch= argument unless the user really provided one, to
retain compatibility with older buildmasters that don't accept
that argument.
* buildbot/master.py (DebugPerspective.perspective_fakeChange):
same
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.534
retrieving revision 1.535
diff -u -d -r1.534 -r1.535
--- ChangeLog 25 Oct 2005 01:26:11 -0000 1.534
+++ ChangeLog 25 Oct 2005 01:57:33 -0000 1.535
@@ -1,5 +1,13 @@
2005-10-24 Brian Warner <warner at lothar.com>
+ * buildbot/clients/debug.glade: add 'branch' box to fake-commit
+ * buildbot/clients/debug.py (DebugWidget.do_commit): same. Don't
+ send the branch= argument unless the user really provided one, to
+ retain compatibility with older buildmasters that don't accept
+ that argument.
+ * buildbot/master.py (DebugPerspective.perspective_fakeChange):
+ same
+
* docs/buildbot.texinfo: update lots of stuff
* buildbot/scripts/runner.py (sendchange): add a --branch argument
More information about the Commits
mailing list