[Buildbot-commits] buildbot ChangeLog, 1.752, 1.753 setup.py, 1.38, 1.39
Brian Warner
warner at users.sourceforge.net
Mon Sep 25 08:12:18 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28916
Modified Files:
ChangeLog setup.py
Log Message:
[project @ the new buildbot.steps module wasn't installed. Fixes SF#1560631]
Original author: warner at lothar.com
Date: 2006-09-25 08:04:38
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.752
retrieving revision 1.753
diff -u -d -r1.752 -r1.753
--- ChangeLog 25 Sep 2006 08:01:23 -0000 1.752
+++ ChangeLog 25 Sep 2006 08:12:16 -0000 1.753
@@ -1,5 +1,8 @@
2006-09-25 Brian Warner <warner at lothar.com>
+ * setup.py: the new buildbot.steps module wasn't being installed.
+ Thanks to Jose Dapena Paz for the catch, fixes SF#1560631.
+
* contrib/svn_buildbot.py (ChangeSender.getChanges): the first *4*
columns of 'svnlook changed' output contain status information, so
strip [:4] instead of [:6]. Depending upon what the status flags
Index: setup.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/setup.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- setup.py 16 Jul 2006 03:34:13 -0000 1.38
+++ setup.py 25 Sep 2006 08:12:16 -0000 1.39
@@ -59,11 +59,13 @@
packages=["buildbot",
"buildbot.status",
"buildbot.changes",
+ "buildbot.steps",
"buildbot.process",
"buildbot.clients",
"buildbot.slave",
"buildbot.scripts",
- "buildbot.test"],
+ "buildbot.test",
+ ],
data_files=[("buildbot", ["buildbot/buildbot.png"]),
("buildbot/clients", ["buildbot/clients/debug.glade"]),
("buildbot/status", ["buildbot/status/classic.css"]),
More information about the Commits
mailing list