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
Yusei Tahara
slapos.buildout
Commits
c4e7bb7b
Commit
c4e7bb7b
authored
Oct 30, 2007
by
Ross Patterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
c6e01849
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
src/zc/buildout/easy_install.py
src/zc/buildout/easy_install.py
+1
-1
src/zc/buildout/tests.py
src/zc/buildout/tests.py
+7
-0
No files found.
src/zc/buildout/easy_install.py
View file @
c4e7bb7b
...
...
@@ -812,7 +812,7 @@ def develop(setup, dest,
del
args
[
1
]
else
:
args
[
1
]
==
'-v'
if
log
ger
.
getEffectiveL
evel
<
logging
.
DEBUG
:
if
log
_l
evel
<
logging
.
DEBUG
:
logger
.
debug
(
"in: %r
\
n
%s"
,
directory
,
' '
.
join
(
args
))
assert
os
.
spawnl
(
os
.
P_WAIT
,
executable
,
executable
,
*
args
)
==
0
...
...
src/zc/buildout/tests.py
View file @
c4e7bb7b
...
...
@@ -82,6 +82,13 @@ We should be able to deal with setup scripts that aren't setuptools based.
- foo.egg-link
- zc.recipe.egg.egg-link
>>> print system(join('bin', 'buildout')+' -vvv'), # doctest: +ELLIPSIS
Installing...
Develop: '/sample-buildout/foo'
in: '/sample-buildout/foo'
... -q develop -mxN -d /sample-buildout/develop-eggs/...
"""
def
buildout_error_handling
():
...
...
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