Commit 4592a8b8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d7abb4d1
# SlapOS component for ZODB development.
[buildout]
extends = buildout.cfg
# unpin ZODB<X> from particular revisions; only branch is left. # unpin ZODB<X> from particular revisions; only branch is left.
[ZODB3-repository] [ZODB3-repository]
......
## SlapOS component for ZODB3.
## https://zodb.org/
#
#[buildout]
#extends = buildout.cfg
#
## XXX drop "4"
#[ZODB4]
#egg = ZODB3
#
#[ZODB-repository]
##branch = 3.10-nxd
#branch = 3.10-nxd--t
##revision= ... XXX pin
#
#[versions]
#transaction = 1.1.1
#zdaemon = 2.0.7
## SlapOS component for ZODB5.
## https://zodb.org/
#
#[buildout]
#extends = buildout.cfg
#
#
#[ZODB-repository]
#branch = master
##revision = ... XXX pin
#
#[versions]
#transaction = 2.4.0
...@@ -104,6 +104,7 @@ branch = master ...@@ -104,6 +104,7 @@ branch = master
#revision= ... XXX pin #revision= ... XXX pin
# eggs versions that are used by all all ZODB<X>.
[versions] [versions]
# TODO update to 4.7.3 once it is released # TODO update to 4.7.3 once it is released
Btrees = 4.5.1 Btrees = 4.5.1
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
[buildout] [buildout]
extends = extends =
# test*.cfg first extend from buildout<ZODB-flavour>.cfg to use # test<X>.cfg configures ZODB.major to be <X>.
# appropriate ZODB version.
buildout-dev.cfg
../pygolang/buildout.cfg ../pygolang/buildout.cfg
../python-manuel/buildout.cfg ../python-manuel/buildout.cfg
../../stack/nxdtest.cfg ../../stack/nxdtest.cfg
...@@ -20,10 +20,6 @@ parts = ...@@ -20,10 +20,6 @@ parts =
instance.cfg instance.cfg
# # unpin ZODB from particular revision; only ${ZODB:branch} is left.
# [ZODB-repository]
# revision=
# test-dependent eggs that must come through in-tree recipes. # test-dependent eggs that must come through in-tree recipes.
[ZODB] [ZODB]
depends += ${manuel:egg} depends += ${manuel:egg}
...@@ -61,7 +57,3 @@ template = inline: ...@@ -61,7 +57,3 @@ template = inline:
[runTestSuite] [runTestSuite]
env.sh = ${ZODB-env.sh:rendered} env.sh = ${ZODB-env.sh:rendered}
workdir = ${buildout:directory} workdir = ${buildout:directory}
[versions]
# XXX
# SlapOS software release to test ZODB3 on Nexedi testing infrastructure. # SlapOS software release to test ZODB3 on Nexedi testing infrastructure.
[buildout] [buildout]
extends = extends = test-common.cfg
buildout-zodb3.cfg
test-common.cfg [ZODB]
major = 3
# SlapOS software release to test ZODB5 on Nexedi testing infrastructure. # SlapOS software release to test ZODB5 on Nexedi testing infrastructure.
[buildout] [buildout]
extends = extends = test-common.cfg
buildout-zodb5.cfg
test-common.cfg [ZODB]
major = 5
# SlapOS software release to test ZODB on Nexedi testing infrastructure. # SlapOS software release to test ZODB on Nexedi testing infrastructure.
[buildout] [buildout]
extends = extends = test-common.cfg
buildout.cfg
test-common.cfg [ZODB]
major = 4
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment