[Buildbot-commits] buildbot ChangeLog,1.953,1.954
Brian Warner
warner at users.sourceforge.net
Sun Sep 30 18:03:16 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32672
Modified Files:
ChangeLog
Log Message:
[project @ upgrade-master: add basedir to sys.path, for helper classes]
Original author: warner at lothar.com
Date: 2007-09-30 18:02:47+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.953
retrieving revision 1.954
diff -u -d -r1.953 -r1.954
--- ChangeLog 30 Sep 2007 09:24:03 -0000 1.953
+++ ChangeLog 30 Sep 2007 18:03:14 -0000 1.954
@@ -1,5 +1,11 @@
2007-09-30 Brian Warner <warner at lothar.com>
+ * buildbot/scripts/runner.py (Maker.check_master_cfg): prepend
+ basedir to sys.path, to mimic what a real buildmaster would have
+ access to, since it is common for master.cfg to import helper
+ classes from .py files in the buildmaster directory, and we want
+ config-file checking to accomodate this.
+
* buildbot/status/web/base.py (map_branches): when referring to
branches through WebStatus (i.e. by appending ?branch=FOO query
arguments to the URL), make "trunk" mean trunk, by mapping it to
More information about the Commits
mailing list