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
075dcead
Commit
075dcead
authored
Nov 10, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
619f368a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
0 deletions
+55
-0
component/ZODB/buildout.cfg
component/ZODB/buildout.cfg
+55
-0
No files found.
component/ZODB/buildout.cfg
0 → 100644
View file @
075dcead
# SlapOS component for ZODB.
# https://zodb.org/
[buildout]
extends =
../git/buildout.cfg
parts = ZODB/scripts
# ZODB allows to use either ZODB3, ZODB4 or ZODB5
# To select which version to use users should do:
#
# [ZODB]
# egg = ${ZODB<version>:egg}
#
# By default ZODB4 is used.
[ZODB]
recipe = zc.recipe.egg:eggs
egg = ${ZODB4:egg}
eggs = ${:egg}
# ZODB/scripts installs scripts from ZODB
[ZODB/scripts]
recipe = zc.recipe.egg:scripts
eggs = ${ZODB:egg}
# ZODB4: we maintain our own 4-nxd branch with patches for wendelin.core to work
# correctly. The patches are backports of what is in ZODB master (ZODB5) ... XXX
[ZODB4]
recipe = zc.recipe.egg:develop
setup = ${ZODB4-repository:location}
egg = ZODB
[ZODB4-repository]
recipe = slapos.recipe.build:gitclone
# XXX kirr -> nexedi
repository = https://lab.nexedi.com/kirr/ZODB.git
# XXX 4-nxd--t -> 4-nxd
branch = 4-nxd--t
#revision= ... XXX pin
location = ${buildout:parts-directory}/ZODB4
git-executable = ${git:location}/bin/git
# XXX ZODB3
# ZODB5 is plain upstream egg
[ZODB5]
recipe = zc.recipe.egg:eggs
egg = ZODB
eggs = ${:egg}
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