Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thomas Leymonerie
slapos
Commits
d0e3b70e
Commit
d0e3b70e
authored
6 years ago
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NEO will add support for Zstd compression
parent
4ef92ceb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
component/cython-zstd/buildout.cfg
component/cython-zstd/buildout.cfg
+16
-0
software/neoppod/software-common.cfg
software/neoppod/software-common.cfg
+2
-0
No files found.
component/cython-zstd/buildout.cfg
0 → 100644
View file @
d0e3b70e
[buildout]
extends =
../zstd/buildout.cfg
parts =
cython-zstd
[cython-zstd]
recipe = zc.recipe.egg:custom
egg = ${:_buildout_section_name_}
include-dirs =
${zstd:location}/include
library-dirs =
${zstd:location}/lib
rpath =
${:library-dirs}
This diff is collapsed.
Click to expand it.
software/neoppod/software-common.cfg
View file @
d0e3b70e
...
...
@@ -8,6 +8,7 @@
extends =
../../stack/slapos.cfg
../../stack/logrotate/buildout.cfg
../../component/cython-zstd/buildout.cfg
#LXML
../../component/lxml-python/buildout.cfg
#END LXML
...
...
@@ -41,6 +42,7 @@ environment = neoppod-setup-env
[neoppod]
recipe = zc.recipe.egg
eggs = neoppod[admin, ctl, master, storage-mysqldb]
${cython-zstd:egg}
${msgpack-python:egg}
${python-mysqlclient:egg}
psutil
...
...
This diff is collapsed.
Click to expand it.
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