Commit 21730a16 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7d439872
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
[buildout] [buildout]
extends = extends =
# test<X>.cfg configures ZODB.major to be <X>. # test<X>.cfg configures ZODB.major=<X>.
buildout-dev.cfg ../../stack/nxdtest.cfg
../pygolang/buildout.cfg ../pygolang/buildout.cfg
../python-manuel/buildout.cfg ../python-manuel/buildout.cfg
../../stack/nxdtest.cfg buildout-dev.cfg
parts = parts =
ZODB ZODB
......
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
[buildout] [buildout]
extends = extends =
# test*.cfg first extend from neoppod/software<ZODB-flavour>.cfg to use # test<X>.cfg configures ZODB.major=<X>.
# appropriate ZODB and versions of other components.
../../stack/nxdtest.cfg ../../stack/nxdtest.cfg
../pytest/buildout.cfg ../pytest/buildout.cfg
......
...@@ -4,3 +4,6 @@ ...@@ -4,3 +4,6 @@
extends = extends =
../../software/neoppod/software-zodb5.cfg ../../software/neoppod/software-zodb5.cfg
test-common.cfg test-common.cfg
[ZODB]
major = 5
# SlapOS software release to test zodbtools on Nexedi testing infrastructure. # SlapOS software release to test zodbtools on Nexedi testing infrastructure.
[buildout] [buildout]
extends = extends = test-common.cfg
../../software/neoppod/software.cfg
test-common.cfg
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