[Checkins] SVN: zc.buildout/trunk/src/zc/buildout/buildout.txt Added missing documentation of the offline option.

Jim Fulton jim at zope.com
Sun Oct 8 16:43:39 EDT 2006


Log message for revision 70579:
  Added missing documentation of the offline option.
  

Changed:
  U   zc.buildout/trunk/src/zc/buildout/buildout.txt

-=-
Modified: zc.buildout/trunk/src/zc/buildout/buildout.txt
===================================================================
--- zc.buildout/trunk/src/zc/buildout/buildout.txt	2006-10-08 19:27:44 UTC (rev 70578)
+++ zc.buildout/trunk/src/zc/buildout/buildout.txt	2006-10-08 20:43:39 UTC (rev 70579)
@@ -1312,6 +1312,16 @@
 Note that the buildout script was installed but not run.  To run
 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
 ----------
 



More information about the Checkins mailing list