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
c02e5db9
Commit
c02e5db9
authored
Jun 28, 2011
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slaprunner : Try to install libxslt before lxml egg; simplify slaprunner software release
parent
be3621c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
software/slaprunner/software.cfg
software/slaprunner/software.cfg
+1
-11
stack/flask.cfg
stack/flask.cfg
+11
-1
No files found.
software/slaprunner/software.cfg
View file @
c02e5db9
...
...
@@ -2,10 +2,6 @@
extends =
../../stack/flask.cfg
extensions =
slapos.rebootstrap
slapos.zcbworkarounds
parts =
eggs
template
...
...
@@ -22,15 +18,9 @@ output = ${buildout:directory}/template.cfg
mode = 0644
md5sum = 0b11736f009641b0b014890199c46760
[rebootstrap]
version = 1
section = python2.7
[runner]
recipe = zc.recipe.egg
[eggs]
eggs +=
slapos.toolbox
slapos.cookbook
[versions]
zc.buildout = 1.5.3-dev-SlapOS-004
stack/flask.cfg
View file @
c02e5db9
# Stack for Flask microframework: http://flask.pocoo.org/
[buildout]
extensions =
slapos.rebootstrap
slapos.zcbworkarounds
extends =
../component/python-2.7/buildout.cfg
../component/lxml-python/buildout.cfg
...
...
@@ -24,10 +28,16 @@ parts =
unzip = true
[eggs]
python = python2.7
recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
Flask
slapos.cookbook
[lxml-python]
python = python2.7
\ No newline at end of file
python = python2.7
[rebootstrap]
version = 1
section = python2.7
\ No newline at end of file
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