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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas Wavrant
slapos
Commits
0c199706
Commit
0c199706
authored
Sep 21, 2016
by
Nicolas Wavrant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pycurl: adds the component when needed to fulfill the new dependency of slapos.toolbox
parent
536fe366
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
20 additions
and
0 deletions
+20
-0
software/agent/software.cfg
software/agent/software.cfg
+2
-0
software/apache-frontend/common.cfg
software/apache-frontend/common.cfg
+2
-0
software/neoppod/software-common.cfg
software/neoppod/software-common.cfg
+2
-0
software/re6stnet/software.cfg
software/re6stnet/software.cfg
+2
-0
software/slapos-testing/software.cfg
software/slapos-testing/software.cfg
+2
-0
software/slaprunner/common.cfg
software/slaprunner/common.cfg
+2
-0
software/varnish/software.cfg
software/varnish/software.cfg
+2
-0
stack/boinc/buildout.cfg
stack/boinc/buildout.cfg
+2
-0
stack/lapp/buildout.cfg
stack/lapp/buildout.cfg
+2
-0
stack/monitor/buildout.cfg
stack/monitor/buildout.cfg
+2
-0
No files found.
software/agent/software.cfg
View file @
0c199706
...
...
@@ -2,6 +2,7 @@
extends =
../../component/lxml-python/buildout.cfg
../../component/git/buildout.cfg
../../component/pycurl/buildout.cfg
../../stack/slapos.cfg
parts =
...
...
@@ -34,6 +35,7 @@ mode = 0644
[script]
recipe = zc.recipe.egg
eggs =
${pycurl:egg}
zc.buildout
slapos.core
slapos.toolbox
...
...
software/apache-frontend/common.cfg
View file @
0c199706
...
...
@@ -11,6 +11,7 @@ extends =
../../component/stunnel/buildout.cfg
../../component/dcron/buildout.cfg
../../component/logrotate/buildout.cfg
../../component/pycurl/buildout.cfg
../../component/python-cryptography/buildout.cfg
../../component/rdiff-backup/buildout.cfg
../../component/trafficserver/buildout.cfg
...
...
@@ -39,6 +40,7 @@ recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
${python-cryptography:egg}
${pycurl:egg}
slapos.toolbox
scripts =
...
...
software/neoppod/software-common.cfg
View file @
0c199706
...
...
@@ -14,6 +14,7 @@ extends =
../../component/patch/buildout.cfg
../../component/python-mysqlclient/buildout.cfg
../../component/python-cryptography/buildout.cfg
../../component/pycurl/buildout.cfg
parts =
# keep neoppod first so that ZODB3 is built correctly,
...
...
@@ -47,6 +48,7 @@ eggs = neoppod[admin, ctl, master, storage-importer, storage-mysqldb, tests]
recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
${pycurl:egg}
${python-PyYAML:egg}
${python-cryptography:egg}
${python-cliff:egg}
...
...
software/re6stnet/software.cfg
View file @
0c199706
...
...
@@ -8,6 +8,7 @@ extends =
../../component/openssl/buildout.cfg
../../component/logrotate/buildout.cfg
../../component/apache/buildout.cfg
../../component/pycurl/buildout.cfg
../../component/python-cryptography/buildout.cfg
../../stack/slapos.cfg
...
...
@@ -24,6 +25,7 @@ parts =
recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
${pycurl:egg}
${python-cryptography:egg}
slapos.toolbox
scripts =
...
...
software/slapos-testing/software.cfg
View file @
0c199706
...
...
@@ -9,6 +9,7 @@ extends =
../../component/python-setuptools/buildout.cfg
../../component/zlib/buildout.cfg
../../component/phantomjs/buildout.cfg
../../component/pycurl/buildout.cfg
../../stack/slapos.cfg
parts =
...
...
@@ -28,6 +29,7 @@ recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
${python-cryptography:egg}
${pycurl:egg}
Jinja2
erp5.util
slapos.cookbook
...
...
software/slaprunner/common.cfg
View file @
0c199706
...
...
@@ -13,6 +13,7 @@ extends =
../../component/nginx/buildout.cfg
../../component/openssh/buildout.cfg
../../component/rsync/buildout.cfg
../../component/pycurl/buildout.cfg
../../component/python-2.7/buildout.cfg
../../component/screen/buildout.cfg
../../component/shellinabox/buildout.cfg
...
...
@@ -203,6 +204,7 @@ mode = 0644
[eggs]
recipe = zc.recipe.egg
eggs =
${pycurl:egg}
collective.recipe.environment
collective.recipe.template
cns.recipe.symlink
...
...
software/varnish/software.cfg
View file @
0c199706
...
...
@@ -11,6 +11,7 @@ extends =
../../component/git/buildout.cfg
../../component/gzip/buildout.cfg
../../component/logrotate/buildout.cfg
../../component/pycurl/buildout.cfg
../../component/python-2.7/buildout.cfg
../../component/stunnel/buildout.cfg
../../component/varnish/buildout.cfg
...
...
@@ -96,6 +97,7 @@ scripts =
recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
${pycurl:egg}
slapos.toolbox
scripts =
killpidfromfile
...
...
stack/boinc/buildout.cfg
View file @
0c199706
...
...
@@ -20,11 +20,13 @@ extends =
../../component/lxml-python/buildout.cfg
../../component/stunnel/buildout.cfg
../../component/dcron/buildout.cfg
../../component/pycurl/buildout.cfg
../slapos.cfg
[instance-egg]
recipe = zc.recipe.egg
eggs =
${pycurl:egg}
${python-mysqlclient:egg}
slapos.toolbox
...
...
stack/lapp/buildout.cfg
View file @
0c199706
...
...
@@ -35,6 +35,7 @@ extends =
../../component/rdiff-backup/buildout.cfg
../../component/stunnel/buildout.cfg
../../component/dropbear/buildout.cfg
../../component/pycurl/buildout.cfg
../slapos.cfg
../resilient/buildout.cfg
...
...
@@ -176,6 +177,7 @@ recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
${psycopg2:egg}
${pycurl:egg}
slapos.toolbox
[versions]
...
...
stack/monitor/buildout.cfg
View file @
0c199706
...
...
@@ -9,6 +9,7 @@ extends =
../../component/logrotate/buildout.cfg
../../component/gzip/buildout.cfg
../../component/lxml-python/buildout.cfg
../../component/pycurl/buildout.cfg
../../component/python-cryptography/buildout.cfg
parts =
...
...
@@ -39,6 +40,7 @@ on-update = true
recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
${pycurl:egg}
${python-cryptography:egg}
plone.recipe.command
collective.recipe.template
...
...
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