Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SlapOS Develop
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
Eric Zheng
SlapOS Develop
Commits
418c1f97
Commit
418c1f97
authored
Sep 02, 2011
by
Łukasz Nowak
Committed by
Cédric de Saint Martin
Oct 13, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Setup PATH on all tools.
parent
0aa91329
Changes
1
Hide 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 @
418c1f97
...
...
@@ -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