Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
Commits
f99b8fae
Commit
f99b8fae
authored
Jul 06, 2015
by
Ayush Tiwari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
switch-softwaretype: new option to spawn a buildout independently from the current software type
parent
2bee88f1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
slapos/recipe/switch_softwaretype.py
slapos/recipe/switch_softwaretype.py
+6
-2
No files found.
slapos/recipe/switch_softwaretype.py
View file @
f99b8fae
...
...
@@ -33,8 +33,12 @@ class Recipe:
self
.
buildout
=
buildout
self
.
options
=
options
self
.
name
=
name
# Option profile can be used just to get a buildout on that profile template
profile
=
self
.
options
.
get
(
"profile"
)
if
not
profile
:
self
.
software_type
=
buildout
[
"slap-configuration"
][
"slap-software-type"
]
section
,
key
=
self
.
options
[
self
.
software_type
].
split
(
":"
)
profile
=
self
.
options
[
self
.
software_type
]
section
,
key
=
profile
.
split
(
":"
)
self
.
base
=
self
.
buildout
[
section
][
key
]
def
install
(
self
):
...
...
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