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
4592a8b8
Commit
4592a8b8
authored
Nov 13, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
d7abb4d1
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
18 additions
and
50 deletions
+18
-50
component/ZODB/buildout-dev.cfg
component/ZODB/buildout-dev.cfg
+3
-0
component/ZODB/buildout-zodb3.cfg
component/ZODB/buildout-zodb3.cfg
+0
-18
component/ZODB/buildout-zodb5.cfg
component/ZODB/buildout-zodb5.cfg
+0
-13
component/ZODB/buildout.cfg
component/ZODB/buildout.cfg
+1
-0
component/ZODB/test-common.cfg
component/ZODB/test-common.cfg
+2
-10
component/ZODB/test-zodb3.cfg
component/ZODB/test-zodb3.cfg
+4
-3
component/ZODB/test-zodb5.cfg
component/ZODB/test-zodb5.cfg
+4
-3
component/ZODB/test.cfg
component/ZODB/test.cfg
+4
-3
No files found.
component/ZODB/buildout-dev.cfg
View file @
4592a8b8
# SlapOS component for ZODB development.
[buildout]
extends = buildout.cfg
# unpin ZODB<X> from particular revisions; only branch is left.
[ZODB3-repository]
...
...
component/ZODB/buildout-zodb3.cfg
deleted
100644 → 0
View file @
d7abb4d1
## 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
component/ZODB/buildout-zodb5.cfg
deleted
100644 → 0
View file @
d7abb4d1
## SlapOS component for ZODB5.
## https://zodb.org/
#
#[buildout]
#extends = buildout.cfg
#
#
#[ZODB-repository]
#branch = master
##revision = ... XXX pin
#
#[versions]
#transaction = 2.4.0
component/ZODB/buildout.cfg
View file @
4592a8b8
...
...
@@ -104,6 +104,7 @@ branch = master
#revision= ... XXX pin
# eggs versions that are used by all all ZODB<X>.
[versions]
# TODO update to 4.7.3 once it is released
Btrees = 4.5.1
...
...
component/ZODB/test-common.cfg
View file @
4592a8b8
...
...
@@ -3,9 +3,9 @@
[buildout]
extends =
# test*.cfg first extend from buildout<ZODB-flavour>.cfg to use
# appropriate ZODB version.
# test<X>.cfg configures ZODB.major to be <X>.
buildout-dev.cfg
../pygolang/buildout.cfg
../python-manuel/buildout.cfg
../../stack/nxdtest.cfg
...
...
@@ -20,10 +20,6 @@ parts =
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.
[ZODB]
depends += ${manuel:egg}
...
...
@@ -61,7 +57,3 @@ template = inline:
[runTestSuite]
env.sh = ${ZODB-env.sh:rendered}
workdir = ${buildout:directory}
[versions]
# XXX
component/ZODB/test-zodb3.cfg
View file @
4592a8b8
# SlapOS software release to test ZODB3 on Nexedi testing infrastructure.
[buildout]
extends =
buildout-zodb3.cfg
test-common.cfg
extends = test-common.cfg
[ZODB]
major = 3
component/ZODB/test-zodb5.cfg
View file @
4592a8b8
# SlapOS software release to test ZODB5 on Nexedi testing infrastructure.
[buildout]
extends =
buildout-zodb5.cfg
test-common.cfg
extends = test-common.cfg
[ZODB]
major = 5
component/ZODB/test.cfg
View file @
4592a8b8
# SlapOS software release to test ZODB on Nexedi testing infrastructure.
[buildout]
extends =
buildout.cfg
test-common.cfg
extends = test-common.cfg
[ZODB]
major = 4
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