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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
57fff026
Commit
57fff026
authored
Mar 14, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'erp5-component' into erp5
parents
c2b5180a
e0ae8999
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
59 additions
and
76 deletions
+59
-76
component/percona-toolkit/buildout.cfg
component/percona-toolkit/buildout.cfg
+2
-2
component/slapos/buildout.cfg
component/slapos/buildout.cfg
+36
-62
component/stunnel/buildout.cfg
component/stunnel/buildout.cfg
+2
-2
software/erp5testnode/software.cfg
software/erp5testnode/software.cfg
+0
-3
software/seleniumrunner/software.cfg
software/seleniumrunner/software.cfg
+0
-3
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+19
-4
No files found.
component/percona-toolkit/buildout.cfg
View file @
57fff026
...
...
@@ -10,8 +10,8 @@ parts =
recipe = slapos.recipe.cmmi
depends =
${perl:version}
version = 2.2.
6
version = 2.2.
7
url = http://www.percona.com/redir/downloads/percona-toolkit/${:version}/percona-toolkit-${:version}.tar.gz
md5sum =
2a008bccc3b62b5362d01a03c916e88d
md5sum =
7514af32e0edff70c4934da2e5e36303
configure-command =
${perl:location}/bin/perl Makefile.PL
component/slapos/buildout.cfg
View file @
57fff026
# This file is used to install SlapOS Node itself.
[buildout]
extends =
../../stack/slapos.cfg
../../stack/shacache-client.cfg
../bison/buildout.cfg
../bzip2/buildout.cfg
../gdbm/buildout.cfg
../gettext/buildout.cfg
../glib/buildout.cfg
../libxml2/buildout.cfg
../libxslt/buildout.cfg
../lxml-python/buildout.cfg
../m4/buildout.cfg
../ncurses/buildout.cfg
../openssl/buildout.cfg
../pkgconfig/buildout.cfg
../popt/buildout.cfg
../python-2.7/buildout.cfg
../python-cffi/buildout.cfg
../python-cryptography/buildout.cfg
../readline/buildout.cfg
../sqlite3/buildout.cfg
../swig/buildout.cfg
../zlib/buildout.cfg
../patch/buildout.cfg
parts =
...
...
@@ -31,22 +17,7 @@ parts =
sh-environment
py
find-links =
http://www.nexedi.org/static/packages/source/slapos.buildout/
http://www.nexedi.org/static/packages/source/hexagonit.recipe.download/
versions = versions
allow-hosts =
*.googlecode.com
*.nexedi.org
*.python.org
alastairs-place.net
code.google.com
github.com
peak.telecommunity.com
unzip = true
# separate from system python
include-site-packages = false
...
...
@@ -89,12 +60,26 @@ input = inline:
export PS1="[SlapOS env Active] $PS1"
output = ${buildout:directory}/environment.sh
##############################################
# Included locally in order to permit we build
# packages offline.
###############################################
[python-openssl]
recipe = zc.recipe.egg:custom
egg = pyOpenSSL
include-dirs =
${openssl:location}/include/
library-dirs =
${openssl:location}/lib/
rpath =
${openssl:location}/lib/
#############################################
[slapos]
recipe = z3c.recipe.scripts
eggs =
${python-cffi:egg}
${python-cryptography:egg}
pyOpenSSL
${python-openssl:egg}
slapos.libnetworkcache
zc.buildout
${lxml-python:egg}
...
...
@@ -130,35 +115,28 @@ interpreter = py
scripts = py
[versions]
# Use
our own buildout version
zc.buildout = 1.6.0-dev-SlapOS-01
2
# Use
setuptools-1.x for python 2.4/2.5 support
setuptools = 1.4.
2
# Force to use zc.recipe.egg 1.x
zc.recipe.egg = 1.3.2
# pyOpenSSL 0.14 uses cryptograpic which is
# incompatible with slapos package generation.
pyOpenSSL = 0.13.1
# Use own version of h.r.download to be able to open archives not supported by python2.x: .xz
hexagonit.recipe.download = 1.7nxd002
slapos.core = 1.0.3
Jinja2 = 2.7.1
MarkupSafe = 0.18
Pygments = 1.6
Jinja2 = 2.7.2
MarkupSafe = 0.19
Werkzeug = 0.9.4
buildout-versions = 1.7
cffi = 0.8.1
cmd2 = 0.6.7
collective.recipe.template = 1.10
cryptography = 0.2.1
collective.recipe.template = 1.11
itsdangerous = 0.23
lxml = 3.
2
.3
lxml = 3.
3
.3
meld3 = 0.6.10
netaddr = 0.7.10
prettytable = 0.7.2
pyOpenSSL = 0.14
pyparsing = 2.0.1
setuptools = 1.1.6
six = 1.5.2
slapos.core = 1.0.3
slapos.libnetworkcache = 0.13.4
slapos.recipe.cmmi = 0.
1.1
slapos.recipe.cmmi = 0.
2
xml-marshaller = 0.9.7
z3c.recipe.scripts = 1.0.1
...
...
@@ -168,23 +146,19 @@ Flask = 0.10.1
# Required by:
# slapos.core==1.0.3
bpython = 0.1
2
cliff = 1.5.
2
# Required by:
# slapos.core==1.0.3
cliff = 1.4.5
# Required by:
# slapos.core==1.0.3
ipython = 1.1.0
netifaces = 0.8
# Required by:
# slapos.core==1.0.3
netifaces = 0.8
requests = 2.2.1
# Required by:
#
slapos.core==1.0.3
requests = 2.1.0
#
cliff==1.5.2
stevedore = 0.14.1
# Required by:
# slapos.core==1.0.3
...
...
@@ -192,4 +166,4 @@ supervisor = 3.0
# Required by:
# slapos.core==1.0.3
zope.interface = 4.
0.5
zope.interface = 4.
1.0
component/stunnel/buildout.cfg
View file @
57fff026
...
...
@@ -10,8 +10,8 @@ recipe = slapos.recipe.cmmi
[stunnel-4]
recipe = slapos.recipe.cmmi
url = https://www.stunnel.org/downloads/stunnel-
4.56
.tar.gz
md5sum =
ac4c4a30bd7a55b6687cbd62d864054c
url = https://www.stunnel.org/downloads/stunnel-
5.00
.tar.gz
md5sum =
4f00fd0faf99e3c9cf258a19dd83d14a
pre-configure-hook = ${:_profile_base_location_}/stunnel-4-hooks.py#5b099b386c34c5b8d0664c0292ba322a:pre_configure_hook
configure-options =
--enable-ipv6
...
...
software/erp5testnode/software.cfg
View file @
57fff026
...
...
@@ -5,9 +5,6 @@ find-links += http://dist.repoze.org
extends =
../../stack/slapos.cfg
../../component/python-2.7/buildout.cfg
../../component/python-cffi/buildout.cfg
../../component/python-cryptography/buildout.cfg
../../component/git/buildout.cfg
../../component/lxml-python/buildout.cfg
../../component/zip/buildout.cfg
...
...
software/seleniumrunner/software.cfg
View file @
57fff026
...
...
@@ -4,9 +4,6 @@ extensions = buildout-versions
extends =
../../component/xorg/buildout.cfg
../../component/lxml-python/buildout.cfg
../../component/python-2.7/buildout.cfg
../../component/python-cffi/buildout.cfg
../../component/python-cryptography/buildout.cfg
../../component/firefox/buildout.cfg
../../component/dash/buildout.cfg
../../stack/shacache-client.cfg
...
...
stack/erp5/buildout.cfg
View file @
57fff026
...
...
@@ -624,9 +624,10 @@ zope.app.testing = 3.8.1
# Pinned versions
Flask = 0.10.1
GitPython = 0.3.2.RC1
MarkupSafe = 0.19
MySQL-python = 1.2.5
PIL = 1.1.7
P
yXML = 0.8.5
P
aste = 1.7.5.1
Products.CMFActionIcons = 2.1.3
Products.DCWorkflowGraph = 0.4.1
Products.ExternalEditor = 1.1.0
...
...
@@ -637,14 +638,18 @@ Products.PluginRegistry = 1.3
Products.TIDStorage = 5.4.9
Products.ZSQLMethods = 2.13.4
PyPDF2 = 1.20
PyXML = 0.8.5
Pympler = 0.3.1
StructuredText = 2.11.1
WSGIUtils = 0.7
Werkzeug = 0.9.4
apache-libcloud = 0.14.1
astroid = 1.0.1
async = 0.6.1
atomize = 0.2.0
chardet = 2.2.1
cliff = 1.5.2
cmd2 = 0.6.7
csp-eventlet = 0.7.0
ecdsa = 0.10
elementtree = 1.2.7-20070827-preview
...
...
@@ -660,24 +665,33 @@ gitdb = 0.5.4
greenlet = 0.4.2
hexagonit.recipe.cmmi = 2.0
http-parser = 0.8.3
httplib2 = 0.8
iniparse = 0.4
inotifyx = 0.2.0-1
ipdb = 0.8
ipython = 1.2.1
itsdangerous = 0.23
logilab_common = 0.61.0
lock-file = 2.0
logilab-common = 0.61.0
meld3 = 0.6.10
minitage = 2.0.67
minitage.core = 2.0.57
minitage.paste = 1.4.6
minitage.recipe.common = 1.90
minitage.recipe.egg = 1.107
netaddr = 0.7.10
netifaces = 0.8-1
ordereddict = 1.1
paramiko = 1.12.2
plone.recipe.command = 1.1
ply = 3.4
polib = 1.0.4
psutil = 1.2.1
pprofile = 1.7.1
prettytable = 0.7.3-nxd001
psutil = 2.0.0
pyflakes = 0.7.3
pylint = 1.1.0
pyparsing = 2.0.1
python-ldap = 2.4.14
python-magic = 0.4.6
python-memcached = 1.53
...
...
@@ -687,12 +701,14 @@ restkit = 4.2.2
rtjp-eventlet = 0.3.2
six = 1.5.2
slapos.recipe.build = 0.12
slapos.recipe.cmmi = 0.2
slapos.recipe.template = 2.5
slapos.toolbox = 0.39
smmap = 0.8.2
socketpool = 0.5.3
spyne = 2.10.10
stevedore = 0.14.1
suds = 0.4
supervisor = 3.0
threadframe = 0.2
timerserver = 2.0.2
...
...
@@ -704,4 +720,3 @@ xupdate-processor = 0.4
zope.app.debug = 3.4.1
zope.app.dependable = 3.5.1
zope.app.form = 4.0.2
pylint = 1.1.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