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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Eric Zheng
slapos
Commits
3c7ac8be
Commit
3c7ac8be
authored
Aug 03, 2020
by
Bryton Lacquement
🚪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ERP5: use my2to3
parent
482f5673
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
2 deletions
+20
-2
component/my2to3/buildout.cfg
component/my2to3/buildout.cfg
+6
-0
software/erp5/instance-erp5-input-schema.json
software/erp5/instance-erp5-input-schema.json
+5
-0
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+5
-0
stack/erp5/buildout.hash.cfg
stack/erp5/buildout.hash.cfg
+2
-2
stack/erp5/instance-erp5.cfg.in
stack/erp5/instance-erp5.cfg.in
+1
-0
stack/erp5/instance-zope.cfg.in
stack/erp5/instance-zope.cfg.in
+1
-0
No files found.
component/my2to3/buildout.cfg
0 → 100644
View file @
3c7ac8be
[buildout]
parts = my2to3-repository
[my2to3-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/bminusl/my2to3.git
software/erp5/instance-erp5-input-schema.json
View file @
3c7ac8be
...
...
@@ -110,6 +110,11 @@
},
"type"
:
"object"
},
"my2to3-action"
:
{
"description"
:
"Set the action my2to3 should perform on ERP5."
,
"type"
:
"string"
,
"default"
:
""
},
"wsgi"
:
{
"description"
:
"If set to true, Zope is run as a WSGI application, instead of using the Medusa HTTP server."
,
"type"
:
"boolean"
,
...
...
stack/erp5/buildout.cfg
View file @
3c7ac8be
...
...
@@ -5,6 +5,7 @@ extends =
ztk-versions.cfg
zope-versions.cfg
buildout.hash.cfg
../../component/my2to3/buildout.cfg
../../component/fonts/buildout.cfg
../../component/git/buildout.cfg
../../component/graphviz/buildout.cfg
...
...
@@ -86,6 +87,9 @@ parts +=
# jupyter
jupyter-notebook-initialized-scripts
# my2to3 tool
my2to3-repository
# override instance-jupyter-notebook not to render into default template.cfg
[instance-jupyter-notebook]
...
...
@@ -525,6 +529,7 @@ scripts =
extra-paths =
${erp5:location}
${my2to3-repository:location}
# patches for eggs
patch-binary = ${patch:location}/bin/patch
...
...
stack/erp5/buildout.hash.cfg
View file @
3c7ac8be
...
...
@@ -78,7 +78,7 @@ md5sum = d41d8cd98f00b204e9800998ecf8427e
[template-erp5]
filename = instance-erp5.cfg.in
md5sum =
82dc695e212be124d60ceb1143e56b0d
md5sum =
2699011c4e94d1bfea1beb31b87f0c04
[template-zeo]
filename = instance-zeo.cfg.in
...
...
@@ -86,7 +86,7 @@ md5sum = 0648e38bd5d3a15bb9f93264932740b9
[template-zope]
filename = instance-zope.cfg.in
md5sum =
2f3ddd328ac1c375e483ecb2ef5ffb57
md5sum =
94a9511d9c5c0d4f73dc3feb25f9caf1
[template-balancer]
filename = instance-balancer.cfg.in
...
...
stack/erp5/instance-erp5.cfg.in
View file @
3c7ac8be
...
...
@@ -204,6 +204,7 @@ config-smtp-url = ${request-smtp:connection-url}
config-timezone = {{ dumps(slapparameter_dict.get('timezone', 'UTC')) }}
config-cloudooo-retry-count = {{ slapparameter_dict.get('cloudooo-retry-count', 2) }}
config-wendelin-core-zblk-fmt = {{ dumps(slapparameter_dict.get('wendelin-core-zblk-fmt', '')) }}
config-my2to3-action = {{ dumps(slapparameter_dict.get('my2to3-action', '')) }}
config-wsgi = {{ dumps(slapparameter_dict.get('wsgi', True)) }}
config-zodb-dict = {{ dumps(zodb_dict) }}
config-test-runner-enabled = {{ dumps(test_runner_enabled) }}
...
...
stack/erp5/instance-zope.cfg.in
View file @
3c7ac8be
...
...
@@ -62,6 +62,7 @@ environment +=
{% if slapparameter_dict.get('wendelin-core-zblk-fmt') %}
WENDELIN_CORE_ZBLK_FMT={{ slapparameter_dict['wendelin-core-zblk-fmt'] }}
{% endif %}
MY2TO3_ACTION={{ slapparameter_dict['my2to3-action'] }}
${:environment-extra}
[directory]
...
...
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