[Buildbot-commits] buildbot setup.py,1.30,1.31 ChangeLog,1.355,1.356
Brian Warner
warner at users.sourceforge.net
Tue Apr 19 08:37:27 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28215
Modified Files:
setup.py ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-51
Creator: Brian Warner <warner at monolith.lothar.com>
install buildbot.png, fix test_vc-vs-Twisted-1.3.0
2005-04-19 Brian Warner <warner at lothar.com>
* buildbot/test/test_vc.py (SetupMixin.setUpClass): fix the
skip-if-repositories-are-unavailable test to not kill the trial
that comes with Twisted-1.3.0
* setup.py: install buildbot.png icon file when installing code
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.355
retrieving revision 1.356
diff -u -d -r1.355 -r1.356
--- ChangeLog 19 Apr 2005 08:22:43 -0000 1.355
+++ ChangeLog 19 Apr 2005 08:37:24 -0000 1.356
@@ -1,5 +1,11 @@
2005-04-19 Brian Warner <warner at lothar.com>
+ * buildbot/test/test_vc.py (SetupMixin.setUpClass): fix the
+ skip-if-repositories-are-unavailable test to not kill the trial
+ that comes with Twisted-1.3.0
+
+ * setup.py: install buildbot.png icon file when installing code
+
* buildbot/slave/commands.py (ShellCommand._startCommand): log the
environment used by the command, at least on the child side.
Index: setup.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/setup.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- setup.py 8 Nov 2004 09:03:21 -0000 1.30
+++ setup.py 19 Apr 2005 08:37:24 -0000 1.31
@@ -52,7 +52,8 @@
"buildbot.slave",
"buildbot.scripts",
"buildbot.test"],
- data_files=[("buildbot", ["buildbot/plugins.tml"]),
+ data_files=[("buildbot", ["buildbot/plugins.tml",
+ "buildbot/buildbot.png"]),
("buildbot/scripts", ["buildbot/scripts/sample.cfg",
"buildbot/scripts/sample.mk"]),],
scripts = scripts,
More information about the Commits
mailing list