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
303ce299
Commit
303ce299
authored
Dec 19, 2014
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install pbr egg before installing cliff egg.
parent
ac2ed299
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
31 deletions
+17
-31
component/python-cliff/buildout.cfg
component/python-cliff/buildout.cfg
+12
-0
software/slaprunner/common.cfg
software/slaprunner/common.cfg
+1
-29
stack/slapos.cfg
stack/slapos.cfg
+4
-2
No files found.
component/python-cliff/buildout.cfg
0 → 100644
View file @
303ce299
[buildout]
[python-cliff]
recipe = zc.recipe.egg:custom
egg = cliff
setup-eggs = ${python-cliff-prep:eggs}
[python-cliff-prep]
recipe = zc.recipe.egg
eggs =
pbr
software/slaprunner/common.cfg
View file @
303ce299
...
...
@@ -29,7 +29,6 @@ parts =
eggs
instance-runner-import
instance-runner-export
slapos-cookbook
template-slapos-cfg
# XXX: we have to manually add this for resilience
rdiff-backup
...
...
@@ -175,42 +174,15 @@ mode = 0644
[eggs]
recipe = z3c.recipe.scripts
eggs =
${lxml-python:egg}
collective.recipe.environment
cns.recipe.symlink
erp5.util
hexagonit.recipe.download
inotifyx
lock-file
lxml
netaddr
plone.recipe.command
pytz
slapos.cookbook
slapos.libnetworkcache
slapos.recipe.build
slapos.toolbox[flask_auth]
slapos.core
supervisor
xml_marshaller
Gunicorn
# Add slapos.libnetworkcache to path of slapos.core so that slaprunner can build SRs using cache
[slapos-cookbook]
eggs =
${lxml-python:egg}
slapos.cookbook
cliff
hexagonit.recipe.download
inotifyx
netaddr
netifaces
requests
slapos.core
supervisor
xml_marshaller
pytz
slapos.libnetworkcache
${slapos-cookbook:eggs}
[extra-eggs]
recipe = zc.recipe.egg
...
...
stack/slapos.cfg
View file @
303ce299
...
...
@@ -23,6 +23,7 @@ extends =
../component/python-2.7/buildout.cfg
../component/lxml-python/buildout.cfg
../component/python-cffi/buildout.cfg
../component/python-cliff/buildout.cfg
../component/python-cryptography/buildout.cfg
# Separate from site eggs
...
...
@@ -84,10 +85,11 @@ recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
${python-cffi:egg}
${python-cliff:egg}
${python-cryptography:egg}
pyOpenSSL
slapos.cookbook
cliff
slapos.libnetworkcache
hexagonit.recipe.download
inotifyx
netaddr
...
...
@@ -162,7 +164,7 @@ netifaces = 0.10.4
# Required by:
# cliff==1.9.0
# stevedore==1.1.0
pbr = 0.10.
0
pbr = 0.10.
4
# Required by:
# pbr==0.10.0
...
...
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