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
HongzheWang
slapos
Commits
bd08082a
Commit
bd08082a
authored
Feb 08, 2022
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/zope4py2' into zope4py3
parents
fa7200f1
9610ec5f
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
26 additions
and
33 deletions
+26
-33
component/ZODB/buildout.cfg
component/ZODB/buildout.cfg
+3
-3
software/neoppod/software.cfg
software/neoppod/software.cfg
+3
-3
software/theia/buildout.hash.cfg
software/theia/buildout.hash.cfg
+1
-1
software/theia/instance-import.cfg.jinja.in
software/theia/instance-import.cfg.jinja.in
+8
-9
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+3
-6
stack/erp5/buildout.hash.cfg
stack/erp5/buildout.hash.cfg
+4
-4
stack/erp5/instance-balancer.cfg.in
stack/erp5/instance-balancer.cfg.in
+0
-1
stack/erp5/instance.cfg.in
stack/erp5/instance.cfg.in
+1
-0
stack/erp5/zope-versions.cfg
stack/erp5/zope-versions.cfg
+0
-3
stack/slapos.cfg
stack/slapos.cfg
+3
-3
No files found.
component/ZODB/buildout.cfg
View file @
bd08082a
...
@@ -15,10 +15,10 @@ parts = ZODB/scripts
...
@@ -15,10 +15,10 @@ parts = ZODB/scripts
# [ZODB]
# [ZODB]
# major = <ZODB-version-major>
# major = <ZODB-version-major>
#
#
# By default ZODB
4
is used.
# By default ZODB
5
is used.
[ZODB]
[ZODB]
recipe = slapos.recipe.build
recipe = slapos.recipe.build
major =
4
major =
5
init =
init =
# link/depend ZODB -> ZODB<X>
# link/depend ZODB -> ZODB<X>
zodb_x = 'ZODB'+options['major']
zodb_x = 'ZODB'+options['major']
...
@@ -96,7 +96,7 @@ setup-eggs = ${python-cffi:egg}
...
@@ -96,7 +96,7 @@ setup-eggs = ${python-cffi:egg}
[versions]
[versions]
BTrees = 4.5.1
BTrees = 4.5.1
persistent = 4.6.4
persistent = 4.6.4
zodbpickle =
1.0.4
zodbpickle =
2.0.0
# Provide ZODB3 for those eggs that still care about ZODB3 compatibility -
# Provide ZODB3 for those eggs that still care about ZODB3 compatibility -
# for example wendelin.core. ZODB3 3.11 is just a dependency egg on _latest_
# for example wendelin.core. ZODB3 3.11 is just a dependency egg on _latest_
...
...
software/neoppod/software.cfg
View file @
bd08082a
...
@@ -34,7 +34,7 @@ interpreter = ${:_buildout_section_name_}
...
@@ -34,7 +34,7 @@ interpreter = ${:_buildout_section_name_}
[versions]
[versions]
# To match ERP5
# To match ERP5
zope.event =
3.5.2
zope.event =
4.5.0
zope.exceptions =
3.6.2
zope.exceptions =
4.4
zope.testing =
3.9
.7
zope.testing =
4
.7
##
##
software/theia/buildout.hash.cfg
View file @
bd08082a
...
@@ -23,7 +23,7 @@ md5sum = f2f01a47d98a980177dc1755e618bbb7
...
@@ -23,7 +23,7 @@ md5sum = f2f01a47d98a980177dc1755e618bbb7
[instance-import]
[instance-import]
_update_hash_filename_ = instance-import.cfg.jinja.in
_update_hash_filename_ = instance-import.cfg.jinja.in
md5sum =
b0a2c2b3d59fd6c8ba76c634b83a1ba2
md5sum =
74b9b46769a25add50f9f63365de58ad
[instance-export]
[instance-export]
_update_hash_filename_ = instance-export.cfg.jinja.in
_update_hash_filename_ = instance-export.cfg.jinja.in
...
...
software/theia/instance-import.cfg.jinja.in
View file @
bd08082a
...
@@ -64,15 +64,14 @@ seed = Import {{ root_title }}
...
@@ -64,15 +64,14 @@ seed = Import {{ root_title }}
# in post-notification-run:output and in importer:wrapper.
# in post-notification-run:output and in importer:wrapper.
[post-notification-run]
[post-notification-run]
recipe = slapos.recipe.template:jinja2
# Do nothing because the backup signature will
rendered = $${directory:bin}/post-notification-run-script
# be verified by the import script itself
output = $${:rendered}
recipe = slapos.recipe.build
mode = 0700
output = $${directory:bin}/post-notification-run-script
template =
location = $${:output}
inline:#!${software-info:bash}
install =
# Do nothing because the backup signature will
import os
# be verified by the import script itself
os.symlink("/bin/true", location)
exit 0
[importer]
[importer]
wrapper = $${theia-import-script:rendered}
wrapper = $${theia-import-script:rendered}
...
...
stack/erp5/buildout.cfg
View file @
bd08082a
...
@@ -59,7 +59,7 @@ extends =
...
@@ -59,7 +59,7 @@ extends =
../../component/wendelin.core/buildout.cfg
../../component/wendelin.core/buildout.cfg
../../component/jupyter-py2/buildout.cfg
../../component/jupyter-py2/buildout.cfg
../../stack/caucase/buildout.cfg
../../stack/caucase/buildout.cfg
../../software/neoppod/software-
zodb5
.cfg
../../software/neoppod/software-
common
.cfg
# keep neoppod extends last
# keep neoppod extends last
parts +=
parts +=
...
@@ -600,6 +600,7 @@ scripts =
...
@@ -600,6 +600,7 @@ scripts =
tidstoraged
tidstoraged
tidstorage_repozo
tidstorage_repozo
wcfs
wcfs
web_checker_utility
extra-paths =
extra-paths =
${erp5:location}
${erp5:location}
...
@@ -616,10 +617,6 @@ python-magic-patch-options = -p1
...
@@ -616,10 +617,6 @@ python-magic-patch-options = -p1
Zope-patches = ${:_profile_base_location_}/../../component/egg-patch/Zope/0001-OFS-XMLExportImport.patch#12a9b9db76b3cd9035b6032d516143e0
Zope-patches = ${:_profile_base_location_}/../../component/egg-patch/Zope/0001-OFS-XMLExportImport.patch#12a9b9db76b3cd9035b6032d516143e0
Zope-patch-options = -p1
Zope-patch-options = -p1
[template-neo]
recipe =
template =
[eggs-all-scripts]
[eggs-all-scripts]
recipe = zc.recipe.egg
recipe = zc.recipe.egg
eggs =
eggs =
...
...
stack/erp5/buildout.hash.cfg
View file @
bd08082a
...
@@ -34,7 +34,7 @@ md5sum = cfe4696a67bf4886a5d8252a5274a941
...
@@ -34,7 +34,7 @@ md5sum = cfe4696a67bf4886a5d8252a5274a941
[template-zope-conf]
[template-zope-conf]
filename = zope.conf.in
filename = zope.conf.in
md5sum =
c4bb59e56a29c4aaf5b2c2b92520e8f7
md5sum =
fb02a30a9af9ef9a4724048c548b6542
[site-zcml]
[site-zcml]
filename = site.zcml
filename = site.zcml
...
@@ -70,11 +70,11 @@ md5sum = 274365ebbade26558ca4836837e781aa
...
@@ -70,11 +70,11 @@ md5sum = 274365ebbade26558ca4836837e781aa
[template]
[template]
filename = instance.cfg.in
filename = instance.cfg.in
md5sum =
8bfc1cf5e94fa57cc86990426f8ea195
md5sum =
ed280a76c22247cf2a05fac29b8a8b30
[template-erp5]
[template-erp5]
filename = instance-erp5.cfg.in
filename = instance-erp5.cfg.in
md5sum =
58e5684e460eddb247220ce6805653e6
md5sum =
f5a1661449c9681b3de7d4af645124ba
[template-zeo]
[template-zeo]
filename = instance-zeo.cfg.in
filename = instance-zeo.cfg.in
...
@@ -90,7 +90,7 @@ md5sum = 9c7bf69e24bc8964f3854a0bd3eebf2c
...
@@ -90,7 +90,7 @@ md5sum = 9c7bf69e24bc8964f3854a0bd3eebf2c
[template-balancer]
[template-balancer]
filename = instance-balancer.cfg.in
filename = instance-balancer.cfg.in
md5sum =
3947cd1b0d2f26c6f7872125d8aa5544
md5sum =
e0567c8d7717d1ed5daf4555566c76cd
[template-haproxy-cfg]
[template-haproxy-cfg]
filename = haproxy.cfg.in
filename = haproxy.cfg.in
...
...
stack/erp5/instance-balancer.cfg.in
View file @
bd08082a
...
@@ -120,7 +120,6 @@ update-command = ${:command}
...
@@ -120,7 +120,6 @@ update-command = ${:command}
{% set haproxy_dict = {} -%}
{% set haproxy_dict = {} -%}
{% set zope_virtualhost_monster_backend_dict = {} %}
{% set zope_virtualhost_monster_backend_dict = {} %}
{% set test_runner_url_dict = {} %} {# family_name => list of URLs #}
{% set test_runner_url_dict = {} %} {# family_name => list of URLs #}
{% import "functools" as functools %}
{% set next_port = functools.partial(next, itertools.count(slapparameter_dict['tcpv4-port'])) -%}
{% set next_port = functools.partial(next, itertools.count(slapparameter_dict['tcpv4-port'])) -%}
{% for family_name, parameter_id_list in sorted(
{% for family_name, parameter_id_list in sorted(
six.iteritems(slapparameter_dict['zope-family-dict'])) -%}
six.iteritems(slapparameter_dict['zope-family-dict'])) -%}
...
...
stack/erp5/instance.cfg.in
View file @
bd08082a
...
@@ -80,6 +80,7 @@ extra-context =
...
@@ -80,6 +80,7 @@ extra-context =
section parameter_dict dynamic-template-balancer-parameters
section parameter_dict dynamic-template-balancer-parameters
import itertools itertools
import itertools itertools
import hashlib hashlib
import hashlib hashlib
import functools functools
import-list =
import-list =
file caucase context:caucase-jinja2-library
file caucase context:caucase-jinja2-library
...
...
stack/erp5/zope-versions.cfg
View file @
bd08082a
[buildout]
# Version pins for required and commonly used dependencies.
[versions]
[versions]
#Zope = 4.5.3
#Zope = 4.5.3
Zope2 = 4.0
Zope2 = 4.0
...
...
stack/slapos.cfg
View file @
bd08082a
...
@@ -197,7 +197,7 @@ slapos.libnetworkcache = 0.22
...
@@ -197,7 +197,7 @@ slapos.libnetworkcache = 0.22
slapos.rebootstrap = 4.5
slapos.rebootstrap = 4.5
slapos.recipe.build = 0.53
slapos.recipe.build = 0.53
slapos.recipe.cmmi = 0.19
slapos.recipe.cmmi = 0.19
slapos.recipe.template =
4.6
slapos.recipe.template =
5.0
slapos.toolbox = 0.126
slapos.toolbox = 0.126
stevedore = 1.21.0:whl
stevedore = 1.21.0:whl
subprocess32 = 3.5.4
subprocess32 = 3.5.4
...
@@ -209,7 +209,7 @@ zc.lockfile = 1.0.2
...
@@ -209,7 +209,7 @@ zc.lockfile = 1.0.2
zdaemon = 4.2.0
zdaemon = 4.2.0
zipp = 1.2.0:whl
zipp = 1.2.0:whl
zodburi = 2.5.0
zodburi = 2.5.0
zope.event =
3.5.2
zope.event =
4.5.0
paramiko = 2.1.3
paramiko = 2.1.3
CacheControl = 0.12.6:whl
CacheControl = 0.12.6:whl
msgpack = 0.6.2
msgpack = 0.6.2
...
@@ -244,7 +244,7 @@ rpdb = 0.1.5
...
@@ -244,7 +244,7 @@ rpdb = 0.1.5
supervisor = 4.1.0
supervisor = 4.1.0
tzlocal = 1.5.1
tzlocal = 1.5.1
uritemplate = 3.0.0
uritemplate = 3.0.0
zope.interface =
4.3.3
zope.interface =
5.2.0
certifi = 2020.6.20
certifi = 2020.6.20
chardet = 3.0.4
chardet = 3.0.4
urllib3 = 1.25.9
urllib3 = 1.25.9
...
...
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