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
Labels
Merge Requests
106
Merge Requests
106
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
8573d917
Commit
8573d917
authored
Mar 21, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use python 2.6 everywhere for Zope 2.12.
parent
d8878c4c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
25 deletions
+3
-25
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+1
-23
stack/slapos.cfg
stack/slapos.cfg
+2
-2
No files found.
stack/erp5/buildout.cfg
View file @
8573d917
...
@@ -19,7 +19,7 @@ allow-hosts += pybrary.net
...
@@ -19,7 +19,7 @@ allow-hosts += pybrary.net
extends =
extends =
# Exact version of Zope
# Exact version of Zope
https://raw.github.com/zopefoundation/Zope/2.1
3.22
/versions.cfg
https://raw.github.com/zopefoundation/Zope/2.1
2.28
/versions.cfg
../../stack/slapos.cfg
../../stack/slapos.cfg
../../component/logrotate/buildout.cfg
../../component/logrotate/buildout.cfg
../../component/cups/buildout.cfg
../../component/cups/buildout.cfg
...
@@ -49,7 +49,6 @@ extends =
...
@@ -49,7 +49,6 @@ extends =
../../component/pil-python/buildout.cfg
../../component/pil-python/buildout.cfg
../../component/pycrypto-python/buildout.cfg
../../component/pycrypto-python/buildout.cfg
../../component/pysvn-python/buildout.cfg
../../component/pysvn-python/buildout.cfg
../../component/python-2.7/buildout.cfg
../../component/python-ldap-python/buildout.cfg
../../component/python-ldap-python/buildout.cfg
../../component/rdiff-backup/buildout.cfg
../../component/rdiff-backup/buildout.cfg
../../component/stunnel/buildout.cfg
../../component/stunnel/buildout.cfg
...
@@ -418,16 +417,12 @@ recipe = minitage.recipe.egg
...
@@ -418,16 +417,12 @@ recipe = minitage.recipe.egg
eggs =
eggs =
Acquisition
Acquisition
Products.DCWorkflow
Products.DCWorkflow
ZODB3
Acquisition-patches = ${:_profile_base_location_}/../../component/egg-patch/Acquisition/aq_dynamic.patch
Acquisition-patches = ${:_profile_base_location_}/../../component/egg-patch/Acquisition/aq_dynamic.patch
Acquisition-patch-options = -p1
Acquisition-patch-options = -p1
Acquisition-patch-binary = ${patch:location}/bin/patch
Acquisition-patch-binary = ${patch:location}/bin/patch
Products.DCWorkflow-patches = ${:_profile_base_location_}/../../component/egg-patch/Products.DCWorkflow/workflow_method.patch
Products.DCWorkflow-patches = ${:_profile_base_location_}/../../component/egg-patch/Products.DCWorkflow/workflow_method.patch
Products.DCWorkflow-patch-options = -p1
Products.DCWorkflow-patch-options = -p1
Products.DCWorkflow-patch-binary = ${patch:location}/bin/patch
Products.DCWorkflow-patch-binary = ${patch:location}/bin/patch
ZODB3-patches = ${:_profile_base_location_}/../../component/egg-patch/ZODB3-3.10.5.patch
ZODB3-patch-options = -p1
ZODB3-patch-binary = ${patch:location}/bin/patch
[eggs]
[eggs]
recipe = zc.recipe.egg
recipe = zc.recipe.egg
...
@@ -506,10 +501,6 @@ eggs =
...
@@ -506,10 +501,6 @@ eggs =
Products.TIDStorage
Products.TIDStorage
Products.LongRequestLogger
Products.LongRequestLogger
# BBB: Temporarily keep zope.app.testing awaiting we use newer version of CMF
# (for tests like testCookieCrumbler).
zope.app.testing
# Currently forked in our repository
# Currently forked in our repository
# Products.PortalTransforms
# Products.PortalTransforms
# Dependency for our fork of PortalTransforms
# Dependency for our fork of PortalTransforms
...
@@ -562,7 +553,6 @@ scripts =
...
@@ -562,7 +553,6 @@ scripts =
# patched eggs
# patched eggs
Acquisition = 2.13.8-ZMinitagePatched-AqDynamic
Acquisition = 2.13.8-ZMinitagePatched-AqDynamic
Products.DCWorkflow = 2.2.4-ZMinitagePatched-WorkflowMethod
Products.DCWorkflow = 2.2.4-ZMinitagePatched-WorkflowMethod
ZODB3 = 3.10.5-ZMinitagePatched-ZODB33105
# specify dev version to be sure that an old released version is not used
# specify dev version to be sure that an old released version is not used
cloudooo = 1.2.5-dev
cloudooo = 1.2.5-dev
...
@@ -612,15 +602,6 @@ Products.CMFDefault = 2.2.4
...
@@ -612,15 +602,6 @@ Products.CMFDefault = 2.2.4
Products.CMFTopic = 2.2.1
Products.CMFTopic = 2.2.1
Products.CMFUid = 2.2.1
Products.CMFUid = 2.2.1
# newer version requires zope.traversing>=4.0.0a2.
zope.app.appsetup = 3.16.0
# newer version requires zope.i18n>=4.0.0a3
zope.app.publication = 3.14.0
# newer version requires zope.testbrowser>=4
zope.app.testing = 3.8.1
# Pinned versions
# Pinned versions
Flask = 0.10.1
Flask = 0.10.1
GitPython = 0.3.2.RC1
GitPython = 0.3.2.RC1
...
@@ -717,6 +698,3 @@ uuid = 1.30
...
@@ -717,6 +698,3 @@ uuid = 1.30
validictory = 0.9.3
validictory = 0.9.3
xml-marshaller = 0.9.7
xml-marshaller = 0.9.7
xupdate-processor = 0.4
xupdate-processor = 0.4
zope.app.debug = 3.4.1
zope.app.dependable = 3.5.1
zope.app.form = 4.0.2
stack/slapos.cfg
View file @
8573d917
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Software Releases or Stacks can safely extend this stack.
# Software Releases or Stacks can safely extend this stack.
[buildout]
[buildout]
python = python2.
7
python = python2.
6
# Developers need to add explicitely this part in their software profile
# Developers need to add explicitely this part in their software profile
# parts = slapos-cookbook
# parts = slapos-cookbook
...
@@ -16,7 +16,7 @@ extensions +=
...
@@ -16,7 +16,7 @@ extensions +=
# Use shacache and lxml
# Use shacache and lxml
extends =
extends =
../component/python-2.
7
/buildout.cfg
../component/python-2.
6
/buildout.cfg
../component/lxml-python/buildout.cfg
../component/lxml-python/buildout.cfg
../component/python-cffi/buildout.cfg
../component/python-cffi/buildout.cfg
../component/python-cryptography/buildout.cfg
../component/python-cryptography/buildout.cfg
...
...
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