Commit 70d92479 authored by jim's avatar jim

Added missing documentation of the offline option.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70579 62d5b8a3-27da-0310-9561-8e5933582275
parent 13cf059d
...@@ -1312,6 +1312,16 @@ Note that a basic setup.cfg was created for us. ...@@ -1312,6 +1312,16 @@ Note that a basic setup.cfg was created for us.
Note that the buildout script was installed but not run. To run Note that the buildout script was installed but not run. To run
the buildout, we'd have to run the installed buildout script. the buildout, we'd have to run the installed buildout script.
Offline mode
------------
If the buildout offline option is given a value of "true", the
buildout and recipes that are aware of the option will avoid doing
network access. This is handy when running the buildout when not
connected to the internet. It also makes buildouts run much
faster. This option is typically given as a command-line option
``buildout:offline=true``.
Extensions Extensions
---------- ----------
......
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