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
5c117dee
Commit
5c117dee
authored
Nov 15, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
78ce4d3b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
+12
-9
component/ZODB/buildout.cfg
component/ZODB/buildout.cfg
+1
-2
software/neoppod/software-common.cfg
software/neoppod/software-common.cfg
+10
-6
software/neoppod/sqlite-mixin.cfg
software/neoppod/sqlite-mixin.cfg
+1
-1
No files found.
component/ZODB/buildout.cfg
View file @
5c117dee
...
...
@@ -37,7 +37,6 @@ init =
# (buildout does this in Buildout constructor)
import zc.buildout.easy_install
zc.buildout.easy_install.default_versions(self.buildout['versions'])
# ZODB/scripts installs scripts from ZODB
...
...
@@ -54,7 +53,7 @@ repository = https://lab.nexedi.com/kirr/ZODB.git
git-executable = ${git:location}/bin/git
# 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
# correctly. The patches are backports of what is in ZODB master (ZODB5)
.
[ZODB4]
recipe = zc.recipe.egg:develop
setup = ${ZODB4-repository:location}
...
...
software/neoppod/software-common.cfg
View file @
5c117dee
...
...
@@ -42,19 +42,23 @@ recipe = zc.recipe.egg:develop
setup = ${neoppod-repository:location}
environment = neoppod-setup-env
[neoppod]
recipe = zc.recipe.egg
eggs = neoppod[admin, ctl, master]
# dependent eggs that must come through in-tree recipes
intree-eggs =
${cython-zstd:egg}
${msgpack-python:egg}
${:adapter-egg}
psutil
${ZODB:egg}
zope.testing
${zodbtools:egg}
adapter-egg = ${python-mysqlclient:egg}
[neoppod]
recipe = zc.recipe.egg
eggs = neoppod[admin, ctl, master]
${neoppod-develop:intree-eggs}
psutil
zope.testing
coverage
setproctitle
adapter-egg = ${python-mysqlclient:egg}
[download-base-neo]
recipe = slapos.recipe.build:download
...
...
software/neoppod/sqlite-mixin.cfg
View file @
5c117dee
# To be extended after software-common.cfg if only SQLite backend is wanted.
[neoppod]
[neoppod
-develop
]
adapter-egg =
[instance-common]
...
...
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