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
8f81e97c
Commit
8f81e97c
authored
9 years ago
by
Kazuhiko Shiozaki
Committed by
Julien Muchembled
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install slapos.libnetworkcache egg in bootstrap.
parent
6843ab97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
src/zc/buildout/buildout.py
src/zc/buildout/buildout.py
+8
-1
No files found.
src/zc/buildout/buildout.py
View file @
8f81e97c
...
...
@@ -472,7 +472,14 @@ class Buildout(DictMixin):
# Now copy buildout and setuptools eggs, and record destination eggs:
entries
=
[]
options
=
self
[
'buildout'
]
for
name
in
'setuptools'
,
'zc.buildout'
:
distributions
=
[
'setuptools'
,
'zc.buildout'
]
try
:
import
slapos.libnetworkcache
except
ImportError
:
pass
else
:
distributions
.
append
(
'slapos.libnetworkcache'
)
for
name
in
distributions
:
if
[
x
for
x
in
sys
.
argv
if
\
(
name
==
'setuptools'
and
\
re
.
match
(
r'^--setuptools-version(=|$)'
,
x
))
or
\
...
...
This diff is collapsed.
Click to expand it.
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