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
isaak yansane-sisk
slapos
Commits
c71ddf1a
Commit
c71ddf1a
authored
Aug 26, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export environment for shell.
parent
de04b895
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
component/slapos/buildout.cfg
component/slapos/buildout.cfg
+6
-6
No files found.
component/slapos/buildout.cfg
View file @
c71ddf1a
...
@@ -72,12 +72,12 @@ output = ${buildout:directory}/environment.cfg
...
@@ -72,12 +72,12 @@ output = ${buildout:directory}/environment.cfg
# Section exposes SlapOS default environment as sh file.
# Section exposes SlapOS default environment as sh file.
recipe = collective.recipe.template
recipe = collective.recipe.template
input = inline:
input = inline:
PATH="${environment:PATH}"
export
PATH="${environment:PATH}"
CFLAGS="${environment:CFLAGS}"
export
CFLAGS="${environment:CFLAGS}"
CPPFLAGS="${environment:CPPFLAGS}"
export
CPPFLAGS="${environment:CPPFLAGS}"
LDFLAGS="${environment:LDFLAGS}"
export
LDFLAGS="${environment:LDFLAGS}"
PKG_CONFIG_PATH="${environment:PKG_CONFIG_PATH}"
export
PKG_CONFIG_PATH="${environment:PKG_CONFIG_PATH}"
LD_LIBRARY_PATH="${environment:LD_LIBRARY_PATH}"
export
LD_LIBRARY_PATH="${environment:LD_LIBRARY_PATH}"
output = ${buildout:directory}/environment.sh
output = ${buildout:directory}/environment.sh
[lxml-python]
[lxml-python]
...
...
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