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
Cédric Le Ninivin
slapos
Commits
b14f6618
Commit
b14f6618
authored
Jun 01, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not use non sense stack.
parent
c79033af
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
55 deletions
+47
-55
software/testnode/software.cfg
software/testnode/software.cfg
+47
-2
stack/testnode.cfg
stack/testnode.cfg
+0
-53
No files found.
software/testnode/software.cfg
View file @
b14f6618
...
@@ -3,14 +3,59 @@ versions = versions
...
@@ -3,14 +3,59 @@ versions = versions
extensions = slapos.tool.rebootstrap
extensions = slapos.tool.rebootstrap
rebootstrap-section = python2.6
rebootstrap-section = python2.6
extends =
extends =
../../stack/testnode.cfg
../../component/python-2.6/buildout.cfg
../../component/subversion/buildout.cfg
../../component/lxml-python/buildout.cfg
../../component/git/buildout.cfg
../../component/zip/buildout.cfg
parts +=
parts =
bootstrap
eggs
subversion
git
zip
template
template
find-links +=
http://www.nexedi.org/static/packages/source/slapos.buildout/
http://www.nexedi.org/static/packages/source/
[template]
[template]
recipe = slapos.recipe.template
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
url = ${:_profile_base_location_}/instance.cfg
md5sum = 74e8bba5b666f7154b0d5ecdfee9dcf6
md5sum = 74e8bba5b666f7154b0d5ecdfee9dcf6
output = ${buildout:directory}/template.cfg
output = ${buildout:directory}/template.cfg
mode = 0644
mode = 0644
[bootstrap]
recipe = zc.recipe.egg
eggs = zc.buildout
suffix =
scripts =
buildout=bootstrap2.6
arguments = sys.argv[1:] + ["bootstrap"]
[rebootstrap]
section = python2.6
version = 1
[eggs]
recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
PyXML
slapos.recipe.testnode
slapos.tool.grid
slapos.tool.proxy
buildbot
Twisted
entry-points = buildbot=buildbot.scripts.runner:run
[versions]
zc.buildout = 1.5.3-dev-SlapOS-001
# only those buildout with Twisted are known to work
buildbot = 0.7.12
Twisted = 8.2.0
# locally fixed PyXML which supports python 2.6
PyXML = 0.8.4nxd001
stack/testnode.cfg
deleted
100644 → 0
View file @
c79033af
[buildout]
versions = versions
extensions = slapos.tool.rebootstrap
rebootstrap-section = python2.6
extends =
../component/python-2.6/buildout.cfg
../component/subversion/buildout.cfg
../component/lxml-python/buildout.cfg
../component/git/buildout.cfg
../component/zip/buildout.cfg
parts =
bootstrap
eggs
subversion
git
zip
find-links +=
http://www.nexedi.org/static/packages/source/slapos.buildout/
http://www.nexedi.org/static/packages/source/
[bootstrap]
recipe = zc.recipe.egg
eggs = zc.buildout
suffix =
scripts =
buildout=bootstrap2.6
arguments = sys.argv[1:] + ["bootstrap"]
[rebootstrap]
section = python2.6
version = 1
[eggs]
recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
PyXML
slapos.recipe.testnode
slapos.tool.grid
slapos.tool.proxy
buildbot
Twisted
entry-points = buildbot=buildbot.scripts.runner:run
[versions]
zc.buildout = 1.5.3-dev-SlapOS-001
# only those buildout with Twisted are known to work
buildbot = 0.7.12
Twisted = 8.2.0
# locally fixed PyXML which supports python 2.6
PyXML = 0.8.4nxd001
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