Commit 0a042cae authored by jim's avatar jim

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


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68533 62d5b8a3-27da-0310-9561-8e5933582275
parent df27e3e4
......@@ -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