[Buildbot-commits] buildbot Branch.ChangeLog, 1.3, 1.4 setup.py, 1.41, 1.42
Brian Warner
warner at users.sourceforge.net
Tue Feb 27 23:07:18 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7101
Modified Files:
Branch.ChangeLog setup.py
Log Message:
[project @ web-parts: fix more issues resulting from moving html.py into web/*]
Original author: warner at lothar.com
Date: 2007-02-27 22:14:46
Index: Branch.ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/Branch.ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Branch.ChangeLog 27 Feb 2007 23:03:23 -0000 1.3
+++ Branch.ChangeLog 27 Feb 2007 23:07:16 -0000 1.4
@@ -3,4 +3,6 @@
* buildbot/status/web/*.py: move all web status stuff into a
separate directory, in anticipation of splitting it into smaller
pieces and adding more files. html.py was getting way too big.
-
+ * buildbot/status/classic.css: move it too
+ * setup.py: add the new sub-package
+ * buildbot/test/test_web.py: match the changes
Index: setup.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/setup.py,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- setup.py 3 Oct 2006 17:23:14 -0000 1.41
+++ setup.py 27 Feb 2007 23:07:16 -0000 1.42
@@ -64,7 +64,7 @@
],
packages=["buildbot",
- "buildbot.status",
+ "buildbot.status", "buildbot.status.web",
"buildbot.changes",
"buildbot.steps",
"buildbot.process",
@@ -75,7 +75,7 @@
],
data_files=[("buildbot", ["buildbot/buildbot.png"]),
("buildbot/clients", ["buildbot/clients/debug.glade"]),
- ("buildbot/status", ["buildbot/status/classic.css"]),
+ ("buildbot/status/web", ["buildbot/status/web/classic.css"]),
("buildbot/scripts", ["buildbot/scripts/sample.cfg"]),
("buildbot/test/mail", testmsgs),
("buildbot/test/subdir", ["buildbot/test/subdir/emit.py"]),
More information about the Commits
mailing list