[Zope-Checkins] CVS: Zope - TODO.txt:1.1.2.7
Chris McDonough
chrism@zope.com
Mon, 13 Jan 2003 12:15:21 -0500
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv3443
Modified Files:
Tag: chrism-install-branch
TODO.txt
Log Message:
Renamed "zctl" to "zopectl" (as per TODO).
=== Zope/TODO.txt 1.1.2.6 => 1.1.2.7 ===
--- Zope/TODO.txt:1.1.2.6 Wed Jan 8 15:31:08 2003
+++ Zope/TODO.txt Mon Jan 13 12:14:49 2003
@@ -55,13 +55,6 @@
Zope work. This is currently not the case (software_home and
instance_home are required keys).
-Merge ZConfig HEAD into chrism-install-branch and test
-
- The chrism-install-branch ZConfig package is based on a snapshot
- of the ZConfig head from Saturday, January 4. It needs to be
- updated with the latest software and startup needs to be tested
- against it.
-
Move ZServer from root of Zope "home" directory to SOFTWARE_HOME
Currently, the ZServer package (which contains all network server
@@ -83,14 +76,6 @@
"AccessLogger" objects (currently in zLOG), so these patches may
need to be reapplied.
-"zctl.py" program needs to be renamed to "zopectl.py"
-
- The "zctl" program that is put into an instance home's "bin"
- directory should be renamed to "zopectl", as I imagine we'll want to
- have a "zeoctl" as well at some point. The ".py" extension is
- necessary if we want people to be able to run the script without
- specifying the interpreter path on Windows.
-
"zctl" should have a "logtail" option
It should be possible to tail the event, trace, and access logs
@@ -438,3 +423,23 @@
Duh.
+DONE
+----
+Merge ZConfig HEAD into chrism-install-branch and test
+
+ The chrism-install-branch ZConfig package is based on a snapshot
+ of the ZConfig head from Saturday, January 4. It needs to be
+ updated with the latest software and startup needs to be tested
+ against it.
+
+ Done by Fred - Jan 10
+
+"zctl.py" program needs to be renamed to "zopectl.py"
+
+ The "zctl" program that is put into an instance home's "bin"
+ directory should be renamed to "zopectl", as I imagine we'll want to
+ have a "zeoctl" as well at some point. The ".py" extension is
+ necessary if we want people to be able to run the script without
+ specifying the interpreter path on Windows.
+
+ Done by Chris - Jan 13