Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
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
Guillaume Hervier
slapos-caddy
Commits
ae4a5d25
Commit
ae4a5d25
authored
Oct 19, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Transmit all required parameters.
parent
7a676865
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
slapos/recipe/generate_erp5_tidstorage.py
slapos/recipe/generate_erp5_tidstorage.py
+3
-0
No files found.
slapos/recipe/generate_erp5_tidstorage.py
View file @
ae4a5d25
...
@@ -151,6 +151,9 @@ class Recipe(GenericSlapRecipe):
...
@@ -151,6 +151,9 @@ class Recipe(GenericSlapRecipe):
part_list
=
'
\
n
'
.
join
([
' '
+
q
for
q
in
part_list
]),
part_list
=
'
\
n
'
.
join
([
' '
+
q
for
q
in
part_list
]),
known_tid_storage_identifier_dict
=
known_tid_storage_identifier_dict
,
known_tid_storage_identifier_dict
=
known_tid_storage_identifier_dict
,
haproxy_section
=
"haproxy-%s"
%
backend_name
,
haproxy_section
=
"haproxy-%s"
%
backend_name
,
zope_section
=
zope_id
,
site_id
=
site_id
,
**
self
.
parameter_dict
)
)
output
=
prepend
+
output
output
=
prepend
+
output
with
open
(
self
.
options
[
'output'
],
'w'
)
as
f
:
with
open
(
self
.
options
[
'output'
],
'w'
)
as
f
:
...
...
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