[Buildbot-commits] buildbot ChangeLog,1.781,1.782
Brian Warner
warner at users.sourceforge.net
Fri Nov 24 08:23:29 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27286
Modified Files:
ChangeLog
Log Message:
[project @ enhance 'buildbot sighup' to show all related twistd.log lines. Also rename it to 'buildbot reconfig'. This addresses half of SF#1517975]
Original author: warner at lothar.com
Date: 2006-11-24 08:21:21
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.781
retrieving revision 1.782
diff -u -d -r1.781 -r1.782
--- ChangeLog 24 Nov 2006 07:19:55 -0000 1.781
+++ ChangeLog 24 Nov 2006 08:23:27 -0000 1.782
@@ -1,5 +1,18 @@
2006-11-24 Brian Warner <warner at lothar.com>
+ * buildbot/scripts/runner.py (Options.subCommands): rename
+ 'buildbot sighup DIR' to 'buildbot reconfig DIR', but keep
+ 'sighup' as an alias.
+ * buildbot/scripts/reconfig.py (Reconfigurator): enhance the
+ reconfig command to follow twistd.log and print all of the lines
+ from the start of the config-file reload to its completion. This
+ should make it a lot easier to discover bugs in the config file.
+ Use --quiet to disable this behavior. This addresses half of
+ SF#1517975, the other half will be to add this same utility to
+ 'buildbot start' and 'buildbot restart'.
+ * docs/buildbot.texinfo (Loading the Config File): same
+ (Shutdown): same
+
* buildbot/interfaces.py (IBuilderControl.forceBuild): remove this
method, it has been deprecated for a long time. Use
IBuilderControl.requestBuild instead.
More information about the Commits
mailing list