Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
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
Guillaume Hervier
slapos-caddy
Commits
cfee88f9
Commit
cfee88f9
authored
Sep 02, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Setup PATH on all tools.
parent
fc5c539b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
12 deletions
+5
-12
component/slapos/buildout.cfg
component/slapos/buildout.cfg
+5
-12
No files found.
component/slapos/buildout.cfg
View file @
cfee88f9
...
...
@@ -24,7 +24,6 @@ parts =
slapos
cfg-environment
sh-environment
slapos-slapgrid-sr
find-links =
http://www.nexedi.org/static/packages/source/slapos.buildout/
...
...
@@ -93,6 +92,10 @@ eggs =
${lxml-python:egg}
slapos.core
initialization =
import os
os.environ['PATH'] = os.path.expandvars('${environment:PATH}')
# control scripts generation in order to avoid reinstalling bin/buildout
scripts =
generate-signature-key = slapos.signature:run
...
...
@@ -101,21 +104,11 @@ scripts =
slapformat = slapos.format:main
slapgrid = slapos.grid.slapgrid:run
slapgrid-cp = slapos.grid.slapgrid:runComputerPartition
slapgrid-sr = slapos.grid.slapgrid:runSoftwareRelease
slapgrid-ur = slapos.grid.slapgrid:runUsageReport
slapgrid-supervisorctl = slapos.grid.svcbackend:supervisorctl
slapgrid-supervisord = slapos.grid.svcbackend:supervisord
slapproxy = slapos.proxy:main
[slapos-slapgrid-sr]
# install slapgrid-sr script with PATH generated by SlapOS
recipe = ${slapos:recipe}
python = ${slapos:python}
eggs = ${slapos:eggs}
initialization =
import os
os.environ['PATH'] = os.path.expandvars('${environment:PATH}')
scripts =
slapgrid-sr = slapos.grid.slapgrid:runSoftwareRelease
[versions]
zc.buildout = 1.5.3-dev-SlapOS-009
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