[Checkins] SVN: zc.buildout/branches/gary-3-options-cleanup/src/zc/buildout/buildout.txt remove a repetition of option docs

Gary Poster gary.poster at canonical.com
Fri Sep 25 14:42:55 EDT 2009


Log message for revision 104542:
  remove a repetition of option docs

Changed:
  U   zc.buildout/branches/gary-3-options-cleanup/src/zc/buildout/buildout.txt

-=-
Modified: zc.buildout/branches/gary-3-options-cleanup/src/zc/buildout/buildout.txt
===================================================================
--- zc.buildout/branches/gary-3-options-cleanup/src/zc/buildout/buildout.txt	2009-09-25 18:11:28 UTC (rev 104541)
+++ zc.buildout/branches/gary-3-options-cleanup/src/zc/buildout/buildout.txt	2009-09-25 18:42:55 UTC (rev 104542)
@@ -2429,26 +2429,6 @@
     The option defaults to true. If you set it to false, then dependency
     links are only looked for in the locations specified by find-links.
 
-unzip
-    By default, zc.buildout doesn't unzip zip-safe eggs ("unzip = false").
-    This follows the policy followed by setuptools itself.  Experience shows
-    this policy to to be inconvenient.  Zipped eggs make debugging more
-    difficult and often import more slowly.  You can include an unzip option in
-    the buildout section to change the default unzipping policy ("unzip =
-    true").
-
-use-dependency-links
-    By default buildout will obey the setuptools dependency_links metadata
-    when it looks for dependencies. This behavior can be controlled with
-    the use-dependency-links buildout option::
-
-      [buildout]
-      ...
-      use-dependency-links = false
-
-    The option defaults to true. If you set it to false, then dependency
-    links are only looked for in the locations specified by find-links.
-
 verbosity
    A log-level adjustment.  Typically, this is set via the -q and -v
    command-line options.



More information about the checkins mailing list