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
Eric Zheng
slapos
Commits
d4a0c28a
Commit
d4a0c28a
authored
Jun 10, 2011
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Included PATH on configuration file
parent
285088cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
slapos/recipe/cloudooo/__init__.py
slapos/recipe/cloudooo/__init__.py
+2
-1
slapos/recipe/cloudooo/cloudooo.cfg.in
slapos/recipe/cloudooo/cloudooo.cfg.in
+1
-0
No files found.
slapos/recipe/cloudooo/__init__.py
View file @
d4a0c28a
...
...
@@ -234,7 +234,8 @@ class Recipe(BaseSlapRecipe):
ip
=
ip
,
port
=
port
,
openoffice_port
=
openoffice_port
,
openoffice_host
=
ip
openoffice_host
=
ip
,
PATH
=
"$PATH:%s"
%
self
.
bin_directory
)
for
env_line
in
self
.
options
[
'environment'
].
splitlines
():
env_line
=
env_line
.
strip
()
...
...
slapos/recipe/cloudooo/cloudooo.cfg.in
View file @
d4a0c28a
...
...
@@ -34,6 +34,7 @@ application_hostname = %(openoffice_host)s
openoffice_port = %(openoffice_port)s
# LD_LIBRARY_PATH passed to OpenOffice
env-LD_LIBRARY_PATH = %(LD_LIBRARY_PATH)s
env-PATH = ${PATH}
#
# Mimetype Registry
...
...
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