Commit 424d4e43 authored by Jim Fulton's avatar Jim Fulton

Changed some text wrt unziping eggs. See new issue in todo.txt.

parent 4842a731
......@@ -15,8 +15,7 @@ The rest-runner recipe has 2 options:
will be used.
(Note that, at this time, due to limitations in the Zope test runner,
the distributions cannot be zip files. XXX need to add option to an
unzip option to the egg recipe.)
the distributions cannot be zip files. TODO: Fix the test runner!)
To illustrate this, we'll create a project in our sample buildout:
......
......@@ -37,3 +37,11 @@
- Local download cache
- Logging
Issues
- Want to be able to control whether eggs get unzipped when they ae
installed. This isn't so hard if you do it from the beginning, but
it's hard to change your mind. easy_install won;t want to reinstall
an egg that's already installed, unless it does, at which point it
gets rather confused. :)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment