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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Rafael Monnerat
slapos
Commits
163880c7
Commit
163880c7
authored
Aug 30, 2017
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5: make 'list +=' usable when extending [local-bt5-repository]
parent
81ca71cb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
software/wendelin/software.cfg
software/wendelin/software.cfg
+1
-2
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+1
-1
stack/erp5/buildout.hash.cfg
stack/erp5/buildout.hash.cfg
+1
-1
stack/erp5/instance.cfg.in
stack/erp5/instance.cfg.in
+1
-1
No files found.
software/wendelin/software.cfg
View file @
163880c7
...
@@ -60,8 +60,7 @@ initialization =
...
@@ -60,8 +60,7 @@ initialization =
repository_id_list += wendelin
repository_id_list += wendelin
[local-bt5-repository]
[local-bt5-repository]
# we need to override it
list += ${wendelin:location}/bt5
list = ${erp5:location}/bt5 ${erp5:location}/product/ERP5/bootstrap ${wendelin:location}/bt5/
# Jupyter is by default enabled in Wendelin
# Jupyter is by default enabled in Wendelin
[erp5-defaults]
[erp5-defaults]
...
...
stack/erp5/buildout.cfg
View file @
163880c7
...
@@ -384,7 +384,7 @@ recipe = plone.recipe.command
...
@@ -384,7 +384,7 @@ recipe = plone.recipe.command
stop-on-error = true
stop-on-error = true
genbt5list = ${erp5:location}/product/ERP5/bin/genbt5list
genbt5list = ${erp5:location}/product/ERP5/bin/genbt5list
command =
command =
${buildout:executable} ${:genbt5list} ${local-bt5-repository:
list}
echo '${local-bt5-repository:list}' |xargs ${buildout:executable} ${:genbt5
list}
update-command = ${:command}
update-command = ${:command}
[erp5_repository_list]
[erp5_repository_list]
...
...
stack/erp5/buildout.hash.cfg
View file @
163880c7
...
@@ -79,7 +79,7 @@ md5sum = 0969fbb25b05c02ef3c2d437b2f4e1a0
...
@@ -79,7 +79,7 @@ md5sum = 0969fbb25b05c02ef3c2d437b2f4e1a0
[template]
[template]
filename = instance.cfg.in
filename = instance.cfg.in
md5sum =
cbe1df5dbd9b79ed7adc027fd183e186
md5sum =
7b4ebfd2ef31ed57a7129020c8ccde67
[monitor-template-dummy]
[monitor-template-dummy]
filename = dummy.cfg
filename = dummy.cfg
...
...
stack/erp5/instance.cfg.in
View file @
163880c7
...
@@ -73,7 +73,7 @@ extra-context =
...
@@ -73,7 +73,7 @@ extra-context =
[dynamic-template-erp5-parameters]
[dynamic-template-erp5-parameters]
jupyter-enable-default = {{ jupyter_enable_default }}
jupyter-enable-default = {{ jupyter_enable_default }}
local-bt5-repository = {{
local_bt5_repository
}}
local-bt5-repository = {{
' '.join(local_bt5_repository.split())
}}
template-monitor = {{ dumps(template_monitor) }}
template-monitor = {{ dumps(template_monitor) }}
[dynamic-template-erp5]
[dynamic-template-erp5]
...
...
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