Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Łukasz Nowak
slapos.buildout
Commits
bb85acf8
Commit
bb85acf8
authored
Oct 08, 2006
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing documentation of the offline option.
parent
2bf8a93a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
src/zc/buildout/buildout.txt
src/zc/buildout/buildout.txt
+10
-0
No files found.
src/zc/buildout/buildout.txt
View file @
bb85acf8
...
...
@@ -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
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
----------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment