[Buildbot-commits] buildbot/buildbot __init__.py,1.13,1.14
Brian Warner
warner at users.sourceforge.net
Sun May 22 01:44:22 UTC 2005
Update of /cvsroot/buildbot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3211/buildbot
Modified Files:
__init__.py
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-212
Creator: Brian Warner <warner at monolith.lothar.com>
fix some bugs in several 'buildbot' subcommands
* buildbot/scripts/runner.py (run): call sendchange(), not
do_sendchange(): thus 'buildbot sendchange' was broken in 0.6.5
(run): call stop("HUP"), not "-HUP", 'buildbot stop' was broken.
(stop): don't wait for process to die when sending SIGHUP
(masterTAC): use a rawstring for basedir=, otherwise '\' in the
directory name gets interpreted, which you don't want
(slaveTAC): same
* buildbot/__init__.py (version): bump to 0.6.5+ while between
releases
Index: __init__.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/__init__.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- __init__.py 18 May 2005 08:01:35 -0000 1.13
+++ __init__.py 22 May 2005 01:44:19 -0000 1.14
@@ -1,3 +1,3 @@
#! /usr/bin/python
-version = "0.6.5"
+version = "0.6.5+"
More information about the Commits
mailing list