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
66feb9c5
Commit
66feb9c5
authored
Dec 07, 2006
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typos.
parent
db715ef3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/zc/buildout/buildout.txt
src/zc/buildout/buildout.txt
+2
-2
src/zc/buildout/testing.txt
src/zc/buildout/testing.txt
+1
-1
No files found.
src/zc/buildout/buildout.txt
View file @
66feb9c5
...
@@ -1749,7 +1749,7 @@ Extensions
...
@@ -1749,7 +1749,7 @@ Extensions
----------
----------
An **experimental** feature allows code to be loaded and run after
An **experimental** feature allows code to be loaded and run after
con
d
iguration files have been read but before the buildout has begun
con
f
iguration files have been read but before the buildout has begun
any processing. The intent is to allow special plugins such as
any processing. The intent is to allow special plugins such as
urllib2 request handlers to be loaded.
urllib2 request handlers to be loaded.
...
@@ -1811,7 +1811,7 @@ the network, we wouldn't need to do anything special.
...
@@ -1811,7 +1811,7 @@ the network, we wouldn't need to do anything special.
... parts =
... parts =
... """)
... """)
We see that ou
t
extension is loaded and executed:
We see that ou
r
extension is loaded and executed:
>>> print system(os.path.join(sample_bootstrapped, 'bin', 'buildout')),
>>> print system(os.path.join(sample_bootstrapped, 'bin', 'buildout')),
ext ['buildout']
ext ['buildout']
...
...
src/zc/buildout/testing.txt
View file @
66feb9c5
...
@@ -92,7 +92,7 @@ number of names to the test namespace:
...
@@ -92,7 +92,7 @@ number of names to the test namespace:
``bdist_egg(setup, executable, dest)``
``bdist_egg(setup, executable, dest)``
Create an egg by running the given setup file with the given
Create an egg by running the given setup file with the given
Python executable and placing the result in the given destination
Python executable and placing the result in the given destination
directory. If the setup argument is a directory, the
thg
e
directory. If the setup argument is a directory, the
n th
e
setup.py file in that directory is used.
setup.py file in that directory is used.
``find_python(version)``
``find_python(version)``
...
...
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