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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ekaterina
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
Show 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 @@
...
@@ -2,10 +2,6 @@
extends =
extends =
../../stack/flask.cfg
../../stack/flask.cfg
extensions =
slapos.rebootstrap
slapos.zcbworkarounds
parts =
parts =
eggs
eggs
template
template
...
@@ -22,15 +18,9 @@ output = ${buildout:directory}/template.cfg
...
@@ -22,15 +18,9 @@ output = ${buildout:directory}/template.cfg
mode = 0644
mode = 0644
md5sum = 0b11736f009641b0b014890199c46760
md5sum = 0b11736f009641b0b014890199c46760
[rebootstrap]
[eggs]
version = 1
section = python2.7
[runner]
recipe = zc.recipe.egg
eggs +=
eggs +=
slapos.toolbox
slapos.toolbox
slapos.cookbook
[versions]
[versions]
zc.buildout = 1.5.3-dev-SlapOS-004
zc.buildout = 1.5.3-dev-SlapOS-004
stack/flask.cfg
View file @
c02e5db9
# Stack for Flask microframework: http://flask.pocoo.org/
# Stack for Flask microframework: http://flask.pocoo.org/
[buildout]
[buildout]
extensions =
slapos.rebootstrap
slapos.zcbworkarounds
extends =
extends =
../component/python-2.7/buildout.cfg
../component/python-2.7/buildout.cfg
../component/lxml-python/buildout.cfg
../component/lxml-python/buildout.cfg
...
@@ -24,10 +28,16 @@ parts =
...
@@ -24,10 +28,16 @@ parts =
unzip = true
unzip = true
[eggs]
[eggs]
python = python2.7
recipe = zc.recipe.egg
recipe = zc.recipe.egg
eggs =
eggs =
${lxml-python:egg}
${lxml-python:egg}
Flask
Flask
slapos.cookbook
[lxml-python]
[lxml-python]
python = python2.7
python = python2.7
\ No newline at end of file
[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