Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
b5b3db66
Commit
b5b3db66
authored
Nov 23, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
90c5b1dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
component/ZEO/buildout.cfg
component/ZEO/buildout.cfg
+3
-4
component/ZODB/buildout.cfg
component/ZODB/buildout.cfg
+7
-6
No files found.
component/ZEO/buildout.cfg
View file @
b5b3db66
...
...
@@ -30,9 +30,8 @@ init =
# ZODB{4,5}: link/depend to ZEO<ZODB.major>
else:
zeo_x = 'ZEO'+zmajor
options['depends'] += '$${%s:egg}' % zeo_x
zeo_x = self.buildout[zeo_x]
zeo_x = self.buildout['ZEO'+zmajor]
options['depends'] += '$${%s:egg}' % zeo_x.name
options['egg'] = zeo_x['egg']
#options['location'] = zeo_x['setup'] XXX needed? reenable?
...
...
@@ -85,6 +84,6 @@ egg_versions =
trollius = 2.2.post1
futures = 3.2.0
# XXX neoppod had this:
# XXX neoppod had this:
XXX
# # BBB: ZEO
# msgpack = 0.5.6
component/ZODB/buildout.cfg
View file @
b5b3db66
...
...
@@ -9,7 +9,7 @@ extends =
parts = ZODB/scripts
# ZODB allows to use either ZODB3, ZODB4 or ZODB5
# ZODB allows to use either ZODB3, ZODB4 or ZODB5
.
# To select which version to use users should do:
#
# [ZODB]
...
...
@@ -29,8 +29,8 @@ init =
options['location'] = zodb_x['setup']
# for ZODB3 also depend on _ZODB3-{ZODB,persistent,BTrees,ZEO}.
# installing those eggs ensures forward compatibil
u
ty with ZODB4/5 where
# instead of single ZODB3 egg, there are separate Z
DO
B,persistent,BTrees,... distributions.
# installing those eggs ensures forward compatibil
i
ty with ZODB4/5 where
# instead of single ZODB3 egg, there are separate Z
OD
B,persistent,BTrees,... distributions.
if options['major'] == '3':
for egg in ['ZODB','persistent','BTrees','ZEO']:
z3egg = self.buildout['_ZODB3-%s' % egg]
...
...
@@ -59,7 +59,6 @@ eggs = ${ZODB:egg}
recipe = slapos.recipe.build:gitclone
# XXX kirr -> nexedi
repository = https://lab.nexedi.com/kirr/ZODB.git
#location = ${buildout:parts-directory}/ZODB # XXX
git-executable = ${git:location}/bin/git
[_ZODB45]
...
...
@@ -70,13 +69,15 @@ depends = ${persistent:egg} ${BTrees:egg}
# eggs versions that are used by all ZODB{4,5}.
egg_versions =
# TODO update to 4.7.3 once it is released
B
t
rees = 4.5.1
B
T
rees = 4.5.1
persistent = 4.6.4
# TODO update to 2.0.0 once NEO stops doing bytes._pack = ...
# https://lab.nexedi.com/nexedi/slapos/commit/27f574bc
zodbpickle = 1.0.4
# XXX explain about ZODB3
# 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_
# ZODB, persistent, BTrees and ZEO.
ZODB3 = 3.11.0
...
...
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