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
isaak yansane-sisk
slapos.buildout
Commits
f946e1fc
Commit
f946e1fc
authored
Jan 05, 2013
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: bootstraps weren't completed correctly if settings (X:Y=Z) were
used.
parent
cc9c562b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
bootstrap/bootstrap.py
bootstrap/bootstrap.py
+2
-3
No files found.
bootstrap/bootstrap.py
View file @
f946e1fc
...
@@ -154,9 +154,8 @@ ws.add_entry(tmpeggs)
...
@@ -154,9 +154,8 @@ ws.add_entry(tmpeggs)
ws
.
require
(
requirement
)
ws
.
require
(
requirement
)
import
zc.buildout.buildout
import
zc.buildout.buildout
if
not
args
:
if
not
[
a
for
a
in
args
if
'='
not
in
a
]:
# Note that if there are args, they may be for another command, say, init.
args
.
append
(
'bootstrap'
)
args
=
[
'bootstrap'
]
# if -c was provided, we push it back into args for buildout' main function
# if -c was provided, we push it back into args for buildout' main function
if
options
.
config_file
is
not
None
:
if
options
.
config_file
is
not
None
:
...
...
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